Fix Typo. (#20771)
Co-authored-by: Frank Li (Wicresoft North America Ltd) <v-cheli@microsoft.com>pull/20776/head
parent
84a597cad8
commit
d33bccfbdb
|
@ -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());
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue