Azure-functions-durable-extension: Support creating DurableOrchestrationClient outside of Azure Functions

Created on 21 Feb 2018  路  2Comments  路  Source: Azure/azure-functions-durable-extension

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.

enhancement help wanted

All 2 comments

This is getting pushed to October release.

The PR for this is merged and will go out with v2.4.0.

Was this page helpful?
0 / 5 - 0 ratings