An Azure service that provides an event-driven serverless compute platform.
azure function app slots are created, having access to storage account, network connectivity between function app to storage account also there. but app keys are not population
azure function app slots are created, having access to storage account, network connectivity between function app to storage account also there. but app keys are not population
Azure Functions
Flex Consumption Function App fails to start: Access to the path '/home/site/wwwroot/host.json' is denied
Hello, I can't get a successfully deployed function to run on any of my Flex Consumption Function Apps. After every deploy, the app overview shows the same error: System.Private.CoreLib: Access to the path '/home/site/wwwroot/host.json' is denied.…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Portal - Function App TLS bindings completely out of sync with actual TLS frontend behaviour
I have a number of Azure Functions apps running the Flex Consumption plan. The TLS bindings displayed in the portal are are completely disconnected from what is actually happening. The portal reports "No binding" for multiple custom domains,…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Flex Consumption (.NET 8 isolated) - storage queue trigger does not process messages until always-ready pin
Environment Azure Functions - Flex Consumption plan (Linux) .NET 8 isolated worker Single function app with multiple triggers (HTTP, timer, Cosmos change feed, Durable, and one storage queue trigger) Storage queue used for background processing…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
How to reduce Application Insights telemetry from Azure Functions and understand daily caps
Hi, I have multiple Azure Function Apps created from Visual Studio projects. Application Insights is enabled for each Function App, but I’m finding that some apps are capturing more telemetry than I need. I would like to optimize what is sent to…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Function app slot unable to fetch app keys from the storage account
Function app slot unable to fetch app keys from the storage account though it has access to the storage account
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
A deleted trigger in a C# function app ran a week after it was removed during the next deployment of the function app
We have a C# function app. It had a single timer trigger. We added a second timer trigger on a different schedule. We deployed this. We removed the first timer trigger. We deployed this. Azure only listed the second timer trigger. On the next…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Function (.NET 8 Isolated): HTTP request body is empty only when using AuthorizationLevel.Function
I am calling an Azure Function HTTP trigger from Dell Boomi. Environment: Azure Functions v4 .NET 8 isolated worker HTTP trigger Caller: Dell Boomi HTTP Client Method: POST Content-Type: application/json The function works correctly when called…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Possible reasons for double entries in App Insights logs
Hello, I've noticed that all my app insights for app service and Azure function have started showing two entries for every request. These logs have the same operation ID or app insight ID. Can anyone please suggest the possible reasons for these sudden…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Azure Functions silently stops during execution
I have an Azure function running on Consumption Flex that was silently stoped three times during the last two days. It runs using python v2. The function does't show in the invocations at all, so it looks like it never got triggered. But I know that it…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
The runtimeversion for the functionapp is randomly becoming as error instead of showing the version details
The runtimeversion for the functionapp is randomly becoming as error instead of showing the version details, and kudu empty without any files.
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
check if i'm logged to azure or not using powershell script in Azure Functions
Could anyone help on how to write the function script in PowerShell to verify If my azure session is logged in? Using Connect-AzAccount will not log automatically I believe.
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Error while running Azure Web Job.
Azure web job gives error while running. Its saying Storage account credentials are incorrect. But we have checked the AzureWebJobsStorage and AzureWebJobsDashboard keys and its pointing to correct StorageConnectionString. Also, both the settings…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Functions (Node.js 22 & 24) fails SRV DNS resolution for Azure DocumentDB(with MongoDB compatibility) unless dns.setServers() is used
Environment Service: Azure Functions (JavaScript/TypeScript, Node.js v4 programming model) Package: @azure/functions v4 Runtime: Node.js 22 and 24 Hosting: Azure Function App (default configuration) Networking: No VNet integration No Private…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Queue trigger never fires on Azure Function Flex Consumption (Python v2)
Environment Plan: Flex Consumption Runtime: Python 3.11, v2 programming model (decorator-based) Region: Southeast Asia Deployment: Azure Functions Core Tools v4 (func azure functionapp publish --build local) Problem A queueTrigger function never…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Flex Consumption Function App App Configuration references failed with OtherReasons for 2 days, then self-recovered
We have an Azure Function App running on the Flex Consumption plan in UK South. This function app has been deployed for ~2 years now, and hasn't been edited in around the same amount of time. On 15 June 2026 at approximately 07:32 UTC, the app suddenly…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Function App deadlock when merge >10k entities to azure data table
Hey, We have a Function App in Flex Consumption Plan with nodejs that reads a CSV file (50k rows, 2 mb) add merges that row by row to a azure data table. The rows a added one after another. After ~10k rows the function stops logging to application…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Queue-triggered function on Flex Consumption won't fire without an always-ready instance
Hi, I have an Azure Function deployed with two functions: an HTTP receiver that processes a form, populates a Table, and places a message in a queue; and a queue-triggered function that picks up the message and processes the request. The HTTP function…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Storage queue trigger not firing in .NET isolated Azure Functions app, works locally
I’m deploying a new .NET isolated Azure Functions app and I’m stuck on a problem where my storage queue triggers never fire in Azure, even though the same project works locally in VS Code. I’d appreciate help understanding what I might be…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Function App - Functions Not Visible After GitHub CI/CD Deployment
Function Discovery Why are functions discovered correctly after manual deployment but not after GitHub Actions deployment? Is there a known issue with .NET 10 Azure Functions and GitHub Actions deployment? Are there additional requirements for metadata…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.