5,911 questions with Azure Functions tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Azure function service bus not triggering

We have an event-driven architecture with azure functions (flex consumption plan) and a service bus. In several occurrences, we observed our azure function not being triggered by the service bus queue. The message was shown as "active" in the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-12T08:27:53.71+00:00
Benjamin Weber 21 Reputation points
commented 2025-06-30T15:41:16.69+00:00
Tom Howells 76 Reputation points
2 answers

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-23T13:16:29.1666667+00:00
raviteja vemulakonda 0 Reputation points
answered 2025-06-30T14:35:56.35+00:00
Steven Nguyen 0 Reputation points Independent Advisor
1 answer

To Deploy multiple functions within 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 Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-29T13:54:55.9733333+00:00
Gnanasoundari 45 Reputation points
commented 2025-06-30T11:39:06.49+00:00
Marcin Policht 49,715 Reputation points MVP Volunteer Moderator
0 answers

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-23T21:10:08.31+00:00
Namrata Singhal 0 Reputation points
commented 2025-06-30T09:40:16.85+00:00
Sai Prabhu Naveen Parimi 2,265 Reputation points Microsoft External Staff Moderator
1 answer

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-27T20:56:12.64+00:00
Wendy 0 Reputation points
edited an answer 2025-06-30T06:55:19.1033333+00:00
Krishna Chowdary Paricharla 90 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-05T02:35:15.7833333+00:00
Zhuo Chen 40 Reputation points Microsoft Employee
accepted 2025-06-30T06:16:54.7666667+00:00
Zhuo Chen 40 Reputation points Microsoft Employee
0 answers

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-28T07:33:51.89+00:00
Udit Shah 0 Reputation points
commented 2025-06-30T02:47:11.65+00:00
Krishna Chowdary Paricharla 90 Reputation points Microsoft External Staff Moderator
0 answers

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-24T07:00:20.2933333+00:00
Vitalii Koretskyi 20 Reputation points
commented 2025-06-30T01:39:47.07+00:00
Krishna Chowdary Paricharla 90 Reputation points Microsoft External Staff Moderator
0 answers

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-24T16:43:09.82+00:00
Joe Porschart 0 Reputation points
commented 2025-06-30T01:36:18.7866667+00:00
Krishna Chowdary Paricharla 90 Reputation points Microsoft External Staff Moderator
0 answers

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-25T08:49:44.4833333+00:00
Rajoli Hari Krishna 801 Reputation points
commented 2025-06-30T01:33:26.0766667+00:00
Krishna Chowdary Paricharla 90 Reputation points Microsoft External Staff Moderator
0 answers

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-25T02:41:15.0533333+00:00
dla-d 0 Reputation points
commented 2025-06-30T01:32:45.7066667+00:00
Krishna Chowdary Paricharla 90 Reputation points Microsoft External Staff Moderator
0 answers

My Node Azure Function app has stopped working after deployment

After a successful deployment from GitHub to staging instance, the Node function app @azure/functions@4.7 does not list any of the functions available: Stopping and restarting does not fix it. Environment…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-29T15:04:08.02+00:00
Michael S. Scherotter 26 Reputation points
commented 2025-06-30T01:04:26.76+00:00
Krishna Chowdary Paricharla 90 Reputation points Microsoft External Staff Moderator
1 answer

Testing an Event Grid Blob Trigger locally

I'm trying to test an event grid blob trigger running an azure function locally. From all the docs and guides I see, it seems like you should be able to trigger it with a normal http request…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-24T19:18:57.65+00:00
yosuke-saito 0 Reputation points
commented 2025-06-28T14:02:44.3+00:00
Divyesh Govaerdhanan 6,235 Reputation points
0 answers

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-24T15:25:47.34+00:00
Dave 0 Reputation points
commented 2025-06-28T00:38:39.1633333+00:00
Sai Prabhu Naveen Parimi 2,265 Reputation points Microsoft External Staff Moderator
1 answer

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-27T22:58:21.75+00:00
Russell Rosario 0 Reputation points
answered 2025-06-27T23:24:20.6233333+00:00
TP 124.9K Reputation points Volunteer Moderator
0 answers

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-24T13:00:12.3166667+00:00
Ramón Wilhelm 0 Reputation points
commented 2025-06-27T17:42:10.91+00:00
Ranashekar Guda 2,820 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-24T13:15:18.35+00:00
Jose Quintero 40 Reputation points
accepted 2025-06-27T12:50:10.1233333+00:00
Jose Quintero 40 Reputation points
3 answers

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Microsoft Graph
asked 2023-02-05T16:04:29.8766667+00:00
Liju P Nandanan 21 Reputation points
answered 2025-06-27T12:28:45.4333333+00:00
Chendrayan Venkatesan 11 Reputation points
2 answers

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-05-14T11:58:18.8133333+00:00
Patrick 0 Reputation points
edited an answer 2025-06-27T11:49:06.4333333+00:00
VARADHARAJAN K 86 Reputation points Volunteer Moderator
0 answers

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
asked 2025-06-25T09:56:22.01+00:00
Gallatin 21V 206 Reputation points
commented 2025-06-27T08:07:21.4633333+00:00
Gallatin 21V 206 Reputation points