You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks the ability to create an instance of DurableOrchestrationClient outside the Azure Functions context. It looks like we don't have a public constructor for this type, so it's not currently possible.
This issue tracks the ability to create an instance of DurableOrchestrationClient outside the Azure Functions context. It looks like we don't have a public constructor for this type, so it's not currently possible.
Here is the relevant source code: https://github.com/Azure/azure-functions-durable-extension/blob/master/src/WebJobs.Extensions.DurableTask/DurableOrchestrationClient.cs#L27.
The challenge will be creating a very simple public constructor that only requires an Azure Storage connection string and a task hub name.
The text was updated successfully, but these errors were encountered: