An Azure service that provides an event-driven serverless compute platform.
When to use slots
Should slots be exclusive to production env or stg and test as well? Assuming Dev wouldnt have it
Azure Functions
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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
(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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
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
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.
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
An Azure service that provides an event-driven serverless compute platform.