6,449 questions with Azure Functions tags

Sort by: Updated
2 answers

When to use slots

Should slots be exclusive to production env or stg and test as well? Assuming Dev wouldnt have it

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-05-07T23:50:45.3033333+00:00
Kyle Dilbeck 0 Reputation points
edited an answer 2026-05-08T01:26:18.78+00:00
Rakesh Mishra 8,505 Reputation points Microsoft External Staff Moderator
1 answer

Guide to securing HTTP triggered Azure Function using Access Token acquired from MSAL in mobile app

Hello community. I've reach the point of feeling pretty despondent at the documentation for working with Microsoft Entra ID. I am using Entra ID to support external customers and have integrated Native Auth using MSAL in a mobile app which is written in…

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-05-07T18:48:41.6333333+00:00
Richard Mackriell 0 Reputation points
answered 2026-05-07T22:33:39.5966667+00:00
Rakesh Mishra 8,505 Reputation points Microsoft External Staff Moderator
2 answers

Flex Consumption Function App is autorenewing App Keys

We recently migrated an existing Python Function App from a consumption plan to the new flex consumption plan. Storage location of the old app was reused for convenience and all custom app keys on host and function level were migrated. Since the…

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-02-02T09:29:06.1633333+00:00
J 0 Reputation points
answered 2026-05-07T20:24:54.32+00:00
Sanjit Patel 0 Reputation points
0 answers

Azure functions dissapearing as soon as eventhubtrigger is added

Hi! For a school project I need to use an eventhubtrigger in Python using Azure functions. I can add the default HTTP trigger just fine, deploy it, and see it in portal. However, as soon as I want to add the eventhubtrigger (just the default of the Azure…

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-05-07T13:45:09.2866667+00:00
Tijn 0 Reputation points
commented 2026-05-07T15:34:22.84+00:00
Pravallika KV 14,640 Reputation points Microsoft External Staff Moderator
1 answer

disable website_run_from_package in Azure Function App

I have used Microsoft Visual Studio Code with Azure Tools extension to deploy serverless functions to Azure Function App, but after serveral deployments, I found that the app cannot run APIs well.

Azure Functions
Azure Functions

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

6,449 questions
asked 2024-08-17T23:18:09.6533333+00:00
Lairu Wu 0 Reputation points
answered 2026-05-07T10:14:04.8133333+00:00
Amira Bedhiafi 41,386 Reputation points MVP Volunteer Moderator
2 answers

(403) Traffic is not from an approved private endpoint.

I have an Azure Function App on Flex Consumption (Linux, Python) that is VNet-integrated and uses managed identity to call Azure AI Document Intelligence. Document Intelligence is configured with: Public network access disabled Custom subdomain…

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-04-22T16:35:57.73+00:00
Dimitrios Bardis 0 Reputation points
commented 2026-05-07T09:45:15.35+00:00
Siddhesh Desai 6,635 Reputation points Microsoft External Staff Moderator
0 answers

Python function suddenly stopped working without any code or resource changes

This durable function app runs on a Flex Consumption plan. The troubleshooting tool return the error below. There were no changes made to the code or resources. Also, the same issue occurs to the functions with the same code base in 2 other resource…

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-05-07T09:24:27.5966667+00:00
Dennis Admin 0 Reputation points
commented 2026-05-07T09:41:37.5966667+00:00
Pravallika KV 14,640 Reputation points Microsoft External Staff Moderator
1 answer

A deleted trigger in a C# function app ran a week after it was removed during the next deployment of the function app

We have a C# function app. It had a single timer trigger. We added a second timer trigger on a different schedule. We deployed this. We removed the first timer trigger. We deployed this. Azure only listed the second timer trigger. On the next…

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-05-06T13:08:43.3966667+00:00
Bonner Earle 0 Reputation points
commented 2026-05-07T09:05:03.2066667+00:00
Pravallika KV 14,640 Reputation points Microsoft External Staff Moderator
0 answers

Servicebustrigger is not connecting to servicebus

Servicebustrigger is failing with 401 to connect with servicbus and we are using VNET+ NAT and outbound public ip and publicip whitelisted in servicebus.

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-05-06T19:26:32.7766667+00:00
Upender Dantala 0 Reputation points Microsoft Employee
edited a comment 2026-05-06T20:01:47.79+00:00
Rakesh Mishra 8,505 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

I always get SmtpServerAuthenticationError when I use PlayFab API SendAccountRecoveryEmail in my Azure functions

I don´t know why I´m getting the error because it always worked before. I have tested the API in two different Azure function projects. I use the same code in each function, the only difference is that I use AuthorizationLevel.Anonymous in one project…

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-05-06T09:45:05.83+00:00
Kim Strasser 2,536 Reputation points
accepted 2026-05-06T11:08:51.85+00:00
Kim Strasser 2,536 Reputation points
2 answers One of the answers was accepted by the question author.

Which URL should I use to register my Azure functions in PlayFab when I use AuthorizationLevel.Function instead of AuthorizationLevel.Anonymous?

I have always used AuthorizationLevel.Anonymous in my Azure functions in debug mode and in PlayFab I have registered my Azure functions like this. I call my Azure functions from iPad Air in debug mode and I want to change the AuthorizationLevel to…

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-05-05T12:05:55.53+00:00
Kim Strasser 2,536 Reputation points
commented 2026-05-06T11:07:18.3066667+00:00
Kim Strasser 2,536 Reputation points
2 answers

Azure Function Flex Consumption plan - Blob files not created or updated and no tables created in storage ccount

Hi! I have updated an Azure function from Consumption to the Flex Consumption plan. It is deployed in two different subscriptions, one for test and one for production. The configurations are exactly the same in both environments. The app has two…

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-04-27T08:06:39.6966667+00:00
Lennart Bauer 0 Reputation points
commented 2026-05-06T05:20:52.74+00:00
Pravallika KV 14,640 Reputation points Microsoft External Staff Moderator
2 answers

Moving from Consumption Plan function app to Premium Plan

Good Morning, I am looking to move from consumption plan to premium plan function apps. However, I am wanting to calculate the cost of what we will need in regards to a premium plan app. How do I work out what premium plan I will need (and number of…

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-04-27T10:11:16.21+00:00
Chris Gray 10 Reputation points
commented 2026-05-05T11:53:31.4066667+00:00
Pravallika KV 14,640 Reputation points Microsoft External Staff Moderator
1 answer

Best Practices for Azure function for Automation of NHI Account creation in production

I would like to know the best practices of the Azure functions and how to assign required privilege to Managed identity in Graph to create certain operations like app creation, sp creation and secrets etc.

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-04-24T10:47:24.55+00:00
Kumar, Dheeraj 60 Reputation points
commented 2026-05-04T18:21:51.1366667+00:00
Venkatesh Kudkyal 0 Reputation points Microsoft External Staff Moderator
1 answer

When I try to create a function app, the Hosting tab is missing

I have a free basic subscription. I am trying to create a function app for learning PnP Provisioning Engine. When I try to create the Function App, all the online guides say there should be a tab for Hosting where I need to select my Storage Account (or…

Azure Storage
Azure Storage

Globally unique resources that provide access to data management services and serve as the parent namespace for the services.

3,840 questions
Azure Functions
Azure Functions

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

6,449 questions
asked 2024-08-15T11:59:14.1833333+00:00
Andy Tuke 0 Reputation points
answered 2026-05-04T17:59:06.48+00:00
Amira Bedhiafi 41,386 Reputation points MVP Volunteer Moderator
4 answers One of the answers was accepted by the question author.

Azure Functions: StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.NSUrlSessionHandler+NSUrlSessionDataTaskStreamContent, Headers

My Azure Functions project is no more working after I updated my NuGet packages in my Visual Studio Azure Functions project. In addition, my Publishing Profile was no more displayed in Visual Studio and I have created a new profile. I´m not sure if I…

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-05-01T20:03:59.89+00:00
Kim Strasser 2,536 Reputation points
accepted 2026-05-04T13:27:08.3166667+00:00
Kim Strasser 2,536 Reputation points
3 answers One of the answers was accepted by the question author.

I always get an error when I try to deploy my Azure Functions project in Visual Studio

I always get this error in Visual Studio when I try to deploy my Azure Functions project: An error has occurred Publish has encountered an error. Publish has encountered an error. We were unable to determine the cause of the error. Check the output log…

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-03-05T09:47:48.0633333+00:00
Kim Strasser 2,536 Reputation points
commented 2026-05-01T20:06:41.1066667+00:00
Kim Strasser 2,536 Reputation points
1 answer One of the answers was accepted by the question author.

unable to recreate function app

i am deploying function app through biceps and i think some configuration issue happened, so my function app is in a state where it's deleted but i can't recover it. can you please help delete it from the backend so we don't have to wait? the name is …

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-04-30T22:53:41.4066667+00:00
Kensei Kawamura 80 Reputation points Microsoft Employee
accepted 2026-05-01T18:54:18.7566667+00:00
Kensei Kawamura 80 Reputation points Microsoft Employee
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,449 questions
asked 2026-04-30T18:45:51.24+00:00
Ashley Swearingen 0 Reputation points Microsoft External Staff Moderator
answered 2026-04-30T18:46:08.5+00:00
Q&A Assist
2 answers

Clarification on Azure Functions update from Node.js 20 to 22

Hello, I’m upgrading Azure Functions (behind API Management) from Node.js 20 to 22 due to end of support. Is updating the Azure Function by going to Configuration → Stack settings → Version sufficient, or are additional steps required? Does this…

Azure Functions
Azure Functions

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

6,449 questions
asked 2026-04-29T19:46:00.0866667+00:00
nchr1998 0 Reputation points
commented 2026-04-30T17:47:54.2533333+00:00
Rakesh Mishra 8,505 Reputation points Microsoft External Staff Moderator