Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bachuv committed May 3, 2024
1 parent 0383eed commit 3ed1096
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public static IServiceCollection AddDurableClientFactory(this IServiceCollection
}

serviceCollection.TryAddSingleton<INameResolver, DefaultNameResolver>();
serviceCollection.TryAddSingleton<IConnectionInfoResolver, StandardConnectionInfoProvider>();
serviceCollection.TryAddSingleton<IStorageAccountProvider, AzureStorageAccountProvider>();
#if !FUNCTIONS_V1
serviceCollection.AddAzureClientsCore();
serviceCollection.TryAddSingleton<ITokenCredentialFactory, AzureCredentialFactory>();
Expand Down

0 comments on commit 3ed1096

Please sign in to comment.