5,476 questions with Azure Functions tags

Sort by: Updated
1 answer

Azure Function App: System-Assigned Identity and Storage Access

I have two questions regarding Azure Function App access to a storage account using system-assigned managed identity and RBAC: Public Storage Account: A Flex Consumption Function App uses a system-assigned managed identity to access a public storage…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 2 Mar 2025, 3:47 am
yuriy@mquark.com 40 Reputation points
commented 2 Mar 2025, 1:59 pm
yuriy@mquark.com 40 Reputation points
0 answers

Function app is throwing an exception.

Hello One of my functions in my function app is throwing an exception. The function works as designed. The exception is not occurring consistently. It is a Java project built with Maven. Error building configuration in an external startup class. One or…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 28 Feb 2025, 8:55 am
Mohammad Iqbal 0 Reputation points
commented 2 Mar 2025, 11:47 am
Mohammad Iqbal 0 Reputation points
1 answer

Getting error while running azure function with http trigger

java.lang.SecurityException: class "com.microsoft.azure.functions.WebHookType"'s signer information does not match signer information of other classes in the same package

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 1 Mar 2025, 4:33 am
Angshu Bhatt 0 Reputation points
answered 1 Mar 2025, 9:03 am
Achraf Ben Alaya 1,226 Reputation points MVP
0 answers

Azure Functions silently stops during execution

I have an Azure function running on Consumption Flex that was silently stoped three times during the last two days. It runs using python v2. The function does't show in the invocations at all, so it looks like it never got triggered. But I know that it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 1 Mar 2025, 2:05 am
Johan Tokarskij 0 Reputation points
1 answer

Subscription not allowed to create a Function App

Hi Im getting this everything time i try to create a function App in my subscription? Is there any limitation for this subscription? It's a Visual Studio one with 150 credits. "status": "Failed", "error": { …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 28 Feb 2025, 12:25 pm
Joao Paulo Costa 0 Reputation points
commented 28 Feb 2025, 4:50 pm
Shireesha Eeraboina 1,800 Reputation points Microsoft External Staff
1 answer

503 Service Unavailable responses for zip deployment of flex consumption function app from cli

I am using a Function App on the flex consumption plan. I've been deploying the code from a zip file using the azure CLI like this: az functionapp deployment source config-zip --src PATH_TO_MY_LOCAL_ZIPFILE --build-remote false -g MY_RESOURCE_GROUP_NAME…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 25 Feb 2025, 3:36 pm
SarahKnowles-0841 35 Reputation points
commented 28 Feb 2025, 4:25 pm
Barreto, Timothy 5 Reputation points
0 answers

Azure Functions Core Tools Latest Version v3 Programming Model Compatibility

For some of my functions apps I'm currently using the v3 programming model with Azure Functions Core Tools v4.0.6280 with Functions Runtime v4.834.3.22875 Does the latest version of Core Tools still support the v3 programming model?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 28 Feb 2025, 11:16 am
Phillip Allan-Harding 0 Reputation points
commented 28 Feb 2025, 3:54 pm
Phillip Allan-Harding 0 Reputation points
1 answer One of the answers was accepted by the question author.

Suppress function app's insight logs for EntityFrameWorkCore

Has anyone tried suppressing information logs generated by Microsoft.EntityFrameworkCore.Database.Command dynamically using environment variables? When using EntityFramework in function app, it logs by default ALL its SQL statements to Application…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 24 Feb 2025, 3:12 pm
Aqil NNIT AQLA 20 Reputation points
accepted 28 Feb 2025, 1:13 pm
Aqil NNIT AQLA 20 Reputation points
0 answers

Azure Function App - Error While Loading System Keys

I've setup an Azure Function App and when trying to access the "App Keys", I get the following error for both System Keys and Host Keys: Error while loading system keys Ask questions and use troubleshooting tools to investigate these errors.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 25 Feb 2025, 6:55 pm
John Rennemeyer 0 Reputation points
commented 28 Feb 2025, 12:48 pm
Pravallika Kothaveeranna Gari 0 Reputation points Microsoft External Staff
0 answers

Multiple Azure Http triggered function calling the azure orchestrator function

Hello Team, I have five different HTTP-triggered functions that handle pre-processing before performing the main processing. I am considering moving the main processing logic into a single Azure Orchestrator function. This function would be called by the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 28 Feb 2025, 12:37 pm
Satish Bellare 20 Reputation points
0 answers

HTTP streaming Azure Function will not deploy

I have an http streaming azure function that deploys intermittently. I have a version working on one premium function app but not on another. The app that is not working was working but has since stopped. I've tried redeploying the code but it is no…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 18 Feb 2025, 8:08 pm
Iain Wadie 0 Reputation points
commented 28 Feb 2025, 12:32 pm
Pravallika Kothaveeranna Gari 0 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Function has no invocation records or 'live' logs

My function app is configured as such but I don't get invocation records, or logs in the live streaming window. Logs can be found in application insights through 'table > traces'. What is wrong with my function or configuration? When I click to see…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 27 Jan 2025, 3:58 pm
ZZ 80 Reputation points
accepted 28 Feb 2025, 11:44 am
ZZ 80 Reputation points
0 answers

The invocation list for my Function Apps is not loading

FunctionApps execute, but when I go to to look at the invocation list on Azure, the page appears to start to load and then fails with the attached image of the message. I've gone through the troubleshooting and everything appears in order. Again, the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 26 Feb 2025, 3:57 pm
Andy Mareska 15 Reputation points
commented 28 Feb 2025, 11:27 am
Ranashekar Guda 270 Reputation points Microsoft External Staff
1 answer

I cannot create a function app. It always says "The subscription 'xxxxxxxxxxxxxxxxxxxxxxxx' is not allowed to create or update the serverfarm."

I cannot create a function app. It always says "The subscription 'xxxxxxxxxxxxxxxxxxxxxxxx' is not allowed to create or update the serverfarm."

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 20 Feb 2025, 7:36 am
Georgia 0 Reputation points
commented 28 Feb 2025, 11:22 am
Shireesha Eeraboina 1,800 Reputation points Microsoft External Staff
1 answer

How to enable the always on in azure functions

How to enable the always on azure functions. We currently running the function app with Consumption plan in order to update it to always on we need assistance on that.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 26 Feb 2025, 10:42 am
Punit katnalli 5 Reputation points
commented 28 Feb 2025, 11:20 am
Ranashekar Guda 270 Reputation points Microsoft External Staff
0 answers

How to increase the file storage available for deployment of a Azure Function app (Consumption Plan)

I have a Consumption Plan for a Function App. When I deploy my solution (C# solution with a heavy codebase) I get this: Failed to proceed. Status code 500, " { "Message":"An error has…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 19 Feb 2025, 4:36 pm
Facturation S 0 Reputation points
commented 28 Feb 2025, 10:29 am
Shireesha Eeraboina 1,800 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

I cannot see hourly, monthly pricing details for the flex consumption plan of the function app?

I'm unable to see the flex consumption app pricing plan in the azure pricing calculator documentation. How to get the estimated billing per hourly and monthly for flex consumption plan of the azure function app?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 28 Feb 2025, 7:52 am
Rajoli Hari Krishna 636 Reputation points
accepted 28 Feb 2025, 9:33 am
Rajoli Hari Krishna 636 Reputation points
1 answer

Event Grid Blob Webhook for Azure Functions

What part of the Azure functions services handles requests to the https://<FUNCTION_APP_NAME>.[azurewebsites.net/runtime/webhooks/blobs?functionName=Host.Functions.<FUNCTION_NAME>&code=]<BLOB_EXTENSION_KEY> endpoint referenced in…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 21 Feb 2025, 1:51 pm
Derek 0 Reputation points
edited a comment 28 Feb 2025, 6:13 am
Sampath 595 Reputation points Microsoft External Staff
1 answer

How to fix function app stopped triggering on Blob Trigger?

Hello! I've been using Azure Function APPs to process files uploaded into a Storage Account.  I am using the default Storage Polling mechanism described here…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 24 Feb 2025, 3:18 pm
Andrey Kozichev 0 Reputation points
commented 28 Feb 2025, 5:33 am
Vinodh247 28,776 Reputation points MVP
1 answer

FunctionApp Goes Offline Randomly During Automatic Warmup After Working Fine For A Year

Hi All, We have experienced issues where FunctionApps hosting in Azure can be quite unreliable, and sometimes go offline after operating for a while, in some cases for years. On the 18th of February at 21:20, after a standard 'warmup' operation one of…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,476 questions
asked 26 Feb 2025, 11:34 am
Roger Davies 75 Reputation points
commented 28 Feb 2025, 5:31 am
Vinodh247 28,776 Reputation points MVP