LLL.DurableTask.AzureStorage Dependency injection extensions to configure the official Azure Storage. Configuration services.AddDurableTaskAzureStorage(options => { options.TaskHubName = "Test"; options.StorageConnectionString = "UseDevelopmentStorage=true"; });