6,490 questions with Azure Functions tags

Sort by: Updated
2 answers

SKU az-functions (EP1: 1)

I am experiensing that there is no more quote to deploy az functions on the EP1/2/3 payment plane for production sub I do have this in development sub.. Question: is it somehow posible to move this quota to production sub? if yes, is this something…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-23T12:46:35.52+00:00
Eikeland, Jens-Petter 0 Reputation points
answered 2026-06-24T06:27:59.42+00:00
Eikeland, Jens-Petter 0 Reputation points
3 answers

New azure function (with .net 8) isolated model (Blob trigger),, azure function v4 is showing error 'WorkerExtensions.csproj : error NU1102: Unable to find package Microsoft.Azure.WebJobs.Extensions.Storage.Blobs with version (>= 5.2.0)'

I am creating brand new azure function and I am getting below error. WorkerExtensions.csproj : error NU1102: Unable to find package Microsoft.Azure.WebJobs.Extensions.Storage.Blobs with version (>= 5.2.0) Note - I have tried creating new azure…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-22T13:00:30.8666667+00:00
Chavan, Shweta 0 Reputation points
commented 2026-06-23T22:24:46.5733333+00:00
Pravallika KV 17,290 Reputation points Microsoft External Staff Moderator
0 answers

Attempt to create App service managed certificate fails repeatedly

I have created a new flex consumption function app to handle traffic to deprecated application domains. In migrating these domains from other app services to this new function app, the first three domains I migrated worked flawlessly - I removed SSL…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-23T13:26:41.3633333+00:00
Joe K 20 Reputation points
commented 2026-06-23T19:54:32.4266667+00:00
Joe K 20 Reputation points
0 answers

Join: Microsoft Azure Q&A Champions Program

The Microsoft Azure Q&A Champions Program recognizes and empowers a global community of internal and external Azure experts who help customers succeed by providing high-quality, trusted answers on Microsoft Q&A. The program scales expert led…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-05-25T23:03:07.7066667+00:00
Ashley Swearingen 0 Reputation points Microsoft External Staff Moderator
edited the question 2026-06-23T19:36:45.47+00:00
Ashley Swearingen 0 Reputation points Microsoft External Staff Moderator
0 answers

Azure Function App - Functions Not Visible After GitHub CI/CD Deployment

Function Discovery Why are functions discovered correctly after manual deployment but not after GitHub Actions deployment? Is there a known issue with .NET 10 Azure Functions and GitHub Actions deployment? Are there additional requirements for metadata…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-23T18:50:01.57+00:00
Sherry L. Robinson 0 Reputation points
commented 2026-06-23T19:02:29.5233333+00:00
Pravallika KV 17,290 Reputation points Microsoft External Staff Moderator
1 answer

Azure Function App Flex Consumption migration fails with ServerFarmCreationNotAllowed

I am trying to migrate an existing Linux Consumption Azure Function App to Flex Consumption, but the migration fails after the app passes the eligibility check. I need to migrate this Function App from Linux Consumption to Flex Consumption so that I can…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-08T18:30:56.06+00:00
Pontem 0 Reputation points
edited an answer 2026-06-23T17:10:12.9633333+00:00
Pravallika KV 17,290 Reputation points Microsoft External Staff Moderator
1 answer

Function App deadlock when merge >10k entities to azure data table

Hey, We have a Function App in Flex Consumption Plan with nodejs that reads a CSV file (50k rows, 2 mb) add merges that row by row to a azure data table. The rows a added one after another. After ~10k rows the function stops logging to application…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-08T12:01:59.0566667+00:00
Phillip 0 Reputation points
edited a comment 2026-06-23T13:27:33.8233333+00:00
Phillip 0 Reputation points
2 answers

Azure Portal - Function App TLS bindings completely out of sync with actual TLS frontend behaviour

I have a number of Azure Functions apps running the Flex Consumption plan. The TLS bindings displayed in the portal are are completely disconnected from what is actually happening. The portal reports "No binding" for multiple custom domains,…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-22T12:33:28.3166667+00:00
Steven Fletcher 0 Reputation points
commented 2026-06-23T13:06:56.8366667+00:00
Siddhesh Desai 7,560 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Azure Durable Functions

Azure Durable Function orchestration occasionally remains in Running state even though the activity function completes successfully and output artifacts are generated and stored. No exceptions are logged. What Durable diagnostics, traces, or storage…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-09T11:03:42.09+00:00
Vempadapu Akhil Kumar 30 Reputation points
commented 2026-06-23T11:18:39.6366667+00:00
Vempadapu Akhil Kumar 30 Reputation points
1 answer

Error while running Azure Web Job.

Azure web job gives error while running. Its saying Storage account credentials are incorrect. But we have checked the AzureWebJobsStorage and AzureWebJobsDashboard keys and its pointing to correct StorageConnectionString. Also, both the settings…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-18T19:31:03.4333333+00:00
Priya Pinto 1 Reputation point
commented 2026-06-23T00:50:15.2066667+00:00
Praneeth Maddali 10,620 Reputation points Microsoft External Staff Moderator
0 answers

Function App is not scaling as expected on 06/15 - 06/16

Hi Team, we face an issue of function app as it was running on two instances, and their CPU usage was 200% combine so the function was supposed to scaled up but it didn't.

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-22T10:26:08.8566667+00:00
Manoj Bhatt 0 Reputation points
edited a comment 2026-06-22T10:56:33.39+00:00
Rakesh Mishra 9,880 Reputation points Microsoft External Staff Moderator
2 answers

How to reduce Application Insights telemetry from Azure Functions and understand daily caps

Hi, I have multiple Azure Function Apps created from Visual Studio projects. Application Insights is enabled for each Function App, but I’m finding that some apps are capturing more telemetry than I need. I would like to optimize what is sent to…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-15T11:16:17.9333333+00:00
Dharmesh Joshi 21 Reputation points
edited a comment 2026-06-18T20:10:02.1066667+00:00
Dharmesh Joshi 21 Reputation points
1 answer

platform-level visibility before the function host

We are not asking about missing Application Insights logs within the function. We want to know if there is any platform or infrastructure-level logging — below the function host — that records inbound HTTP requests reaching the Azure networking layer…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-10T18:05:07.6766667+00:00
Jeff Goodwin 0 Reputation points
edited an answer 2026-06-18T18:57:16.09+00:00
Pravallika KV 17,290 Reputation points Microsoft External Staff Moderator
0 answers

Flex Consumption Function App App Configuration references failed with OtherReasons for 2 days, then self-recovered

We have an Azure Function App running on the Flex Consumption plan in UK South. This function app has been deployed for ~2 years now, and hasn't been edited in around the same amount of time. On 15 June 2026 at approximately 07:32 UTC, the app suddenly…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-17T11:14:58.67+00:00
D C 0 Reputation points
commented 2026-06-17T12:32:43.95+00:00
Rakesh Mishra 9,880 Reputation points Microsoft External Staff Moderator
2 answers

Unable to use linux packages In Flexi Function app

We are planning to migrate from Consumption Function app to flexi function app. In Consumption function have we have pdf creation function which use linux library files. But in flexi even though I see GitHub workflow success, manual deployment success I…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-04T14:31:08.1033333+00:00
Mohamed Farees M 0 Reputation points
commented 2026-06-17T10:10:20.9333333+00:00
Rakesh Mishra 9,880 Reputation points Microsoft External Staff Moderator
0 answers

The runtimeversion for the functionapp is randomly becoming as error instead of showing the version details

The runtimeversion for the functionapp is randomly becoming as error instead of showing the version details, and kudu empty without any files.

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-16T11:22:44.78+00:00
Sowmya Atukuri 0 Reputation points Microsoft Employee
commented 2026-06-16T12:05:12.0566667+00:00
Rakesh Mishra 9,880 Reputation points Microsoft External Staff Moderator
1 answer

Azure Functions: Upgrade your app to newer version as .NET 8 Isolated will reach EOL on 10.11.2026 and will no longer be supported.

I get 3 warnings in my Azure Functions project: Upgrade your app to newer version as .NET 8 Isolated will reach EOL on 10.11.2026 and will no longer be supported. Upgrade your app to newer version as .NET 8 (LTS) In-process will reach EOL on…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-08T06:55:57.7266667+00:00
Kim Strasser 2,641 Reputation points
commented 2026-06-16T11:25:37.12+00:00
Big_Bear_7 20 Reputation points
3 answers

GitHub action `Azure/functions-action` down

The repository https://github.com/Azure/functions-action is currently disabled, preventing any github actions that use Azure/functions-action@v1 from working. Will this be resolved, or is there a new deployment action that I should be switching to?

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-05T19:02:40.0766667+00:00
Wallen, Alexander 0 Reputation points
commented 2026-06-10T23:39:29.08+00:00
Pravallika KV 17,290 Reputation points Microsoft External Staff Moderator
1 answer

Microsoft Foundry Workflow if/else statement doesn't allow me to save formula within if statement no matter what

I am currently working on an agentic workflow for my agents. I use another agent to output JSON and then a parse value node to parse that to different variables. I have checked that these variables save and output appropriately using a send message node.…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-06-09T21:09:34.7+00:00
Abanes, Cameron A 60 Reputation points
commented 2026-06-10T21:06:42.9533333+00:00
Abanes, Cameron A 60 Reputation points
0 answers

Event Document Links no Longer Work

I recently attended the Microsoft Fabric and Databases Roadshow and received a Thank You for Attending email with some very helpful links, including the presentation slide deck. I went to retrieve it again today and none of the links work. How may I…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,490 questions
asked 2026-05-28T03:05:34.4533333+00:00
Natalie 0 Reputation points
commented 2026-06-09T03:15:41.7233333+00:00
Natalie 0 Reputation points