-
**Describe the issue**
I migrated a function app from .net 6.0 to 8.0 with the Upgrade wizard on Visual Studio 2022, on doing so, I changed the model from utilizing `Microsoft.Azure.WebJobs.Extension…
-
Hugely frustrating time sink that could have been neatly solved by mentioning this particular quirk in the documentation somewhere. (if it's already mentioned somewhere and I missed it, I apologize.…
-
We’ve recently encountered an issue in our dev environment while running Azure Durable Functions. After some investigation, it seems to be directly related to the Datadog Application Services (AAS) ex…
-
A new version of the Azure Functions Runtime 4.11.3 is being deployed. Please refer to the latest notes on the release page here for details: https://github.com/Azure/azure-functions-host/releases/tag…
-
A new version of the Azure Functions Runtime 4.2.1 is being deployed. Please refer to the latest notes on the release page here for details: https://github.com/Azure/azure-functions-host/releases/tag/…
-
I'm running azure functions written in javascript inside a container using the official image `mcr.microsoft.com/azure-functions/node:2.0`.
When I run the functions with/without the container local…
-
I can't get Dialogflow to read my response from my webhook. It keeps reading Chinese letters. I deployed a Webhook Fulfillment to Azure Functions. However, when Dialogflow tries to use it, it just res…
-
I cannot use this library in Azure functions since the model class uses System.Drawing and by design the Azure function does not support System.Drawing. Is there any fix on this?
-
Hello World!!!!!!!
-
### Description
We use Durable Entities to manage state for one of our applications. The flow looks like this: IoT Hub => Azure Functions => Update Durable entity. We consume around 200 messages per …