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
Creating an Azure function through the portal
From within the Function App, I can't create a function through the portal. It only shows me VS Code or VS. Apparently this is a problem many people have posted in various forums with no solution.
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
Unable to create function app due to error "The pricing tier 'FlexConsumption' is not allowed in this resource group"
I am trying to create an Azure Function using Flex Consumption plan but I keep getting the following error: The pricing tier 'FlexConsumption' is not allowed in this resource group. Use this link to learn more:…
Azure Functions
The Function app may be missing a module containing the 'Connect-MgGraph' command definition
I am trying to run a Microsoft Graph PowerShell script through azure PowerShell function. But I am getting following error The Function app may be missing a module containing the 'Connect-MgGraph' command definition. If this command belongs to a module…
Azure Functions
Windows for business Windows Server User experience PowerShell
Microsoft Security Microsoft Graph

azure function ManagedIdentity request exception during GetToken
Since 28. April some of our azure functions suddenly started to get the following exception when calling the system-assigned ManagedIdentity getToken endpoint using the ManagedIdentityCredentials class. ManagedIdentityCredential authentication…
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

Create multiple functions withing a single function app service
I want to create multiple HttpTrigger functions under a single function app service. For example, there are 2 functions, automation1 and automation2, they should be deployed under same function app service but they should be allowed to be called…
Azure Functions
Azure App Service
Long Living Instance of Azure Function App
Hello, I noticed that there are instances had lifetime more than 24 hours while I did not set any "always-on" instances. I would like to ask if it is by design or such behavior was triggered by my actions?
Azure Functions
Fail to create Function App, due to storage account has disabled public access
Hi, I have created a storage account that has disabled public access. Then I'm trying to create an Azure Function that uses the storage account. Whenever I try to create the function in Azure Portal, I get this error message when Azure is trying to…
Azure Functions
Azure Storage
Azure Function App - Error 403 - Forbidden The web app you have attempted to reach has blocked your access.
Currently, I have setup an Azure Function App that is integrated with a Virtual Network. After I configured everything inside the Networking tab of my Function App, I run into the Error 403 - Forbidden and cannot access my Function App backend url…
Azure Functions
Pyodbc package is not installing during function app deployment
I am using a function app with pyodbc which consistently fails for Failed to import src.services.oauth_service: No module named 'pyodbc'. Some fixes I've attempted in order: Python Version Downgrade ODBC Driver Installation Added pymssql>=2.2.0 as…
Azure Functions
How to fix the error - Could not load file or assembly 'System.Memory.Data, Version, under the Azure Durable function
I'm building a Azure Durable function with Python framework in my local VS Code. While I'm running the function in the visual studio, I'm getting the below error. The listener for function 'Functions.orchestrator' was unable to start. Azure.Core: Could…