5,744 questions with Azure Functions tags

Sort by: Updated
1 answer

VS Code and Azure Functions: Zip Deploy Successful but No Functions Found

I successfully completed a zip deployment for my Azure Functions using VS Code, but no functions are recognized in the Azure portal. Here are the steps taken: Installed Azure Tools and Azure Functions Core Tools via (Ctrl + Shift + P). Followed the setup…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-09T15:28:51.23+00:00
Timothy J. Harpster 0 Reputation points
answered 2025-05-10T05:27:17.6466667+00:00
Timothy Harpster 0 Reputation points
0 answers

passing authentication token from 1 HTTP triggered function to another

Hi I am using durable functions monitor in injected mode and not using the inbuilt authentication provided in function app. Rather I am generating auth code and auth token using Microsoft identity platform auth code flow. I have below function that when…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-09T14:58:59.78+00:00
Parag Kale 20 Reputation points
commented 2025-05-09T23:37:51.0233333+00:00
Praveen Kumar Gudipudi 265 Reputation points Microsoft External Staff Moderator
0 answers

The Function App build is failing with DirectoryNotFound exception

I am using Azure.Function.Worker.SDK version 1.17.2 but when I try to build Function App locally I am getting the following error Severity Code Description Project File Line Suppression State Error (active) MSB4018 The…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-04-17T07:12:42.9666667+00:00
Siddartha Cherukumudi 0 Reputation points Microsoft Employee
commented 2025-05-09T21:23:22.0933333+00:00
Praveen Kumar Gudipudi 265 Reputation points Microsoft External Staff Moderator
1 answer

Possible thread pool starvation detected & DrainMode mode enabled

I have an Azure Function that runs using .net core 8 and which uses Premium plan, now i found the following messages inside the logs:- 2025-05-01T22:51:12Z [Warning] [HostMonitor] Host CPU threshold exceeded (96 >= 80) 2025-05-01T22:51:24Z …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-01T23:10:29.08+00:00
john john Pter 1,015 Reputation points
commented 2025-05-09T20:49:55.1833333+00:00
john john Pter 1,015 Reputation points
0 answers

ERROR: The specified module 'ExchangeOnlineManagement' was not loaded because no valid module file was found in any module directory

I have created an Azure function under consumption plan, that uses PowerShell, then inside the run.ps1, i added this code, to remove a user from all the groups assigned to the user:- param($Timer) Import-Module ExchangeOnlineManagement Import-Module…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-08T22:15:26.1166667+00:00
john john Pter 1,015 Reputation points
edited a comment 2025-05-09T20:47:52.3866667+00:00
john john Pter 1,015 Reputation points
0 answers

Cannot delete virtual network, subnet in use by /serviceAssociationLinks/legionservicelink and cannot be deleted

I am trying to delete a Virtual Network with 1 subnet. That subnet that was at one point in use by a Flex Consumption Function App Virtual Network Integration. The Function App has long since been deleted, but I cannot delete the Virtual Network due to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-04-23T01:02:25.93+00:00
Ryland DeGregory 0 Reputation points
edited a comment 2025-05-09T19:57:29.8566667+00:00
Ryland DeGregory 0 Reputation points
1 answer

How to avoid Azure app service from being inadvertently terminated?

I have an Azure Function triggered by a service bus message on a topic/subscription, that calls an API that further calls OpenAI APIs. Sometimes the API layer is abruptly terminated which causes the Azure function to return with a 500 Internal Server…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-06T20:13:06.87+00:00
Namrata Singhal 0 Reputation points
commented 2025-05-09T18:26:03.45+00:00
Ranashekar Guda 1,360 Reputation points Microsoft External Staff Moderator
1 answer

Upgraded to .net 8, using one my simple utility c# dll, that will be used in azure function. Getting below error any suggesstions?

AzureFunction - BlobTrigger Microsoft.Azure.WebJobs.Host: Error indexing method 'PushNotificationAndroid'. Microsoft.Azure.WebJobs.Extensions.Storage: Method not found: 'System.String…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-07T19:04:25.4433333+00:00
Ramakrishna Talla 0 Reputation points
commented 2025-05-09T18:19:17.21+00:00
Ranashekar Guda 1,360 Reputation points Microsoft External Staff Moderator
1 answer

Is this possible to run a Power Shell script unattended inside Azure Function using Azure Function managed identity

I have this PowerShell script , to get all the groups assigned to a user as owner or as members and then remove the user from those groups. # Connect to Microsoft Graph with required delegated scopes Connect-MgGraph -Scopes "User.Read.All",…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-08T13:57:34.09+00:00
john john Pter 1,015 Reputation points
commented 2025-05-09T18:17:47.1733333+00:00
Ranashekar Guda 1,360 Reputation points Microsoft External Staff Moderator
1 answer

Unable to trigger function app while using managed identity for the storage account connection

I am trying to create an Azure Function of BlobTrigger type, which needs to be triggered on dropping files in the storage account say filessa. Due to policy restriction the storage account cannot use shared access key. I am unable to trigger the function…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-06T05:28:46.1633333+00:00
JAntoni 20 Reputation points
edited a comment 2025-05-09T14:42:22.9233333+00:00
RithwikBojja 2,240 Reputation points Microsoft External Staff Moderator
0 answers

Azure Function Host Crashes When Parsing PDF Documents with Docling Library

We've started using this python library docling to parse documents. Locally, that works perfectly. On Azure though, we experience the issue that parsing PDFs fails and makes the function host crash. This results in a downtime for the whole function,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-02T09:04:59.7766667+00:00
David Tschirky 1 Reputation point
commented 2025-05-09T14:29:28.3933333+00:00
David Tschirky 1 Reputation point
0 answers

VS Code and Azure Functions: Zip Deploy Successful but No Functions Found

I successfully completed a zip deployment for my Azure Functions using VS Code, but no functions are recognized in the Azure portal. Here are the steps taken: Installed Azure Tools and Azure Functions Core Tools via (Ctrl + Shift + P). Followed the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-08T04:03:04.6066667+00:00
Timothy J. Harpster 0 Reputation points
edited the question 2025-05-09T13:38:22.97+00:00
Timothy J. Harpster 0 Reputation points
0 answers

Jwt Bearer Authentication in a function app

Hi, Is there an example available of implementing jwt bearer authentication in a function app ? I am using the durable function monitor tool https://github.com/microsoft/DurableFunctionsMonitor in injected mode in isolated worker model. I want to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-04-29T23:54:36.0666667+00:00
Parag Kale 20 Reputation points
commented 2025-05-09T13:21:37.65+00:00
Parag Kale 20 Reputation points
0 answers

Function App Function Execution Count at zero

I have a function app with several functionthat is triggered when there's a new file in a blob storage. For some reason the metric "Function Execution Count" keeps going to zero. I've checked individual function and have seen they have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-04T20:59:54.8633333+00:00
Cheah, Felix FC 20 Reputation points
edited a comment 2025-05-09T12:54:52.4533333+00:00
Khadeer Ali 5,055 Reputation points Microsoft External Staff Moderator
0 answers

Function app constant app scale on bulk service bus message.

Hi, There is a bulk of messages in service bus subscription and each message is supposed to be processed by single function app instance. When we push bulk in service bus subscription then function app scale up 11 instance only. Max limit is set to 100…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-08T15:25:32.1466667+00:00
Muhammad Ehtesham 0 Reputation points
commented 2025-05-09T12:33:08.44+00:00
Khadeer Ali 5,055 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Unable to deploy azure function app - is not allowed to create or update the serverfarm

The function app deployment errors out with the error below. I found this relevant threat, but was unable to find a solution. https://learn.microsoft.com/en-us/answers/questions/1657059/the-subscription-is-not-allowed-to-create-or-updat { …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-04T01:14:57.94+00:00
Jeroen Pot 120 Reputation points
commented 2025-05-09T10:07:05.4466667+00:00
Loknathsatyasaivarma Mahali 1,785 Reputation points Microsoft External Staff Moderator
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,744 questions
asked 2025-04-22T05:27:28.7333333+00:00
Rashmiramchandra Prabhu 66 Reputation points
commented 2025-05-09T09:39:57.87+00:00
Sai Prabhu Naveen Parimi 1,255 Reputation points Microsoft External Staff Moderator
0 answers

no quota available for azure function apps in certain region

At first I wasn't able to deploy any azure function app, since then Microsoft Support helped me to resolve that issue in this threat: https://learn.microsoft.com/en-us/answers/questions/2263219/unable-to-deploy-azure-function-app-is-not-allowed I am…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-08T23:57:03.07+00:00
Jeroen Pot 120 Reputation points
edited a comment 2025-05-09T09:12:46.99+00:00
Sai Prabhu Naveen Parimi 1,255 Reputation points Microsoft External Staff Moderator
1 answer

Detected SubscriptionNotAllowedToCreateOrUpdateServerfarm for ServerFarm

"message": "The subscription 'SUB ID' is not allowed to create or update the serverfarm."

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-05-01T17:09:38.04+00:00
Eliud Kamau 0 Reputation points
answered 2025-05-09T08:16:16.5866667+00:00
Loknathsatyasaivarma Mahali 1,785 Reputation points Microsoft External Staff Moderator
1 answer

Disable Dependency Telemetry logs, Python

I have a function app that has a durable function built with python. here is my host.json { "version": "2.0", "functionTimeout": "00:30:00", "logging": { "logLevel": { …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,744 questions
asked 2025-04-30T18:29:17.15+00:00
Ashrith P 0 Reputation points
commented 2025-05-09T07:02:00.0466667+00:00
Ashrith P 0 Reputation points