Co-authored-by: Frank Li (Wicresoft North America Ltd) <v-cheli@microsoft.com>
pull/20776/head
Frank(MSFT) 2020-11-26 10:47:58 +08:00 committed by GitHub
parent 84a597cad8
commit d33bccfbdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ namespace SampleApp
var builtConfig = config.Build();
var secretClient = new SecretClient(new Uri($"https://{builtConfig["KeyVaultName"]}.vault.azure.net/"),
new DefaultAzureCredential());
config.AddAzureKeyVault(SecretClient, new KeyVaultSecretManager());
config.AddAzureKeyVault(secretClient, new KeyVaultSecretManager());
}