Microsoft.Azure.WebJobs.Extensions.Sql calls different version libraries of System.Runtime.Caching (one time - 6, two time 8 version)
When i tried to run app using F5 I got the next error in my WorkerExtensions.csproj WorkerExtensions.csproj : error NU1605: Warning As Error: Detected package downgrade: System.Runtime.Caching from 8.0.0 to 6.0.1. Reference the package directly from…
Azure Functions
Trying to setup an Azure function to accept ARM Template and parameters to deploy resources in Azure.
Trying to setup an Azure function to accept ARM Template and parameters to deploy resources in Azure. I have a template that we can use consistently in Azure portal as well as CLI however when I try to pass the few parameters like 'SubscriptionID',…
Azure Functions
Function disappears from function app
I create functions, and they work for a few minutes. I am able to select them in my logic app and use them. However, they abruptly disappear from the portal, become unselectable from logic app, and return 404 when my HTTP trigger in the logic app…
Azure Functions
Troubleshooting Queue-Triggered Azure Function in .NET 8.0 Facing Intermittent Internal CLR Errors.
Hello, we have a queue triggered Azure function, net 8.0, isolated, that works most of the times, but since a few weeks ago, it sometimes fails with the following exception: Exception while executing function: Functions.CalculateAMFunction C:\Program…
Azure Functions
After successfully publish function app but nothing appear in the azure portal function tab
Hello, im encountering an issue where after i successfully published my event grid trigger function app( in the azure portal functions tab nothing is appearing?) Any solution to that? Thanks in advance.
Azure Digital Twins
Azure Functions
Azure function App - Error building configuration in an external startup class.
Bonjour, J'ai un service fonction App (qui utilise des variables stockées dans un Key Vault) qui fonctionnait très bien depuis un moment. Seulement, contrairement à d'autres de mes services Function App, les URL de fonctions ne sont pas protégées par une…
Azure Functions
I am trying to deploy python functions on azure function app using Azure DevOps Pipeline. I am not getting any errors while deploying through pipeline but i dont see my functions on my azure function app. I need some support in solving this blocker
I dont see my functions on azure function app even after successful deployment type here
Azure Functions
Issues (timeout) connecting to Service Bus through Function App
As of midnight CET between the 3rd and 4th of June, we are all of the sudden experiencing severe timeout issues in our Function App (Isolated, C#, .net 8, Germany West Central) while sending messages to a Service Bus Topic. The setup has been running for…
Azure Functions
Running Semantic Kernel on Durable Functions
Has anyone tried running Semantic Kernel on Durable Functions? I'm curious about its feasibility and any challenges or tips for integration. Additionally, can consumption tier Azure Functions be used for this purpose? If so, is it possible to tweak them…
Azure Functions
Azure Static Web Apps “Failed to deploy the Azure Functions” error—even with minimal hello world API, all best practices followed
We are unable to deploy any backend API (managed functions) to Azure Static Web Apps. Our static frontend always deploys successfully, but every attempt to deploy the backend fails at the “deploy the Azure Functions” step, even with the simplest possible…
Azure Functions
Azure Function Unexpected Stop – Log Storage and Size Limit Clarification (Basic B3 Plan)
Current Azure Function Details Plan: Basic B3 Trigger: Batch execution every 5 minutes Log Storage Location: /home/site/<custom_folder> Operating System : Linux Issue Summary: We are storing logs in a custom folder under…
Azure Functions
Seek architectural advice: Incoming event/message batching for multiple partitions/sessions with Functions.
Hi community and support, following scenario: We want to receive messages (load > 1 event per second) and batch them for further processing. The messages have a "sorting" property (let's call it partition), and we only want to batch…
Azure Functions
It is impossible to click the "Save" for External Git's private repository of Function App and WebApp in Azure China portal
It is impossible to click the "Save" for External Git's private repository of Function App and WebApp in Azure China portal. As shown as below, Azure Portal of China -> Web App/ Function App -> Deployment Center -> External Git ->…
Azure Functions
Function App Not triggering Blob Trigger & not listing function name
Hi Team, Due to subscription issue initially it was not creating function, but now it is creating after fix from azure team, but it is not fully fixed, now i am able to create function but i am not able to do blob trigger, even simple function i am not…
Azure Functions
The Function Execution Count metric doesn't appear to be reporting as expected.
Hello, I noticed an issue a few days ago: since May 5th, the "Function Execution Count" (on my FunctionApp) metric is no longer being reported. However, the functions appear to be running correctly, as they are processing the messages they are…
Azure Functions
FunctionApp Without key ?
Hello, I have several services FunctionApp in my Azure Portal. Some services all require a key when called (the URL provided by "Get Function URL"), and other services don't provide this token even though a "Default" key is listed…
Azure Functions
How to reuse a SQL connection inside Azure Durable Functions?
I have a Function App in python and I need it to collect data from SAP HANA. I use hdbcli to establish connection. What I want to do is run multiple queries in parallel using the same connection, is it possible using fan-out/fan-in pattern? Also, can I…
Azure Functions
HTTP Azure Function Randomly Returns 499 Error
Hi, I have an Azure Function hosted on the Consumption plan. The HTTP functions are exposed through Azure API Management. A scheduled job in Salesforce calls the APIM endpoint every hour, which forwards the request to the backend Azure Function. This…
Azure Functions
Flex consumption plan code package deployment configuration error in West Europe
When deploying a code package to a functions app with a flex consumption plan in west Europe I get this error: The following list of 4 site configuration properties (Site.SiteConfig.FtpsState,Site.SiteConfig.Use32BitWorkerProcess,…
Azure Functions
Azure Function App Deployment Fails with “Invalid Binding Configuration” Error
I’m encountering an issue deploying an HTTP-triggered Azure Function (v4, .NET 8) to Azure App Service from Visual Studio 2022 (17.9.6). The deployment fails with the error: “Invalid binding configuration: The binding type(s) 'httpTrigger' are not…