5,668 questions with Azure Functions tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-18T19:35:24.18+00:00
Xiuyang Bobby Sun 65 Reputation points
accepted 2025-04-19T00:02:51.9633333+00:00
Xiuyang Bobby Sun 65 Reputation points
0 answers

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 Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-18T20:40:09.6466667+00:00
Nazeer Ali Mohammed 0 Reputation points
commented 2025-04-18T23:44:52.7+00:00
Loknathsatyasaivarma Mahali 1,290 Reputation points Microsoft External Staff
0 answers

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-15T21:31:37.98+00:00
Afaq bukhari 0 Reputation points
commented 2025-04-18T20:32:48.1233333+00:00
Praveen Kumar Gudipudi 10 Reputation points Microsoft External Staff
0 answers

.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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-08T13:58:38.2266667+00:00
Brady Chambers 0 Reputation points
commented 2025-04-18T20:02:32.91+00:00
Loknathsatyasaivarma Mahali 1,290 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

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.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-16T16:07:59.53+00:00
Varkeychan Jacob 20 Reputation points
commented 2025-04-18T19:45:41.9666667+00:00
Divyesh Govaerdhanan 2,955 Reputation points
0 answers

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-10T18:31:59.3333333+00:00
Ross 0 Reputation points
commented 2025-04-18T18:52:47.8533333+00:00
Praveen Kumar Gudipudi 10 Reputation points Microsoft External Staff
0 answers

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 —…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-16T17:58:19.11+00:00
Jadhav, Sonali 0 Reputation points
commented 2025-04-18T18:50:20.7133333+00:00
Praveen Kumar Gudipudi 10 Reputation points Microsoft External Staff
1 answer

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-16T07:28:37.3266667+00:00
Rkdm 0 Reputation points
edited an answer 2025-04-18T16:04:52.28+00:00
Rkdm 0 Reputation points
1 answer

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-18T03:49:16.7833333+00:00
srikanth t 0 Reputation points
answered 2025-04-18T16:04:38.25+00:00
srikanth t 0 Reputation points
0 answers

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-03T19:40:18.4333333+00:00
Kirk Potter 0 Reputation points
commented 2025-04-18T15:11:08.7366667+00:00
LeelaRajeshSayana-MSFT 17,521 Reputation points
2 answers One of the answers was accepted by the question author.

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-03-08T05:26:07.3033333+00:00
Leonard Betts 20 Reputation points
answered 2025-04-18T14:39:05.4733333+00:00
spaaackle 0 Reputation points
0 answers

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 Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-14T01:29:49.7433333+00:00
Martin 0 Reputation points
commented 2025-04-18T13:36:50.6233333+00:00
Ranashekar Guda 1,250 Reputation points Microsoft External Staff
0 answers

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-16T07:33:12.5566667+00:00
Nataliia Kulakova (IT) 0 Reputation points
commented 2025-04-18T13:24:25.8533333+00:00
Ranashekar Guda 1,250 Reputation points Microsoft External Staff
0 answers

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-17T10:07:15.6566667+00:00
Ashish Kumar Singh 0 Reputation points
commented 2025-04-18T13:22:54.8533333+00:00
Ranashekar Guda 1,250 Reputation points Microsoft External Staff
0 answers

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-16T14:45:27.6733333+00:00
Stephen Mallin 26 Reputation points
commented 2025-04-18T13:21:07.75+00:00
Khadeer Ali 4,615 Reputation points Microsoft External Staff
0 answers

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

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-17T12:33:14.1633333+00:00
Maria Dąbrowiecka 60 Reputation points
commented 2025-04-18T13:20:40.6466667+00:00
Khadeer Ali 4,615 Reputation points Microsoft External Staff
1 answer

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-18T12:15:26+00:00
Jacek Leo 0 Reputation points
answered 2025-04-18T12:16:00.3133333+00:00
Richard Parker 0 Reputation points
0 answers

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-16T09:33:25.3066667+00:00
Sefa Teyek 0 Reputation points
commented 2025-04-18T08:29:21.8033333+00:00
Sefa Teyek 0 Reputation points
0 answers

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.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-16T05:50:32.1733333+00:00
Mayur 0 Reputation points
commented 2025-04-18T04:44:21.3566667+00:00
Shireesha Eeraboina 2,810 Reputation points Microsoft External Staff
0 answers

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
asked 2025-04-07T15:05:11.3+00:00
Mirra Artificial Intelligence 0 Reputation points
edited a comment 2025-04-18T04:31:31.39+00:00
Pravallika Kothaveeranna Gari 330 Reputation points Microsoft External Staff