-
Azure Functions Host make request to https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/index.json on startup. I think this behavior is introduced fro…
-
We have been running a couple of Azure Functions in various subscriptions, and every once in a while (about once a week), the entire Azure Function goes down and reports "The service is unavailable." …
-
**Describe the bug**
**context.df.isReplaying** is always undefined.
I'm able to get **isReplaying** from **context.triggerMetadata.isReplaying**
**Investigative information**
**To Reproduce…
-
`[EventHubTrigger]` throws error when handling IoTHub messages
#### Repro steps
Migrating an in-process C# Azure Function to isolated worker process and to .NET 8.
Following documentation: ht…
-
Why is there an output trigger defined in the example when the description of the example is simply "This example shows a [C# function](https://learn.microsoft.com/en-us/azure/azure-functions/dotnet…
-
This article announced the General Availability of the node v4 programming model: https://techcommunity.microsoft.com/t5/apps-on-azure-blog/azure-functions-node-js-v4-programming-model-is-generally/ba…
-
In my Azure Function which doesn't have any storage account code I'm getting the following warning in Application Insights.
```
Error response [15fd74...ec3601] 409 The specified container already…
-
please clarify the [release notes of v.3.0.0](https://github.com/Azure/azure-functions-java-library/releases/tag/3.0.0): they state that it "Updating cosmos DB annotations to support [v4 extension bun…
-
When attempting to build version 4.0.3971 with `build.sh`, an error occurs:
```
/root/azure-functions-cli-source/azure-functions-core-tools-4.0.3971/test/Azure.Functions.Cli.Tests/Azure.Functions.…
-
### Proposal
I observed an unexpected behavior with Eventhub Checkpointing on Azure Functions v4.
Since we switched all our Functions to dotnet6 with Azure Functions 4, all Eventhub-scaler based …