Skip to content

Commit fe7adc6

Browse files
author
David Sanchez (MSFT)
authored
Update vs-key-vault-add-connected-service.md
1 parent 7a51b46 commit fe7adc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/vs-key-vault-add-connected-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Now, you can access your secrets in code. The next steps are different depending
107107
{
108108
webBuilder.UseStartup<Startup>();
109109
});
110-
private static string GetKeyVaultEndpoint() => "https://WebApplication4-3-kv.vault.azure.net";
110+
private static string GetKeyVaultEndpoint() => "https://<YourKeyVaultName>.vault.azure.net";
111111
```
112112

113113
1. Next open one of the page files, such as *Index.cshtml.cs* and write the following code:

0 commit comments

Comments
 (0)