Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.47k stars 287 forks source link

Support Azure.Messaging.ServiceBus 7.2.1 client library #577

Open mahua-adt opened 2 years ago

mahua-adt commented 2 years ago

We'd like to be able to create a ServiceBusOrchestrationService using TokenCredentials from the Azure.Identity / Azure.Core libraries.

cgillum commented 2 years ago

The DurableTask.ServiceBus project is not being actively maintained. However, we do accept PRs for updates if anyone is willing to take on items like this.