5,724 questions with Azure Functions tags

Sort by: Updated
1 answer

running linux jobs in azure functions

As webjobs for linux is in preview in azure app , please suggest how to run linux jobs in azure functions

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-05-04T10:03:00.3033333+00:00
Vishu 1,736 Reputation points
answered 2025-05-04T12:02:47.4833333+00:00
Divyesh Govaerdhanan 3,580 Reputation points
3 answers One of the answers was accepted by the question author.

Function App Cannot Create within Azure Portal

Seems there have been two changes that are getting in the way of creating functions after having created a function ressource. There is no longer the "Function f(x)" under the left menu called Functions, and seems we can only access it now…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2024-02-08T15:36:03.8833333+00:00
NT 25 Reputation points
commented 2025-05-04T05:50:22.5133333+00:00
Ashish Trivedi 0 Reputation points
0 answers

Unable to deploy azure function app - is not allowed to create or update the serverfarm

The function app deployment errors out with the error below. I found this relevant threat, but was unable to find a solution. https://learn.microsoft.com/en-us/answers/questions/1657059/the-subscription-is-not-allowed-to-create-or-updat { …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-05-04T01:14:57.94+00:00
Jeroen Pot 100 Reputation points
0 answers

Deployment Forbidden

Function App Deployment Error on Startup Grants subscription { "status": "Failed", "error": { "code": "Forbidden", "message": "The subscription 'XXXXX' is not…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-05-02T02:39:52.3533333+00:00
Kahl Health 0 Reputation points
edited the question 2025-05-03T13:07:00.5066667+00:00
Kahl Health 0 Reputation points
1 answer

Azure AISearch Indexer: "'JSON arrays with element type 'Float' map to Collection(Edm.Double)"

I have the following problem. I am trying to build an indexer in Azure AI Search. I have a skillset with a “Custom.WebApiSkill” skill. This provides me with the following response body: { "values": [ { "recordId":…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,283 questions
asked 2024-12-17T10:01:28.1466667+00:00
Alexander Ilg 5 Reputation points
commented 2025-05-03T12:55:48.1666667+00:00
Peter Sarvari 0 Reputation points
1 answer

ARM Template RoleAssignment not working properly

I deployed my Azure Function app using ARM template, everything looks fine, except for one issue, I'm trying to assign roles using the setting below: { "type": "Microsoft.Authorization/roleAssignments", …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-04-30T16:21:29.64+00:00
Xiuyang Bobby Sun 85 Reputation points
answered 2025-05-02T22:51:58.9833333+00:00
Xiuyang Bobby Sun 85 Reputation points
0 answers

How can I set the client Id for a Function App without setting explicit authentication

Hi, I have a function App in my environment where the authentication is not explicitly set up, since the http triggered functions currently use function key as the anonymous level However In the same function app we have set up durable functions monitor…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-04-28T16:29:34.3433333+00:00
Parag Kale 20 Reputation points
commented 2025-05-02T21:33:23.9833333+00:00
Loknathsatyasaivarma Mahali 1,615 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

Python Azure Function App concurrency and differences between instance, worker and language worker

In Python Function Apps, what is the difference between a host, an instance, a worker, a worker process, a language worker and a thread? All are discussed in various related documentation pages but it is not clear to me if they talk about the same thing…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2023-10-10T09:43:51.4433333+00:00
Jan Kowalik 110 Reputation points
commented 2025-05-02T21:07:27.6433333+00:00
Jan Kowalik 110 Reputation points
2 answers One of the answers was accepted by the question author.

Should I define an azure activity function as an async in python?

Azure functions documentation recommends defining python functions as asynchronous using the async keyword and async packages in the function body to take advantage of concurrent execution. See here. I can not find any mention of the same for activity…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2023-09-01T07:59:48.95+00:00
Jan Kowalik 110 Reputation points
commented 2025-05-02T20:10:24.03+00:00
Jan Kowalik 110 Reputation points
0 answers

Jwt Bearer Authentication in a function app

Hi, Is there an example available of implementing jwt bearer authentication in a function app ? I am using the durable function monitor tool https://github.com/microsoft/DurableFunctionsMonitor in injected mode in isolated worker model. I want to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-04-29T23:54:36.0666667+00:00
Parag Kale 20 Reputation points
commented 2025-05-02T19:34:15.6633333+00:00
Praveen Kumar Gudipudi 170 Reputation points Microsoft External Staff
1 answer

Disable Dependency Telemetry logs, Python

I have a function app that has a durable function built with python. here is my host.json { "version": "2.0", "functionTimeout": "00:30:00", "logging": { "logLevel": { …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-04-30T18:29:17.15+00:00
Ashrith P 0 Reputation points
commented 2025-05-02T19:08:36.52+00:00
Praveen Kumar Gudipudi 170 Reputation points Microsoft External Staff
1 answer

Azure Function App (Linux Consumption, Node.js) Failing After Redeployment via Azure DevOps — 502 Errors, ObjectDisposedException, AZFD0005

Hi, I'm experiencing a critical issue with my Azure Function App after a redeployment, and would appreciate expert help. Environment: Function App OS: Linux Plan: Consumption Plan Runtime: Node.js Triggers: HTTP Triggers Deployment: Continuous…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-04-28T16:09:34.6833333+00:00
Raphael Socolowski 0 Reputation points
commented 2025-05-02T18:34:44.6+00:00
Praveen Kumar Gudipudi 170 Reputation points Microsoft External Staff
0 answers

Why is there no content in my Application Insights data for Exceptions?

I have a Function app in Azure hooked up to Application insights. Early this morning, it reports many exceptions, but there is no further information about the exceptions. I have sampling turned on in my host.json for the function app, but it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-05-02T15:09:06.08+00:00
Caleb Pourchot 0 Reputation points
edited a comment 2025-05-02T18:18:55.78+00:00
Praveen Kumar Gudipudi 170 Reputation points Microsoft External Staff
1 answer

is there a development version of Azure

I need to create a web app with an API, cosmos DB and azure functions. Is there a development version that can be used that will get rid of costs

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-05-02T17:34:18.9733333+00:00
Travis Donnelly 0 Reputation points
answered 2025-05-02T17:41:15.96+00:00
Andreas Baumgarten 120.6K Reputation points MVP
0 answers

Azure Function POST with payload larger than roughly 100 KB return a 400/403 error.

I have the following scenario: We are running an Azure Function on Linux operating system and a P0v3 service plan. Runtime version 4.34.2.2. We are sending a https POST request as content type application/json to this Azure Function which contains a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2024-06-27T07:19:07.12+00:00
Michael Polonskiy 10 Reputation points
commented 2025-05-02T17:40:52.8+00:00
Stephen Mallin 26 Reputation points
0 answers

Error Deploying Azure Function from VS Code: 'No HTTP triggers found'

I am trying to overwrite deploy code that I was previously able to deploy to an Azure Function App using VS Code, but I am unable to deploy it. So, I tried to investigate by creating new sample code and new Function App on the Azure. Even it's brand new…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-04-24T06:54:42.7266667+00:00
idea-seeds 5 Reputation points
commented 2025-05-02T15:58:13.4133333+00:00
laiba zahoor 0 Reputation points
1 answer

Azure function code is not invoked

Hello I have a functional app with 3 java functions Github listener (@HttpTrigger): posts received payload into EventGrid and Kafka listeners EventGrid listener (@EventGridTrigger) Kafka listener (@KafkaTrigger) { "scriptFile" :…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-04-26T16:30:40.6066667+00:00
Anatolii Zenkovych (CW) 0 Reputation points
commented 2025-05-02T12:48:57.24+00:00
Anatolii Zenkovych (CW) 0 Reputation points
0 answers

Troubleshooting Queue-Triggered Azure Function in .NET 8.0 Facing Intermittent Internal CLR Errors.

Hello, we have a queue triggered Azure function, net 8.0, isolated, that works most of the times, but since a few weeks ago, it sometimes fails with the following exception: Exception while executing function: Functions.CalculateAMFunction C:\Program…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-04-28T13:49:20.7166667+00:00
Anca Corbos 25 Reputation points
commented 2025-05-02T11:23:25.97+00:00
Khadeer Ali 4,960 Reputation points Microsoft External Staff
0 answers

I want to my azure function from v1 to v4 my current dotnet framework is 4.8 need suggestion which version should I go 4.8 or 8 or 9

I want to my azure function from v1 to v4 my current dotnet framework is 4.8 need suggestion which version should I go 4.8 or 8 or 9. I am try to migrate to 4.8 with v4 but as per microsoft guide it mentioed to add output type as exe and mine was class…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-04-22T05:27:28.7333333+00:00
Rashmiramchandra Prabhu 66 Reputation points
commented 2025-05-02T11:06:09.2633333+00:00
Rashmiramchandra Prabhu 66 Reputation points
0 answers

Azure Function Host Crashes When Parsing PDF Documents with Docling Library

We've started using this python library docling to parse documents. Locally, that works perfectly. On Azure though, we experience the issue that parsing PDFs fails and makes the function host crash. This results in a downtime for the whole function,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,724 questions
asked 2025-05-02T09:04:59.7766667+00:00
David Tschirky 1 Reputation point
commented 2025-05-02T11:02:32.75+00:00
Khadeer Ali 4,960 Reputation points Microsoft External Staff