6,426 questions with Azure Functions tags

Sort by: Updated
1 answer

On an HTTPTrigger can the Route value be set to an empty string?

In Azure Functions I have a host setup like the below: { "version": "2.0", "logging": { ... } }, "extensions": { "http": { "routePrefix": "api/test" } …

Azure Functions
Azure Functions

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

6,426 questions
asked 2024-08-14T19:38:38.81+00:00
Dijon Tiger 0 Reputation points Independent Advisor
commented 2026-04-07T21:56:50.72+00:00
Ellyn Liu 20 Reputation points Microsoft Employee
2 answers

Need help for deploying code to azure function app

We are using GitHub Actions to deploy .NET 8 Code to Azure Function App hosted on the Flexible Consumption plan. We attempted two deployment approaches — Publish Profile and Azure CLI (OIDC) — but both consistently fail due to issues interacting with…

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-03-20T09:52:00.5966667+00:00
Likitha, Picheri 0 Reputation points
commented 2026-04-07T20:05:41.03+00:00
Rakesh Mishra 7,215 Reputation points Microsoft External Staff Moderator
1 answer

Updating Azure Functionapp to Node 22 runtime ahead of Node 20 deprecation at the end of April

We upgraded the app and CI pipeline to Node 22. After aligning the Azure Linux runtime, the staging slot still returned 503. Platform logs showed the container warming and reaching started state, then exiting shortly after with code 0. To rule out code…

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-04-04T07:41:54.98+00:00
Blake Yarbrough 0 Reputation points
commented 2026-04-07T19:11:39.64+00:00
Praveen Kumar Gudipudi 2,275 Reputation points Microsoft External Staff Moderator
0 answers

How do I trigger a python notebook to run from a Fabric power sheet update?

I want my flow to be: Power sheet update Pipeline trigger Python notebook runs based on updated power sheet and pushes calculations to Lakehouse PowerBI can use updated calculations in real time without me having to click refresh. My current issue is…

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-03-31T08:09:43.8366667+00:00
Bill Hodgkinson 0 Reputation points
commented 2026-04-07T17:40:06.8333333+00:00
Praveen Kumar Gudipudi 2,275 Reputation points Microsoft External Staff Moderator
1 answer

Azure Function - Authentication - Allowed External Redirect URLs

I have added acudose://easyauth.callback and https://www.microsoft.com. Only https://www.microsoft.com works. Using the post_login_redirect_url parameter sends me to the done page instead of acudose://easyauth.callback when providing the…

Azure Functions
Azure Functions

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

6,426 questions
asked 2025-09-17T03:52:33.0566667+00:00
Sean Sparkman 10 Reputation points
answered 2026-04-07T14:34:56.1266667+00:00
Amira Bedhiafi 41,131 Reputation points Volunteer Moderator
1 answer

azure function pipeline when trigger through schedule het struck

functions when trigger automatically from azure function app didn’t get into success and struck. But when the same function run manually from portal then it's executed successfully and status change to completed. What could be the reason  

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-04-06T14:55:39.5533333+00:00
auraplus auraplus 0 Reputation points
answered 2026-04-07T14:19:05.0566667+00:00
Amira Bedhiafi 41,131 Reputation points Volunteer Moderator
2 answers One of the answers was accepted by the question author.

"func start" in vs code terminal for azure function returning "ERROR: unhandled error in functions worker: '_SixMetaPathImporter' object has no attribute '_path' "

I am connected to an azure function on VS Code 2022 with Python 3.12 on Windows 11. I have the latest version of Azure Functions Core Tools installed, 4.8.0. When I try to run "func start --verbose" it doesn't compile. Instead I get this…

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-03-24T18:35:20.5933333+00:00
Stephane Ducrepin 20 Reputation points
edited the question 2026-04-07T03:56:09.5166667+00:00
Pravallika KV 12,730 Reputation points Microsoft External Staff Moderator
2 answers

Facing this Issue : Host instance '000000000000000000000000365A64BC' failed to acquire host lock lease: Azure.Core: No connection could be made because the target machine actively refused it. (127.0.0.1:10000). System.Net.Http: No connection

Host instance '000000000000000000000000365A64BC' failed to acquire host lock lease: Azure.Core: No connection could be made because the target machine actively refused it. [IP Address Removed]. System.Net.Http: No connection could be made because the…

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-04-06T05:17:43.51+00:00
Udit 0 Reputation points
commented 2026-04-07T03:05:29.0133333+00:00
Pravallika KV 12,730 Reputation points Microsoft External Staff Moderator
2 answers

how to create python function app in azure free tier account

When i try to create python function app using azure free tier account i'm not able to create because i know with free tier account i can't choose flex consumption okay so i need to choose consumption plan but there is only one option called…

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-04-04T11:12:14.6766667+00:00
sanjay baskaran 0 Reputation points
commented 2026-04-07T02:47:15.5833333+00:00
Pravallika KV 12,730 Reputation points Microsoft External Staff Moderator
2 answers

Azure Functions not showing invocations (but sometimes only from logic apps workflows calls)

Hello everyone, I would really appreciate your help, because it seems my issue is a bit more complex than what I have searched online and even AI is at a lack of ideas. Problem: I lost most of azure function invocations (but not all... somehow,…

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-04-06T13:17:48.9933333+00:00
Butu, Irina 0 Reputation points
answered 2026-04-06T19:30:05.8366667+00:00
Siddhesh Desai 4,895 Reputation points Microsoft External Staff Moderator
0 answers

Azure Durable Task Scheduler: Does changing hubName auto-provision a new Task Hub, or is pre-provisioning required

Context We're running an Azure Durable Functions v4 app (Node.js, durable-functions SDK v3) that uses the Azure Managed Durable Task Scheduler as its storage provider — not the legacy Azure Storage backend. Our host.json configuration: { …

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-03-10T03:02:51.4+00:00
Leo Liu 40 Reputation points
commented 2026-04-06T08:36:12.0166667+00:00
Praveen Kumar Gudipudi 2,275 Reputation points Microsoft External Staff Moderator
1 answer

Count mismatch for import indictors api.

I am trying to call https://learn.microsoft.com/en-us/defender-endpoint/api/import-ti-indicators api using azure function. However i have noticed that there is a mismatch among the count in response. Basically i am sending X amount of indicators…

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-03-02T07:18:41.9566667+00:00
Rushi Satani 0 Reputation points
commented 2026-04-06T08:22:43.78+00:00
Praveen Kumar Gudipudi 2,275 Reputation points Microsoft External Staff Moderator
2 answers

Best way to structure small projects when learning Azure services

I’m currently learning cloud concepts on Microsoft Azure through Microsoft Learn modules. For someone building small practice projects, what is the recommended way to structure services like Azure Functions, Storage, and a simple API?

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-03-10T23:50:18.96+00:00
David Carter 0 Reputation points
commented 2026-04-06T07:05:41.6333333+00:00
Praveen Kumar Gudipudi 2,275 Reputation points Microsoft External Staff Moderator
2 answers

Sudden frequent outgoing connection timeouts in Azure Functions since March 10th

We've suddenly been experiencing a huge increase in the number of failed connections in our premium app service plan. We haven't really change anything from our side and are struggling to explain what could be different. We don't see any issues with…

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-03-17T17:31:49.2166667+00:00
Stewart Rutledge 1 Reputation point
commented 2026-04-06T06:51:55.96+00:00
Praveen Kumar Gudipudi 2,275 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

How to fix Microsoft GRaph Module installation in Azure function to use sdk ps graph script

How to fix Microsoft Graph Module installation in Azure function to use sdk ps graph script

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-03-17T14:08:46.98+00:00
Kumar, Dheeraj 40 Reputation points
edited a comment 2026-04-06T05:27:26.55+00:00
Pravallika KV 12,730 Reputation points Microsoft External Staff Moderator
3 answers

Guidance Request: Choosing Between Python 3.12 and 3.13 for Azure Functions (Runtime 4.0)

I am considering which Python version to use for Azure Functions. We are evaluating Python 3.12 and 3.13, and would appreciate your guidance on which version we should adopt. Thank you in advance for your support. Current environment: App Service…

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-04-03T02:21:39.18+00:00
EBT 0 Reputation points
commented 2026-04-03T03:46:08.76+00:00
Siddhesh Desai 4,895 Reputation points Microsoft External Staff Moderator
1 answer

JS Azure Function ServiceUnavailable error

I have built a very simple TS/JS Azure function deployed using Terraform by GitHub Actions and code uploaded az ZIP to the blob connected to the function using WEBSITE_RUN_FROM_PACKAGE. Now the function app doesn't show any functions under the app with…

Azure Functions
Azure Functions

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

6,426 questions
asked 2024-06-27T05:28:30.9766667+00:00
mehr 0 Reputation points
answered 2026-04-02T21:41:11.02+00:00
Achraf Ben Alaya 1,396 Reputation points MVP
1 answer

Package Publishing Step Fails for .NET 8 Azure Functions App

I have a .Net 8 Project running in an Azure Function App and I am using via Azure devops pipeline as CICD. Everything runs fine without issue. Now I amhaving some problems, I have not make a code change, I am only adding a postman test to be included via…

Azure Functions
Azure Functions

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

6,426 questions
Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,168 questions
asked 2024-07-19T14:23:17.08+00:00
Chidiebere Ugwu 25 Reputation points
answered 2026-04-02T21:39:19.3933333+00:00
Achraf Ben Alaya 1,396 Reputation points MVP
1 answer

Azure Function not displaying in the portal but its shwing success in vscode

I am trying to create functions with vs code and pushed the code it shows success but not showing in portal. Refreshed multiple times and not showing any methods in portal. VSCODE Python Functions V2 Please suggest

Azure Functions
Azure Functions

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

6,426 questions
asked 2024-08-23T07:44:53.46+00:00
Venkateshkumar S 0 Reputation points
answered 2026-04-02T21:36:42.6166667+00:00
Achraf Ben Alaya 1,396 Reputation points MVP
2 answers

Possible Causes of 502 bad gateway: upstream connect error.. reason: protocol error

I have a Function Application that my customers use to provision their users into my primary SaaS with SCIM from EntraID, and some have recently reported: "502 bad gateway: upstream connect error or disconnect/reset before headers. retried and the…

Azure Functions
Azure Functions

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

6,426 questions
asked 2026-03-30T07:50:46.98+00:00
Samuel Tomko 0 Reputation points
commented 2026-04-02T20:25:37.1633333+00:00
Pravallika KV 12,730 Reputation points Microsoft External Staff Moderator