App with error "Cosmos DB connection configuration 'CosmosDB' does not exist" but valid env variable, missing code access.
Hello, We are seeing the next error in an execution of an Azure function: "Cosmos DB connection configuration 'CosmosDB' does not exist. Make sure that it is a defined App Setting." We see in the integration the Cosmos DB account…
Functions does not seem to scale as I had hoped. A lot of missing function calls.
Plan: Flex plan. Premise: We are testing the performance of the functions, uploading about 80k documents to a azure container. The BlobTrigger has a source of EventGrid. Using: azcopy copy <source> <destination> -- recursive to copy 80k…
Azure function why does BindingName fail
RuntimeException: Cannot find matched @BindingName of customer function, please check if customer function is defined correctly It's a very basic function. But none of the examples work. When deployed and triggered, it will work if I don't declare any…
GOLANG: No stacks found for "custom" on Azure Functions v4
Following the instructions on learn.microsoft.com for creating an Azure Function written in Golang, the instructions fail here:…
Will my v4 Function Proxies fail after Sept. 30th 2025?
https://azure.microsoft.com/en-us/updates?id=community-support-for-azure-functions-proxies-will-end-on-30-september-2025 The above article states: "Azure Functions Proxies will continue to remain in maintenance mode until 30 September 2025 after…
Multiple Azure Http triggered function calling the same azure orchestrator function
Hello Team, I have five different HTTP-triggered functions that handle pre-processing before performing the main processing. I am considering moving the main processing logic into a single Azure Orchestrator function. This function would be called by the…
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…
What would cause restricting traffic to whitelisted IP and VNET on a storage account to break the deployment of a related Azure Function, but only some of the time?
I have several dozen Azure Blob Storage accounts tied to Azure functions. I am in the process of restricting traffic to these accounts to VNET and whitelisted IP. I've successfully set this and been able to deploy the azure function, through an Azure…
Ho to control "Microsoft.Azure.WebJobs.Script.WebHost.Middleware.SystemTraceMiddleware" logs being sent to my Datadaog?
We have integrated the datadog for capturing the azure function application insights logs. Its taking too much of our datadog resources. How to control that? I tried many methods like putting different values in the host.json, But nothing is…
Encountered an error (Forbidden) from extensions API in my Function App
Encountered an error (Forbidden) from extensions API , when trying to access Function Apps
Function app not triggered after deployed into Azure, its works properly in the VS code
We are creating a data transformation pipeline from one format to another format using the Azure Function App, its work as expected in local VS code but after deployed to Azure it's not even triggered we upload data into the blob storage.…
Azure Function, calling Multiple Instance
Hi All This is my first post on this support, can you please confirm that my account is being acknowledged for priority support? I would like to know how I can achieve the following. I have SQL query that produces a list of my IoT Device IDs. Each…
unable to create azure function error: The subscription is not allowed to create or update the serverfarm.
Error unable to create azure function error: The subscription is not allowed to create or update the serverfarm. Unable to fix it using public available information.
Encountered an error (InternalServerError) from host runtime.
I have setup my first python azure function and deployed it from GitHub. When I try to get the function's url or try to test/run the function, I get the following error: Encountered an error (InternalServerError) from host runtime. Please help me…
Best approach to call 22 K api requests and update SQL server table on daily basis
We have created an SQL database on Azure, and it contains around 1.5 million records. now on daily basis we need to call an external api on average each day there will be around 22 K api requests. then for each request we need to check if the item exists…
Azure Function best plan & Price?
We have created an SQL database on Azure, and it contains around 1.5 million records. now on daily basis we need to call an external api on average each day there will be around 22 K api requests. then for each request we need to check if the item exists…
write operations to excel template is consuming tremendous compute using Azure functions
We have an application that takes input as a data payload(schema in json format) from API to convert the data received to an templated excel file in the backend. we figured out that the excel generation process is consuming huge(comparatively high…
Runtime stack python not showing on Azure Portal
Hi everyone! I am trying to create an Azure Function App and I am not being able to select python as my Runtime stack. It simply isn't showing on the dropdown menu. I have seen it showing before.
What could cause our function app to fail from march 12 11:15pm EST - march 13 6:30am EST ?
Last night our function app was unable to connect to SQL from 11:15pm - 6:30am EST. Nothing was changed in the app, it has been running successfully for more than a month before encountering this. We have another SQL database on the same server and it…

The token is expired. unable to deploy to Azure Function
Error: Failed to get resource ID for resource type 'Microsoft.Web/Sites' and resource name 'AF200NitoPlusBillingDev'. Error: Could not fetch access token for Azure. Status code: invalid_client, status message: Error(s): 7000222 - Timestamp: 2025-03-03…