-
Can't Push-OutputBinding to ServiceBus topic from any Durable Function(DurableOrchestraton, DurableActivity).
I'm using Azure ServiceBus Connection String, because according to [this](https://docs.mi…
-
### Description
Consider the following code in orchestration function:
```powershell
$Data = $Context.Input
$result = Invoke-DurableActivity -FunctionName 'Test1' -Input $Data
Invoke-DurableActiv…
-
This issue is copied from https://github.com/Azure/azure-functions-durable-extension/issues/2682. Original author is @Alan-Hinton
**Is your feature request related to a problem? Please describe.**
…
jviau updated
5 months ago
-
### Project Name
ContosoTravelAgency
### Description
ContosoTravelAgency
### Architecture
### Short description
Our app is an advanced…
-
Hello,
We are using durable task to orchestrate multiple call to other api and we would like to be able to retrieve a specific header in the HttpTrigger Context and be able to add it on every outgoin…
-
### Description
> A clear and concise description of what the bug is. Please make an effort to fill in all the sections below; the information will help us investigate your issue.
> NOTE: JavaScri…
-
### Description
Terminating durable function that has completed (RuntimeStatus=Failed | Completed | Terminated) or for non-existent instance id throws **Grpc.Core.Exception** exception with message _…
-
following steps, vscode do not ask for storage information, just how it will store, the only options are azure storage, netherite and MSSQL. There is no "following path"for storage and when the func…
-
### Description
My dotnet-isolated durable entities are randomly losing state - the entity state class being reset to the default constructor values.
**Background**
I use durable entities within …
-
the docs use python V1 for the Fan-out/Fan-in tutorial. this should be changed to v2 examples if v2 is recommended for use.
---
#### Document Details
⚠ *Do not edit this section. It is requ…