6,020 questions with Azure Functions tags

Sort by: Updated
1 answer

Bicep - Flex Consumption Plan not available in this region (but it is in Portal)

Hi, I'm trying to deploy my bicepscript but I am getting this error: { "status": "Failed", "error": { "code": "DeploymentFailed", "target":…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-07T08:46:07.2866667+00:00
Endre Gjølstad 0 Reputation points
commented 2025-08-12T03:06:53.5533333+00:00
Rakesh Mishra 165 Reputation points Microsoft External Staff Moderator
0 answers

How can I stop the duplication of logs in Application Insights?

I recently upgraded my function app (premium service plan) to use .NET 8 Isolated Worker Model. Since doing this, I'm receiving multiple logs for an error i.e. My custom error (which I want to keep) An error with "EventName: 0" with nothing…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-07T16:03:25.12+00:00
Charlotte Birkett 0 Reputation points
commented 2025-08-11T22:23:46.3033333+00:00
Krishna Chowdary Paricharla 2,080 Reputation points Microsoft External Staff Moderator
0 answers

I can't upload my azure function

I’m having trouble deploying my local Azure Function. The deployment logs show the message: "No HTTP triggers found", and I suspect this might be the reason why it’s failing. Additionally, I can’t create a new Azure Function from the Azure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-08T02:11:41.61+00:00
Fabrizio25504 0 Reputation points
commented 2025-08-11T18:12:50.2633333+00:00
Fabrizio25504 0 Reputation points
0 answers

The functions in fxdev_python are now returning 500 Internal Server Error after upgrade to python 3.11

I upgraded my python from 3.9 to 3.11 in my azure function app after seeing this error. Upgrade your app to newer version as Python 3.9 will reach EOL on 10/31/2025 and will no longer be supported I followed the below steps from the documentation …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-07T21:57:19.1933333+00:00
BFM 0 Reputation points
commented 2025-08-11T18:11:49.87+00:00
Krishna Chowdary Paricharla 2,080 Reputation points Microsoft External Staff Moderator
0 answers

RabbitMQ Trigger Support in Azure Functions Python v2

Hi, I’m currently working on Azure Functions in Python and was planning to use a RabbitMQ trigger. However, I’ve just realised that the RabbitMQ trigger appears to only be available in the v1 programming model. Could you please confirm whether there is…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-07T16:49:29.64+00:00
Dawon You 0 Reputation points
edited a comment 2025-08-11T16:59:44.4866667+00:00
Rakesh Mishra 165 Reputation points Microsoft External Staff Moderator
0 answers

Error "We were not able to load some functions in the list due to errors" on brand new created func app

I have just created a new Function APP Consuption Python 13 preview Linux I am getting the error message "We were not able to load some functions in the list due to errors" right after creation on the functions section. Also, any function I…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-06T21:44:23.89+00:00
Bivia 0 Reputation points
commented 2025-08-11T12:24:08.6866667+00:00
Harish Badijana 15 Reputation points Microsoft External Staff Moderator
0 answers

How can i run selenium script in functions app

How can i run a selenium script on Azure. How would i store the chrome executalble file and access it in my function script?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-07-15T08:34:18.48+00:00
Ayush Mishra 20 Reputation points
commented 2025-08-11T12:13:26.02+00:00
Anurag Rohikar 205 Reputation points Microsoft External Staff Moderator
0 answers

Missing Application Setting Alert in function app diagnose and solve problems link. the configuration is for a event hub namespace connection though app works fine.

we are seeing an critical Alert as Missing Application Settings detected with message as : The following Application Settings are referenced in Function bindings but not configured in the Function App. This can cause execution errors Function:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-05T01:36:53.2566667+00:00
Abhishake Jaiswal 160 Reputation points
commented 2025-08-11T11:57:27.4366667+00:00
Sai Prabhu Naveen Parimi 3,235 Reputation points Microsoft External Staff Moderator
0 answers

Getting package error from Microsoft.Azure.Functions.Worker.Sdk having hard dependency on Newtonsoft.Json v10.0.2

I am getting the below nuget feed error when I use Microsoft.Azure.Functions.Worker.Sdk for my azure functions. The feed - lists package 'Newtonsoft.Json.10.0.2' but multiple attempts to download the nupkg have failed. The feed is either invalid or…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-06T13:08:24.59+00:00
Navaneethan Balakrishnan 0 Reputation points
commented 2025-08-11T06:40:35.18+00:00
Harish Badijana 15 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

How to deploy using AzureFunctionApp@1 configured to use Managed Identity

We deploy multiple .net azure functions to linux runtime consumption plans in Azure. Yesterday we got an issue where one of our functions stopped working. Looking at the overview of the resource in the azure portal we saw a warning about a SAS-token that…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-08T07:36:48.41+00:00
Zackarias Montell 20 Reputation points
accepted 2025-08-11T06:27:36.9033333+00:00
Zackarias Montell 20 Reputation points
0 answers

How to reduce cold start latency in Azure Functions on Consumption Plan?

I’m developing Azure Functions on the Consumption Plan, and I’m facing significant cold start delays (5-10 seconds) when the function triggers after being idle. This impacts the responsiveness of HTTP-triggered functions in my app. What I’ve tried so…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-05T22:05:32.9466667+00:00
michlanlin pal 0 Reputation points
commented 2025-08-11T04:18:06.94+00:00
Harish Badijana 15 Reputation points Microsoft External Staff Moderator
0 answers

How do I run a CPU and memory-intensive Azure Function App with Tesseract OCR inside a Docker container on Azure, utilizing worker processes

I have deployed a Function App on an Azure Container App environment with the following configuration: 4 CPU, 8 GB RAM Minimum replicas: 1 Maximum replicas: 10 FUNCTIONS_WORKER_PROCESS_COUNT: 2 PYTHON_THREADPOOL_THREAD_COUNT: 1 In the code, I’m using a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-05T10:55:50.23+00:00
Aasawari Bhavsar 0 Reputation points
commented 2025-08-11T04:14:02.3566667+00:00
Harish Badijana 15 Reputation points Microsoft External Staff Moderator
1 answer

Do My Azure Functions executed automatically on changing function app python version or adding environment variables in Azure Function because of restart

Hi, Do My all Azure Functions executed automatically on following occasions changing function app python version in azure function configuration On adding environment variables in Azure Function because of restart. On clicking restart in azure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-07-15T07:46:22.8866667+00:00
Agarwal, Ansh 50 Reputation points
commented 2025-08-08T15:29:09.5933333+00:00
Sandhya Kommineni 80 Reputation points Microsoft External Staff Moderator
0 answers

Azure Function trigger from Service Bus not fired

Hi there, we have an Azure Function App with a trigger from Service Bus. The issue is that all messages end up in the Dead Letter Queue rather than being delivered. Function App written in JavaScript using v4 Programming Model uses connection string…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-05T12:15:58.75+00:00
Jan 0 Reputation points
commented 2025-08-08T15:34:39.94+00:00
Jan 0 Reputation points
1 answer

Storage Account Blob Trigger Event could not be enabled (MinimumTlsVersion is not supported by webhook endpoint)

Hi everyone, I'm trying to enable the "Created Blob Trigger" event for my Storage Account Datalake Gen 2 in order to trigger a Function App. I followed the official documentation about this topic, but the last step fails with the following…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-07T13:24:05.2733333+00:00
ANTONELLO PIO BARBONE 0 Reputation points
edited a comment 2025-08-08T08:16:40.57+00:00
TP 131.6K Reputation points Volunteer Moderator
1 answer

How to set the PowerShell stack in an Function app by Terraform ?

I succesfully provisioned a Azure Function App by terraform. How can I define that the Azure Function App should be of Stack "PowerShell"? This is my current Terraform code: resource "azurerm_storage_account"…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-07T14:04:52.1466667+00:00
Khalid Hajjouji 50 Reputation points
commented 2025-08-08T15:16:52.6233333+00:00
Khalid Hajjouji 50 Reputation points
0 answers

Blob Trigger in Azure Function skips all subsequent blobs after first run, even with different names/paths/ETags

I have an Azure Function App running in Azure that uses: Blob Trigger → to detect image uploads Queue Trigger → to process those images after enqueueing from the Blob Trigger Both triggers are in the same Function App, using the same storage account for…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-08T12:47:20.1333333+00:00
Harish K 0 Reputation points
1 answer

Function with daily timer trigger suddenly stopped

I have a Function App, with numerous Timer triggered functions. They all have been working without issue, but today I noticed that one of the daily functions has not run since 7/24. No errors, and it's still listed as enabled. I found a help article…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-08T13:56:18.8766667+00:00
Chris Ahrens 0 Reputation points
answered 2025-08-08T19:19:05.7333333+00:00
Chris Ahrens 0 Reputation points
1 answer

How to generate secure random results for a coin flip game using Azure Functions?

I’m building a simple coin flip game where the user clicks a button to get “Heads” or “Tails.” Currently, the random result is generated in JavaScript on the client side, but I’m concerned this can be manipulated by users. I want to move the random…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-09T07:34:54.5433333+00:00
ayla bibi 0 Reputation points
answered 2025-08-09T09:13:03.1666667+00:00
Obinna Ejidike 2,855 Reputation points
1 answer One of the answers was accepted by the question author.

How to use client certificate authentication in Azure Function App?

I will create Function App (Functions Premium). I will deploy a Java (Spring Boot) project in the Function App, and clients can access the project in my Function App via HTTPS. Additionally, clients must have a certificate and use a key when accessing…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,020 questions
asked 2025-08-09T09:50:12.26+00:00
zhengzhao liu 25 Reputation points
commented 2025-08-09T15:38:51.8566667+00:00
zhengzhao liu 25 Reputation points