5,733 questions with Azure Functions tags

Sort by: Updated
0 answers

Azure Function MCP trigger fails to respond to initialize request from VS Code MCP client

We have a vanilla Azure Function created with a vanilla hello world McpToolTrigger. It works great when called locally from VS Code MCP Client but it keeps failing with "Waiting for server to respond to initialize request..." when calling with…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
asked 2025-05-01T04:02:35.5166667+00:00
Aaron Ching 5 Reputation points Microsoft Employee
commented 2025-05-07T16:40:33.8366667+00:00
Aaron Ching 5 Reputation points Microsoft Employee
0 answers

Trying to get redeemed Auth token using AcquireTokenSilent does not work

Hi,I have followed the auth code flow in my functions app to get auth token using auth code. The problem I am seeing is my http triggered function gets invoked multiple times and eventually I get an exception that that auth token was already redeemed for…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
asked 2025-05-05T13:16:22.9266667+00:00
Parag Kale 20 Reputation points
commented 2025-05-07T15:23:58.5+00:00
Khadeer Ali 5,055 Reputation points Microsoft External Staff
1 answer

Azure functions querying log analytics workspace

Hello, My company got a log analytics workspace (law) that has certain data. we want to copy this into our database. When i run this code locally we are able to fetch data from the law. when the function is deployed we get the error. The azure…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
asked 2025-05-05T13:41:31.13+00:00
Maxime Callebaut 20 Reputation points
commented 2025-05-07T14:57:15.3266667+00:00
RithwikBojja 2,160 Reputation points Microsoft External Staff
2 answers

The subscription 'xxxxxxx' is not allowed to create or update the serverfarm.

Sto creando una APP Function e ricevo questo errore The subscription 'xxxxxxxx' 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,733 questions
asked 2025-05-05T17:35:21.7533333+00:00
Omega Service 0 Reputation points
edited an answer 2025-05-07T14:55:06.27+00:00
Loknathsatyasaivarma Mahali 1,695 Reputation points Microsoft External Staff
0 answers

How can I configure my Azure Function to retrieve a Key Vault secret when invoked by an Azure Logic App?

I’ve stored an API key as a secret in Azure Key Vault and want my Function App—called from a Logic App—to pull that secret at runtime. I’ve already: Enabled a system-assigned managed identity on the Function App and Logic App Granted Key Vault Secrets…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
asked 2025-05-04T01:56:15.9566667+00:00
John van Zalk 20 Reputation points
commented 2025-05-07T14:47:54.5466667+00:00
John van Zalk 20 Reputation points
0 answers

Cannot delete virtual network, subnet in use by /serviceAssociationLinks/legionservicelink and cannot be deleted

I am trying to delete a Virtual Network with 1 subnet. That subnet that was at one point in use by a Flex Consumption Function App Virtual Network Integration. The Function App has long since been deleted, but I cannot delete the Virtual Network due to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
asked 2025-04-23T01:02:25.93+00:00
Ryland DeGregory 0 Reputation points
commented 2025-05-07T14:30:54.2333333+00:00
Loknathsatyasaivarma Mahali 1,695 Reputation points Microsoft External Staff
1 answer

Unable to trigger function app while using managed identity for the storage account connection

I am trying to create an Azure Function of BlobTrigger type, which needs to be triggered on dropping files in the storage account say filessa. Due to policy restriction the storage account cannot use shared access key. I am unable to trigger the function…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
asked 2025-05-06T05:28:46.1633333+00:00
JAntoni 20 Reputation points
edited an answer 2025-05-07T14:26:59.04+00:00
RithwikBojja 2,160 Reputation points Microsoft External Staff
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,733 questions
asked 2025-05-02T09:04:59.7766667+00:00
David Tschirky 1 Reputation point
commented 2025-05-07T13:54:15.2+00:00
Khadeer Ali 5,055 Reputation points Microsoft External Staff
0 answers

Detected SubscriptionNotAllowedToCreateOrUpdateServerfarm for ServerFarm

"message": "The subscription 'SUB ID' 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,733 questions
asked 2025-05-01T17:09:38.04+00:00
Eliud Kamau 0 Reputation points
commented 2025-05-07T13:06:50.0833333+00:00
Loknathsatyasaivarma Mahali 1,695 Reputation points Microsoft External Staff
1 answer

Possible thread pool starvation detected & DrainMode mode enabled

I have an Azure Function that runs using .net core 8 and which uses Premium plan, now i found the following messages inside the logs:- 2025-05-01T22:51:12Z [Warning] [HostMonitor] Host CPU threshold exceeded (96 >= 80) 2025-05-01T22:51:24Z …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
asked 2025-05-01T23:10:29.08+00:00
john john Pter 1,015 Reputation points
answered 2025-05-07T12:37:06.4466667+00:00
Khadeer Ali 5,055 Reputation points Microsoft External Staff
2 answers

How to fix NetFxWorker issues on Azure Functions Core Tools on Mac?

I'm currently working with a workflow in Azure Logic Apps (Locally) that's spitting out the following errors: Error 1: Failed to start Worker Channel. Process fileName:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,474 questions
asked 2024-03-13T10:12:37.85+00:00
Matas Kaucikas 0 Reputation points
commented 2025-05-07T11:59:17.2+00:00
Daniel Jonathan 0 Reputation points
0 answers

Problems with flex consumption function

I have a flex consumption function hosting a queue trigger function. The function was deployed via azure cli using func azure functionapp publish <nnn> and the hosts.json file: { "functionTimeout": "00:45:00", …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
asked 2025-03-02T16:32:43.9+00:00
Chris Koncewicz 10 Reputation points
commented 2025-05-07T11:02:38.7633333+00:00
James Coates 5 Reputation points
1 answer

Whether china azure windows function support Microsoft.ML.OnnxRuntime

we have a function, installed <PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.21.0" /> it run in local and linux azure function(4.1038.400.3) perfectlly. but when i published to azure windows…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
asked 2025-04-27T09:43:45.4533333+00:00
Gallatin 21V 186 Reputation points
commented 2025-05-07T09:04:54.6033333+00:00
Gallatin 21V 186 Reputation points
0 answers

Azure Function App with Blob Storage Trigger is not Running

Hi, I have an Azure Function App with a blob trigger function. I noticed that the function was not processing new images and had not processed any images for around 4 months. To investigate I went to the "Invocations and more" tab. Shortly…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,475 questions
asked 2025-03-25T11:14:27.7766667+00:00
Tiarnán Curran-Feeney 0 Reputation points
commented 2025-05-07T08:59:56.3966667+00:00
Tiarnán Curran-Feeney 0 Reputation points
0 answers

Bad Gateway for Microsoft.Web/serverfarm when creating Function App

Hello. We are having trouble creating an Azure Function app within Azure. My own account has "Contributor" access. Another team member's account has both "Owner" and "Contributor" access to the same subscription. When either…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
asked 2025-04-21T21:57:42.6533333+00:00
Kyle Stankovich 0 Reputation points
commented 2025-05-07T07:17:55.1266667+00:00
Pravallika Kothaveeranna Gari 485 Reputation points Microsoft External Staff
0 answers

Issue with Azure Function Timeout Despite Extended Configuration

Hi, I'm facing an issue with an Azure Function App timing out unexpectedly, even though I've set the timeout limit to the maximum allowed in the host.json file. Here's what I've done so far: Function runtime: .NET 6 (isolated) Hosting plan: Premium…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
asked 2025-05-05T14:38:05.5566667+00:00
Finlay Thomas 0 Reputation points
commented 2025-05-07T07:11:58.6766667+00:00
Shireesha Eeraboina 2,825 Reputation points Microsoft External Staff
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,733 questions
asked 2025-04-26T16:30:40.6066667+00:00
Anatolii Zenkovych (CW) 0 Reputation points
edited a comment 2025-05-07T06:10:53.59+00:00
Dasari Kamali 335 Reputation points Microsoft External Staff
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,733 questions
asked 2025-04-29T23:54:36.0666667+00:00
Parag Kale 20 Reputation points
commented 2025-05-07T06:07:07.5666667+00:00
Dasari Kamali 335 Reputation points Microsoft External Staff
1 answer

Guidance on Maintaining Uptime When Python Libraries Are Yanked or Deprecated in Azure Functions

I need guidance or best practices for maintaining 100% uptime and smooth deployment for Python Azure Functions in scenarios where a Python library becomes: Deprecated Yanked (removed from Pypi) Incompatible due to versioning constraints We recently…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
asked 2025-04-25T06:36:32.2166667+00:00
Sibte Abbas Rizvi 0 Reputation points
edited a comment 2025-05-07T05:26:48.4033333+00:00
Shireesha Eeraboina 2,825 Reputation points Microsoft External Staff
1 answer

Error building configuration in an external startup class.

Need help deployment slot swap causing this error. upgrade python version 3.9 to 3.10

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,733 questions
asked 2025-04-16T07:35:50.3133333+00:00
NLE JB 20 Reputation points
answered 2025-05-07T05:08:30.0733333+00:00
NLE JB 20 Reputation points