Can I deploy an Azure Function App directly using Arm Template and make plan type to be Flex Consumption?
I created the data connector for a solution using Azure function, and by default, we are using Consumption as hosting plan. Now we want to make the hosting plan selectable, but when we select Flex Consumption plan and deploy, the deployment was…
Message: failed to register layer: Container ID 1086422 cannot be mapped to a host ID 2025-04-17T22:09:15.030Z INFO - Pull Image failed
From the deployment center in an Azure Function App I tried to pull a docker image from ACR where it gave me the following error: 2025-04-17T22:09:15.020Z ERROR - failed to register layer: Container ID 1086422 cannot be mapped to a host IDErr: 0,…
Azure Timer Trigger Function Not Executing After Deployment – Error 500 on Portal Test
Hello, I’ve created a basic timer_trigger Azure Function using Visual Studio Code using Python. It works perfectly in my local environment. However, after deploying it to Azure, the function does not run at all. When I try to test or run the function…
.NET MAUI calling an azure function using EasyAuth and MSAL, can not figure out all the right settings
I have a .NET MAUI app that is calling an Azure Function. I am attempting to configure solution with EasyAuth for authenticating the call from .NET MAUI to the Azure Function. I have the .NET MAUI working with MSAL and being able to authenticate and…
When we deploy Azure Functions on .NET, is the host shared between functions of other tenants or accounts?
Wanted an understanding of this. Would there be any chance of functions belonging to different tenants or organizations running on the same host? Please clarify for both in process and isolated runtimes.
Error: Failed to fetch Kudu App Settings. Error: Service Unavailable (CODE: 503)
I have created a resource group with and App Service, Function App, App Insights, Key Vault, and Storage Account for the Function App. The KV and SA have a NIC and Private Endpoints - the SA as a Private Endpoint for blob, file, queue, and table. I have…
How to extract SharePoint Online content (pages, documents) using Azure Function or other Azure services?
Hi, I’m trying to build a solution to extract data from SharePoint Online, including: Site Pages (.aspx files) Documents and files from libraries Possibly metadata from lists as well I would like to understand how this can be done using Azure services —…
How to deploy python function on Azure Fuctions - Linux consumption plan
Hello, I am trying to deploy a Python function on Azure functions using zip package stored in an Azure storage blob. WEBSITE_RUN_FROM_PACKAGE Is set to the url. It works, I am able to run a simple hello world function. But when it comes to install…
Not able to send message from Azure function app to service bus queue.
I am trying to crate a azure function which use service bus trigger binding to get message from queue(input queue) and place it in to other service bus queue by using azure service bus binding. Azure function invoking message from service bus but not…
We had a Function App start returning 500 errors but nothing had changed, a manual restart did not fix this only a redeployment of the Function App solved the problem
One of our Function Apps randomly stopped working and started returning a 500 server error (without any error details). A manual restart of the Function App did not resolve this problem. We resorted to a redeployment which fixed the issues but we are…

How to prevent function app keys from changing?
I have set up a FunctionApp and created 2 functions inside it. After sending several requests using invocation urls my requests started to fail with message "Unauthorized for url <my-invocation-url>. I checked in CLI and in the portal and…
WEBSITE_CONTENTOVERVNET setting is not legacy and is required for Functions and Logic Apps using Secured Storage Accounts
The MS documentation states the following app setting for Logic Apps and Function Apps is legacy WEBSITE_CONTENTOVERVNET and should be replaced with WEBSITE_CONTENTSHARE when using private endpoints on secure storage accounts with Azure Functions and…
Azure Function App failing to delete and deploy new functions
I am working in vs code, deploying to app. Unfortunately, due to corporate permissions, I cannot use core tools locally. When I am trying to 'deploy to app' any simplest function (example below), it comes out with 50/50 result of success. In 10 minutes I…
Installing the Azure site extension and not able to copy the module to wwwroot folder
I am installing and Azure Site extension node agent, which have few dependencies under the Node_Modules. Now, i need to copy those under the site/wwwroot/node_modules/* folder. But is not getting copied. Issue which i see When you run from a…
How do I connect a Blob Trigger Azure Function to a storage account different the one in AzureWebJobsStorage app setting?
I am writing an Azure Function that needs to monitor a blob storage container and act on new blobs in that container. The storage account that the blob container I'm monitoring is in is different than the storage account that my function app uses for…
How to set up the alert for Azure Function failed invocation
Hi team, I'd like to set-up the alert (e.g. with notification on slack channel) for any failed Azure Function invocation. I'd like to set-up the alert using terraform. My Azure Function is already up and running. Thanks for your help, Maria
How to optimize Azure Logic App to reduce unnecessary runs?
The current implementation of an Azure Logic App (Standard) uses a Recurrence trigger, leading to processing every item regardless of whether they meet the specified condition. This results in unnecessary executions and increased overall costs. What…
We faced Issues during Migration to Isolated Worker Process
Dear Microsoft Support Team, We are in the process of migrating our application from the in-process model to Azure Functions Isolated Worker, following all official Microsoft guidelines. While we have updated the configuration as suggested, we are…
unable to deploy function app in azure
{ "status": "Failed", "error": { "code": "429", "message": "App Service Plan Create operation is throttled for subscription b0390bd0-8386-4077-9b9a-f1c1a72327d5.…
The following app setting Site.SiteConfig.AppSettings.FUNCTION_WORKER_RUNTIME for flex consumptition sites is invalid
Hello, I am trying to upload code to my function app on flex cunsomption plan. Doing it using core tools didn't work, so I am trying using Azure Cli. The following command returns a success code: az functionapp deployment source config-zip -g…