Optimization Azure Function and Azure Container Registry Utilization
As a part of AI deployment, 5 Azure Functions had been deployed and corresponding 5 container registries were attached. Now the count has been reduced to one. The credits utilization amount has not decreased to 1/5th of the previous one and it is still…
Azure Functions
Can't create function app
I'm trying to create a new Linux Function App in my Pay as You go subscription but am getting this error. I've seen other people with the same issue who had it resolved by contacting support. The subscription 'xxx' is not allowed to create or update…
Azure Functions
Durable Function orchestrator race condition?
have an Azure Durable Function that is triggered when users send SMS messages. I'm using the function to collect multiple messages if they arrive within a short duration, and create one consolidated message. The first message triggers the function and…
Azure Functions
The add + option is missing under functions.
I cannot add a function in my app. The "add" option is missing. How can I fix this?
Azure Functions
I can't deploy my Azure Functions or access their URLs from the Azure Portal
I'm currently having an issue with my Azure Functions where I can't deploy anything or access any of the functions. Let's start with the deployment part. When I try to deploy my Azure Functions from Visual Studio Code, the Log Stream from the file system…
Azure Functions
How to fix Azure Message Queue Trigger Function App Not Running the "Run" Method
I am having trouble with setting my Azure Message Queue Trigger Function App so that it deploys and runs without error. I had it reading the queue but not running the "Run" Method at one point. At that time, I could run it using the Test/Run…
Azure Functions
Timer function doens't run properly when i set Min replicas = 0
I have dotnet-isolated azure function deployed to azure container apps. The function run randomly (with delay from 30 min to 2-5 hours) if is set min replicas to 0. [Function("EnsureSubscription")] public async Task Run([TimerTrigger("0…
Azure Functions
Function app logs are not being output
For some function apps, call logs and Application Insights logs are not being output after June 19, 2025. Logs were output before June 19, 2025. In addition, logs are being output without any problems for other function apps in the same tenant. The…
Azure Functions
What does "event source length" mean?
Hi Team, https://docs.azure.cn/en-us/azure-functions/functions-target-based-scaling?tabs=v5%2Ccsharp According to the document, the expansion of the number of function instances in the EP pricing layer is carried out according to the above formula.…
Azure Functions
What are the ways to do clean-up of old folders in the Kudu site o fthe function app
How to clean-up the files n folders in the Kudu Site of the web app or function app? When I'm deleting, gettin the 409 error as shown in the above screenshot.
Azure Functions

Can't send any support request from azure portal.
Can't create support request from azure portal for azure function.
Azure Functions
Dilemma - Subnet issue - Azure Functions Flex Consumption Plan with Azure Container Apps
created a bicep template that deploys Azure Functions with Flex consumption plan. I used an existing subnet id that was used by one of my container apps environment (i.e. delegated to Microsoft.App/environments). I forgot to check whether there will be…
Azure Functions
Azure Function App with Blob Storage Trigger is not Running
Hi, I have an Azure Function App with a blob trigger function. I noticed that the function was not processing new images and had not processed any images for around 4 months. To investigate I went to the "Invocations and more" tab. Shortly…
Azure Functions
Azure Storage
Why my functions will be triggered every time I do the deployment
Why my functions will be triggered every time I do the deployment. they are timer triggered, I set the cron to trigger one time one day. Here is one example: [DisableFunction(FunctionAppSettings.DisableFunction)] …
Azure Functions

How to resolve PKIX issue on Function App (flex consumption plan)
We are getting below error Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: Unable to find valid certification path to requested target - How do we provide…
Azure Functions
Not able to Delete subnet due to service association link from a deleted resource.
can you please help me deleting the subnet which is being associated with service link of a deleted resource. I don't have valid a plan for raising support request.
Azure Functions
Function app missing Invocation logs
Dear Azure Support Team, I am reaching out to report an issue with invocation logs not appearing in the Azure portal for our Function Apps, specifically for blob event triggers. Despite waiting over 48 hours, the logs have not been populated. This issue…
Azure Functions
I'm getting a quota error when trying to deploy the Okta Single Sign-On (using Azure Functions) Data Connector
I'm using a 30 day free trial of MS Sentinel (and MS Defender too), but have also signed up for the Pay As You Go plan (as a troubleshooting step). I also have a I'm able to get the basic Okta Single Sign-On data connector working without errors, but…
Azure Functions
Getting Orchestrator function failed with OOProc schema V2 in azure durable function app
We have created azure durable function app. In this, we are getting Orchestrator function failed with OOProc schema V2, expected actions array to be of length 1 in outer layer but got size: 2. Attached screenshot for your reference. After successful…
Azure Functions
How to resolve error 500: An error occurred while communicating with Azure Storage errors from a durable function?
We were getting constant communication errors from our blob store linked to an Azure function app and from the exception message it seems to originate from the durable functions library which we use to persist data for function executions. Previously…