5,708 questions with Azure Functions tags

Sort by: Updated
0 answers

Setting up event_grid_trigger in Azure function app v2 using a service principal leads to a 'ungooglable' Error

I have a Function App that got ported to service principals. A Azure function, python, v2 model errors on me the moment I try doing this. @app.function_name(name="importjob") @app.event_grid_trigger(arg_name="event") def…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-22T14:07:47.97+00:00
Sebastian Schürmann 0 Reputation points
edited a comment 2025-04-28T14:03:59.04+00:00
Khadeer Ali 4,795 Reputation points Microsoft External Staff
0 answers

Troubleshooting Queue-Triggered Azure Function in .NET 8.0 Facing Intermittent Internal CLR Errors.

Hello, we have a queue triggered Azure function, net 8.0, isolated, that works most of the times, but since a few weeks ago, it sometimes fails with the following exception: Exception while executing function: Functions.CalculateAMFunction C:\Program…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-28T13:49:20.7166667+00:00
Anca Corbos 25 Reputation points
1 answer

Whether china azure windows function support Microsoft.ML.OnnxRuntime

we have a function, installed <PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.21.0" /> it run in local and linux azure function(4.1038.400.3) perfectlly. but when i published to azure windows…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-27T09:43:45.4533333+00:00
Gallatin 21V 186 Reputation points
commented 2025-04-28T13:41:24.79+00:00
Sina Salam 19,136 Reputation points
0 answers

Azure function fails with internal CLR error

Hello, we have a queue triggered Azure function on EP2 tier, dotnet-isolated, which most of the times works good, but since a few weeks ago sometimes fails with the following exception: Exception while executing function: Functions.CalculateAMFunction…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-28T13:31:58.8666667+00:00
Anca Corbos 25 Reputation points
0 answers

How to troubleshoot why my functions app is not scaling beyond 1 worker

My python 3.9 functions app is no longer scaling properly, it only spawns one worker, whereas last month it would go up to 70 workers. I have tens of thousands of queued messages waiting to process. No code, settings or billing changes were made.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-08T22:54:55.0666667+00:00
Guilherme Fonseca 0 Reputation points
commented 2025-04-28T12:26:27.13+00:00
Dasari Kamali 335 Reputation points Microsoft External Staff
0 answers

This subscription is not allowed to create or update the serverfarm.

Hello I am unable to create a function app in any region. I have tried all available troubleshooting and after googling was hoping somebody could maybe fix something on the backend to get me up and running. Thank you for your time with this!

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-09T00:52:56.3933333+00:00
Ray Davis 0 Reputation points
commented 2025-04-28T12:26:17.14+00:00
Dasari Kamali 335 Reputation points Microsoft External Staff
0 answers

Error Deploying Azure Function from VS Code: 'No HTTP triggers found'

I am trying to overwrite deploy code that I was previously able to deploy to an Azure Function App using VS Code, but I am unable to deploy it. So, I tried to investigate by creating new sample code and new Function App on the Azure. Even it's brand new…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-24T06:54:42.7266667+00:00
idea-seeds 0 Reputation points
commented 2025-04-28T12:09:37.5566667+00:00
Sai Prabhu Naveen Parimi 1,180 Reputation points Microsoft External Staff
1 answer

Durable function orchestrator stuck in pending

We are experiencing an issue with our Azure Durable Functions App. When triggering a new run through an HTTP trigger, the status stays on PENDING. Context Some more context: we are using Linux, Python and the Flex Consumption plan. Our function app…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-21T07:49:35.78+00:00
Kevin Vanthuyne 0 Reputation points
answered 2025-04-28T12:01:02.38+00:00
Kevin Vanthuyne 0 Reputation points
0 answers

ARM Template Deployment Fails: This region has quota of 0 instances for your subscription.

I am trying to create an Azure Functions app from an ARM template. I already have a working setup, but I am trying to duplicate it using ARM templates to make it repeatable. Every time and no matter how I change the template JSON, I end up with: …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-22T14:19:47.0533333+00:00
David Mahoney 0 Reputation points
commented 2025-04-28T11:37:03.2533333+00:00
Ranashekar Guda 1,265 Reputation points Microsoft External Staff
1 answer

The following app setting Site.SiteConfig.AppSettings.FUNCTION_WORKER_RUNTIME for flex consumptition sites is invalid

Hello, I am trying to upload code to my function app on flex cunsomption plan. Doing it using core tools didn't work, so I am trying using Azure Cli. The following command returns a success code: az functionapp deployment source config-zip -g…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-07T15:05:11.3+00:00
Mirra Artificial Intelligence 0 Reputation points
edited a comment 2025-04-28T11:35:17.59+00:00
Pravallika Kothaveeranna Gari 480 Reputation points Microsoft External Staff
0 answers

I want to my azure function from v1 to v4 my current dotnet framework is 4.8 need suggestion which version should I go 4.8 or 8 or 9

I want to my azure function from v1 to v4 my current dotnet framework is 4.8 need suggestion which version should I go 4.8 or 8 or 9. I am try to migrate to 4.8 with v4 but as per microsoft guide it mentioed to add output type as exe and mine was class…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-22T05:27:28.7333333+00:00
Rashmiramchandra Prabhu 66 Reputation points
commented 2025-04-28T11:01:57.6633333+00:00
Rashmiramchandra Prabhu 66 Reputation points
0 answers

Function App is not always being triggered upon upload to Storage Account Container

Hi all, I have a weird issue where we have a Function App function attached to the uploading event of a file to a Container in a Storage Account. The function is only being run most of the time (we have a file uploading each morning), but every now and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-22T02:04:23.81+00:00
Comunet 0 Reputation points
edited a comment 2025-04-28T10:53:59.1133333+00:00
Shireesha Eeraboina 2,815 Reputation points Microsoft External Staff
0 answers

Does Azure Functions Flex Consumption plan support .NET 9?

Hi. I'm seeing some conflicting information around support for .NET 9 runtime in Azure Functions. The Supported language stack versions page lists .NET 8, but it's possible to select ".NET 9 Isolated" in Azure for the runtime stack. Are the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-28T08:03:58.9533333+00:00
Richard Willis 20 Reputation points
commented 2025-04-28T08:42:44.9133333+00:00
Khadeer Ali 4,795 Reputation points Microsoft External Staff
1 answer

This region has quota of 0 instances for your subscription. Try selecting different region or

Hello, I'm trying to create an app function with a service plan with SKU of Y1 I'm getting the following issue: How can I increase the quota? I can't find it │ Server Farm Name: "****"): performing CreateOrUpdate: unexpected status 401 (401…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-27T18:33:26.98+00:00
Amit Arie 0 Reputation points
edited a comment 2025-04-28T08:19:02.8366667+00:00
VenkateshDodda-MSFT 24,671 Reputation points Microsoft Employee
1 answer

How to provision a new Azure Function with bicep pipeline and service principle?

I have a new Azure subscription. I dont have access to the portal (portal.azure.com). I have only a service principal. How can I create a new Azure Function with a bicep pipeline with a service principal? I already have a bicep, yaml and azure function…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-09T07:42:38.38+00:00
Khalid Hajjouji 40 Reputation points
commented 2025-04-28T08:00:55.99+00:00
Sai Prabhu Naveen Parimi 1,180 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Functions not visible on Azure Portal

Hello, I am trying to deploy an isolated function through Visual Studio 2022. The approach is as follow: Get Publish Profile in Azure Portal --> New profile in VS --> Import Profile --> Selecting the publish profile --> Click Next -->…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-11T12:06:56.8466667+00:00
prmanhas-MSFT 17,936 Reputation points Microsoft Employee
accepted 2025-04-28T05:19:10.6233333+00:00
prmanhas-MSFT 17,936 Reputation points Microsoft Employee
1 answer

How to optimize Azure Logic App to reduce unnecessary runs?

The current implementation of an Azure Logic App (Standard) uses a Recurrence trigger, leading to processing every item regardless of whether they meet the specified condition. This results in unnecessary executions and increased overall costs. What…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-18T12:15:26+00:00
Jacek Leo 0 Reputation points
commented 2025-04-28T03:27:49.7+00:00
RithwikBojja 1,680 Reputation points Microsoft External Staff
0 answers

Message: failed to register layer: Container ID 1086422 cannot be mapped to a host ID 2025-04-17T22:09:15.030Z INFO - Pull Image failed

From the deployment center in an Azure Function App I tried to pull a docker image from ACR where it gave me the following error: 2025-04-17T22:09:15.020Z ERROR - failed to register layer: Container ID 1086422 cannot be mapped to a host IDErr: 0,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-18T20:40:09.6466667+00:00
Nazeer Ali Mohammed 0 Reputation points
commented 2025-04-28T02:05:13.3266667+00:00
VenkateshDodda-MSFT 24,671 Reputation points Microsoft Employee
1 answer

Azure function code is not invoked

Hello I have a functional app with 3 java functions Github listener (@HttpTrigger): posts received payload into EventGrid and Kafka listeners EventGrid listener (@EventGridTrigger) Kafka listener (@KafkaTrigger) { "scriptFile" :…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-26T16:30:40.6066667+00:00
Anatolii Zenkovych (CW) 0 Reputation points
edited a comment 2025-04-27T15:34:04.7366667+00:00
Sina Salam 19,136 Reputation points
0 answers

Azure Function .NET 9 Isolated makes huge amount of requests to Azure Blob storage with "Not found" response code

Hi all. We use .NET 9 Isolated Azure Functions with Consumption plan. Our team noticed increased billing of Azure Storage Account started from 14th of March 2025. After few days of investigation we've found out that since that day the total amount…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,708 questions
asked 2025-04-16T14:19:54.97+00:00
Zaskevich Ivan 0 Reputation points
commented 2025-04-26T22:33:28.35+00:00
Zaskevich Ivan 0 Reputation points