5,937 questions with Azure Functions tags

Sort by: Updated
1 answer

I am getting a 401 for sign in with Apple and it seems to be due to a url mismatch in the configuration.

I believe Apple recently migrated its auth server from http://appleid.apple.com to http://account.apple.com and I am getting- {"code":401,"message":"IDX10205: Issuer validation failed. Issuer: 'https://appleid.apple.com'. Did…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-06-11T16:38:04.3+00:00
Ray McClure 0 Reputation points
commented 2025-06-11T16:48:57.87+00:00
Ray McClure 0 Reputation points
1 answer

Powershell script in Azure Function code

Hi All I have a PowerShell script that connects to Microsoft Graph to retrieve user details and stores the information in a storage account. The script runs successfully on my local machine, but when I deploy it to an Azure Function, it throws the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-05-14T06:05:42.7633333+00:00
Khandu Shinde 150 Reputation points
answered 2025-06-11T11:29:53.95+00:00
Khadeer Ali 5,990 Reputation points Microsoft External Staff Moderator
1 answer

HTTP Azure Function Randomly Returns 499 Error

Hi, I have an Azure Function hosted on the Consumption plan. The HTTP functions are exposed through Azure API Management. A scheduled job in Salesforce calls the APIM endpoint every hour, which forwards the request to the backend Azure Function. This…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-05-22T05:46:51.71+00:00
sonal khatri 81 Reputation points
commented 2025-06-11T11:18:22.88+00:00
Dasari Kamali 425 Reputation points Microsoft External Staff Moderator
1 answer

How can I clone or copy an Azure Function App (Hosting set to App Service Plan) from one Azure account to another?

I'm completely new to Azure functions and have no experience working with this, but I have a simple request to clone/copy an Azure Function App (Hosting set to App Service Plan) from one Azure account to another azure account. How to achieve this?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-06-10T17:37:46.0966667+00:00
Vivek Komarla Bhaskar 956 Reputation points
answered 2025-06-11T05:38:13.7333333+00:00
SUNOJ KUMAR YELURU 15,496 Reputation points MVP Volunteer Moderator
0 answers

Azure Function Unexpected Stop – Log Storage and Size Limit Clarification (Basic B3 Plan)

Current Azure Function Details Plan: Basic B3 Trigger: Batch execution every 5 minutes Log Storage Location: /home/site/<custom_folder> Operating System : Linux Issue Summary: We are storing logs in a custom folder under…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-06-03T03:52:21.89+00:00
Dcm 0 Reputation points
edited a comment 2025-06-11T04:36:19.8733333+00:00
Pravallika Kothaveeranna Gari 955 Reputation points Microsoft External Staff Moderator
1 answer

Azure Function with HTTP trigger, I cannot get request body after deploying to Azure

I have a simple Azure function in C#, dotnet-isolated, allows get and post. The function outputs the contents of the request body in the response. I do a POST in postman, header is text/plain. It works locally (Visual Studio), but does not return the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-06-10T17:01:14.3866667+00:00
Jim Case 0 Reputation points
answered 2025-06-10T22:54:43.4266667+00:00
Ranashekar Guda 2,825 Reputation points Moderator
1 answer One of the answers was accepted by the question author.

Microsoft.Azure.WebJobs.Extensions.Sql calls different version libraries of System.Runtime.Caching (one time - 6, two time 8 version)

When i tried to run app using F5 I got the next error in my WorkerExtensions.csproj WorkerExtensions.csproj : error NU1605: Warning As Error: Detected package downgrade: System.Runtime.Caching from 8.0.0 to 6.0.1. Reference the package directly from…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-06-07T15:22:09.5866667+00:00
Богдан Лужецький 20 Reputation points
edited a comment 2025-06-10T10:15:40.2833333+00:00
Богдан Лужецький 20 Reputation points
2 answers

Flex consumption plan code package deployment configuration error in West Europe

When deploying a code package to a functions app with a flex consumption plan in west Europe I get this error: The following list of 4 site configuration properties (Site.SiteConfig.FtpsState,Site.SiteConfig.Use32BitWorkerProcess,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-05-13T12:31:12.82+00:00
RGB Tim 15 Reputation points
edited an answer 2025-06-10T09:20:06.46+00:00
Loknathsatyasaivarma Mahali 2,665 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Azure function App - Error building configuration in an external startup class.

Bonjour, J'ai un service fonction App (qui utilise des variables stockées dans un Key Vault) qui fonctionnait très bien depuis un moment. Seulement, contrairement à d'autres de mes services Function App, les URL de fonctions ne sont pas protégées par une…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-06-03T07:21:06.93+00:00
David M 236 Reputation points
answered 2025-06-10T07:02:46.0366667+00:00
David M 236 Reputation points
1 answer

Azure Static Web Apps “Failed to deploy the Azure Functions” error—even with minimal hello world API, all best practices followed

We are unable to deploy any backend API (managed functions) to Azure Static Web Apps. Our static frontend always deploys successfully, but every attempt to deploy the backend fails at the “deploy the Azure Functions” step, even with the simplest possible…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-06-04T16:33:42.0533333+00:00
Nathaniel Walker 0 Reputation points
commented 2025-06-10T06:04:47.9133333+00:00
Harshitha Veeramalla 1,306 Reputation points Microsoft External Staff Moderator
1 answer

1.8.1 does not meet required minimum version - where do I paste this correction

Classes pending. Until then, not sure of some of the basic fixes yet. I tend not to make any changes until I get a clear cut process. { "version": "2.0", "extensionBundle": { "id":…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2022-11-29T23:13:45.643+00:00
Imnotsosure 1 Reputation point
commented 2025-06-10T01:55:43.2233333+00:00
陳 丙永/BINGYONG CHEN 0 Reputation points
1 answer

Do I need to install JDBC and ODBC severs when productionising in functional app

when I am productionising the azure functional app using pythonv2, I need to connect to Azure DB either using JDBC and ODBC severs, in local we install both the drivers and run the app. But when produtionising app do we need to install them when we use…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-06-08T16:15:19.3033333+00:00
Vinaya 0 Reputation points
answered 2025-06-10T00:48:32.3833333+00:00
Loknathsatyasaivarma Mahali 2,665 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Seek architectural advice: Incoming event/message batching for multiple partitions/sessions with Functions.

Hi community and support, following scenario: We want to receive messages (load > 1 event per second) and batch them for further processing. The messages have a "sorting" property (let's call it partition), and we only want to batch…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-05-30T19:51:54.4933333+00:00
Plamen Petrow 20 Reputation points
commented 2025-06-09T14:01:34.7533333+00:00
Plamen Petrow 20 Reputation points
3 answers

Azure Function App Deployment Fails with “Invalid Binding Configuration” Error

I’m encountering an issue deploying an HTTP-triggered Azure Function (v4, .NET 8) to Azure App Service from Visual Studio 2022 (17.9.6). The deployment fails with the error: “Invalid binding configuration: The binding type(s) 'httpTrigger' are not…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-05-30T11:17:40.0133333+00:00
Sophia Isabella 0 Reputation points
commented 2025-06-09T00:50:30.7233333+00:00
Praveen Kumar Gudipudi 1,875 Reputation points Microsoft External Staff Moderator
1 answer

It is impossible to click the "Save" for External Git's private repository of Function App and WebApp in Azure China portal

It is impossible to click the "Save" for External Git's private repository of Function App and WebApp in Azure China portal. As shown as below, Azure Portal of China -> Web App/ Function App -> Deployment Center -> External Git ->…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-05-30T07:45:35.98+00:00
Gallatin 21V 206 Reputation points
edited an answer 2025-06-09T00:41:36.4866667+00:00
Praveen Kumar Gudipudi 1,875 Reputation points Microsoft External Staff Moderator
1 answer

Azure Function App 503 Error

Suddenly it starts throwing 503 error and lasts for 4,5 minutes get resolved automatically.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-05-30T00:12:42.5233333+00:00
Pramodhi 0 Reputation points
commented 2025-06-09T00:36:38.6+00:00
Praveen Kumar Gudipudi 1,875 Reputation points Microsoft External Staff Moderator
0 answers

When upgrading our function app from consumption to premium, we get an ODBC driver issue

When upgrading our function app from consumption to premium, we get an ODBC driver issue Nothing changes but the plan, we are using Python Function Apps. As soon as we upgrade, our app fails with this error: An unexpected error occurred: An unexpected…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-05-28T23:47:20.4966667+00:00
Jamie Fones 0 Reputation points
commented 2025-06-09T00:29:06.7833333+00:00
Praveen Kumar Gudipudi 1,875 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Trying to setup an Azure function to accept ARM Template and parameters to deploy resources in Azure.

Trying to setup an Azure function to accept ARM Template and parameters to deploy resources in Azure. I have a template that we can use consistently in Azure portal as well as CLI however when I try to pass the few parameters like 'SubscriptionID',…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-06-06T21:15:57.75+00:00
Davyn Lasswell 20 Reputation points
accepted 2025-06-08T21:06:04.2933333+00:00
Davyn Lasswell 20 Reputation points
1 answer One of the answers was accepted by the question author.

Issues (timeout) connecting to Service Bus through Function App

As of midnight CET between the 3rd and 4th of June, we are all of the sudden experiencing severe timeout issues in our Function App (Isolated, C#, .net 8, Germany West Central) while sending messages to a Service Bus Topic. The setup has been running for…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-06-05T04:53:48.56+00:00
Mikkel Norsgaard 20 Reputation points
accepted 2025-06-08T15:43:19.62+00:00
Mikkel Norsgaard 20 Reputation points
2 answers One of the answers was accepted by the question author.

Function disappears from function app

I create functions, and they work for a few minutes. I am able to select them in my logic app and use them. However, they abruptly disappear from the portal, become unselectable from logic app, and return 404 when my HTTP trigger in the logic app…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
asked 2025-03-09T23:58:18.2533333+00:00
Abitamim Bharmal 20 Reputation points Microsoft Employee
commented 2025-06-07T09:57:25.38+00:00
Andrew Everitt 0 Reputation points