Skip to content

Commit 801e737

Browse files
authored
Merge pull request #44533 from dasanagu/patch-1
Update vs-key-vault-add-connected-service.md
2 parents 3d13b86 + fe7adc6 commit 801e737

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)