Skip to content

Latest commit

 

History

History

LLL.DurableTask.AzureStorage

LLL.DurableTask.AzureStorage Nuget

Dependency injection extensions to configure the official Azure Storage.

Configuration

services.AddDurableTaskAzureStorage(options =>
{
    options.TaskHubName = "Test";
    options.StorageConnectionString = "UseDevelopmentStorage=true";
});