-
Used the template code from Visual Studio for an Azure Durable Function
**Investigative information**
- Durable Functions extension version: 1.7.1
- Function App version: 2.0
- Programming la…
-
Other DF SDKs contain auto-generated API docs. For us, that's difficult to do since the SDK currently resides next to the worker itself, but we still should be able to manually provide some API docs.
…
-
### Project Name
ContosoTravelAgency
### Description
ContosoTravelAgency
### Architecture
### Short description
Our app is an advanced…
-
We have the `hubname` for Durable Functions configured in app settings and `local.settings.json`. After updating to Durable Functions in isolated worker process mode we run into the problem that varia…
-
Cross-posted from webjobs-extensions.
We have a timer trigger which is supposed to run every 4 minutes.
For some reason, it failed to fire for a period of 32 minutes, and then resumed
Unfortunate…
-
The Page is just focusing on in-process functions. With Isolated the IDurableOrchestrationClient doesn't exists anymore. Please update this page to also provide information on isolated.
---
###…
-
### Description
Terminating durable function that has completed (RuntimeStatus=Failed | Completed | Terminated) or for non-existent instance id throws **Grpc.Core.Exception** exception with message _…
-
The tutorial skips the important part to create a Durable Functions project and show the code snippets and function necessary.
Later on, it is referenced, but it never was created (only configura…
-
**OS:** All
**Build Version:** 20230607.1
**Regression:** Not a regression
**Repro Steps:**
1. Create a project with "Durable Function orchestrator" function and select "Azure Storage" durable…
-
I wasn't sure whether to post this issue here or in the Azure Functions project, so I'm posting it both places (other issue here: https://github.com/Azure/azure-functions-dotnet-worker/issues/2067).
…