Azure function with Sendgrid output binding is timing out
We have an Nodejs Azure functions app (Node 20, programing model v3) that contains multiple functions. One of our functions uses Sndgrid output binding configured as follows: { "name": "$return", "type":…
Azure Functions
Azure function pipeline succeeds however function app doesn't appear to be live
I've been attempting to create an azure function and have been running into difficulty. It appears that the pipeline I've built on devops succeeds in running but when I look at the function app it doesn't seem like it's started. I get 503 errors when I…
Azure Functions
We are following this repository: https://github.com/Azure-Samples/mcp-sdk-functions-hosting-python - and deployed the MCP server function successfully but wihtout the authentication parts necessary and we can not see the http_trigger function created ?
We are following this repository: https://github.com/Azure-Samples/mcp-sdk-functions-hosting-python - and deployed the MCP server function successfully but wihtout the authentication parts necessary and we can not see the http_trigger function created in…
Azure Functions
Azure function activity function being terminad because another function reaches timeout limit
We have an Nodejs Azure functions app (Node 20, programing model v3) that contains multiple functions - some http triggered, some event hub trigerred, and some durable functions with orchestrators and activities. We noticed that ocassionally one of or…
Azure Functions
Azure Functions fail to start when using Event Hub Connection string via KeyVault reference
I’m facing an issue with an Azure Function App (Python, Flex Consumption) that fails to start only when the Event Hub connection string is referenced from Azure Key Vault. Scenario: Function App: Linux, Python, Flex Consumption Trigger: Event Hub…
Azure Functions
Log ingestion delay & missing info logs after Azure plan change (Y1 → FC1)
Greetings, Since switching our Azure Functions plan from Y1 (Consumption) to FC1 (Flex Consumption) for both our Node.js and Python apps, we’ve noticed serious issues with logging and observability. We are forwarding logs using the automated datadog…
Azure Functions
Puppeteer works in Azure function app consumption plan but fails in flex consumption
Hi, I have a piece of code to generate PDF using puppeteer with Node 22. It works fine with Consumption plan when used with remote build and directing it to right cache directory. But the same piece does not work when deployed to flex consumption plan.…
Azure Functions
Why are Linux Consumption Function Apps broken in West Central US?
It seems that after the recent maintenance in this region numerous function apps in our subscriptions have been taken offline. The only way to fix this is to completely redeploy them. [PlannedMaintenance] End of Unplanned Maintenance for App Service…
Azure Functions
Can i set my own custom property with context in Azure Function
Hi Please let me know whether i can have my own custom property set with the context argument of Azure Function For example context.xyz="abc" We are using nodejs for development of Azure Functions. FYI
Azure Functions
Flex consumption timer trigger is firing but not executing any code
I have a flex consumption function app with HTTP triggers that are working as expected. I also have two timer triggers that seem to fire but do not do anything. I don't see any of the log messages hard coded in them or the table storage entity which I…
Azure Functions
How to fix Code + Test for my function
I am trying to manually trigger my Azure function func-bdodksynctool-prod-002, using Code + Test and then the action "Test/Run". This immediately gives a an error: Error while loading Ask questions and use troubleshooting tools to investigate…
Azure Functions
Creating a Function App (Flex Consumption) 429 Error
I have been having trouble creating a function app where it always gives a 429 error when deploying, I understand that there was a problem with function app recently but GitHub status shows all operational so I am not really sure. The error title was…
Azure Functions
Terraform not allowing to create function apps in P0V3
We have an app service plan with P0V3 in East US, we are trying to assign one more function app to same asp i.e xxxxx-xxxxx-asp-qa. I have tried in west US, it's working fine, but we don't want to shift our entire infrastructure to West US just for a…
Azure Functions
Python Code from VSCode not appearing in Azure Function post deployment
Hi, I'm trying to deploy my function app on my new computer. Downloaded everything on VSCode, made a folder, and it says it deploys. But when I go to my function, Production2026, nothing appears. I don't know why its not appearing. I'm deploying the…
Azure Functions
Flex Consumption Function App is autorenewing App Keys
We recently migrated an existing Python Function App from a consumption plan to the new flex consumption plan. Storage location of the old app was reused for convenience and all custom app keys on host and function level were migrated. Since the…
Azure Functions
How do I create an Azure Function in the Browser?
I have created a new function app in Azure. Previously, I used to be able to add and edit new functions by clicking the + button under Overview -> Functions. This button no longer exists. Has this functionality been removed? The tutorials for…
Azure Functions
Unable to sign into Avanade's Azure subscription via the Azure extension in Visual Studio Code.
It did not use to be like this, however, whenever I try to sign into my Azure Subscription via the Azure extension in Visual Studio Code: the browser says it will sign in: but afterwards still remained signed out: I have tried to completely…
Azure Functions
Any Azure Function Lifecycle Hooks to use on Host Restart
I am looking for any availability of life cycle hooks for Azure Functions to unload the AI Model from the GPU when the host restarts. Is there any? like onHostStart or onHostShut or something.
Azure Functions
Difference between a Worker Service running in AKS vs. Azure Function App
Hello, What is the difference between a background worker service running in an AKS cluster vs. running the same code inside an Azure Function App (consumption or Flexi Plan)? Need the Pros. & Cons., cost vs benefit analysis etc. My business use…
Azure Functions
Azure Functions - dotnet exited with code
In .NET10 isolated mode (EP1) function prints errors: 2026-01-26T07:06:34 [Error] Starting worker process failed 2026-01-26T07:06:34 [Error] Failed to start language worker process for runtime: dotnet-isolated.…