Skip to content

Commit 6e07927

Browse files
committed
react to feedback
1 parent 807f8f6 commit 6e07927

File tree

1 file changed

+2
-2
lines changed
  • aspnetcore/security/data-protection/configuration/scaling/samples/AzBlobKey

1 file changed

+2
-2
lines changed

aspnetcore/security/data-protection/configuration/scaling/samples/AzBlobKey/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AzureURIs": {
3-
"BlobStorage": "https://<storage-account-name>.blob.core.windows.net/<container-name>/keys.xml",
4-
"KeyVault": "https://<key-vault-name>.vault.azure.net/keys/<key-name>/"
3+
"BlobStorage": "https://<storage-account>.blob.core.windows.net/<container>/keys.xml",
4+
"KeyVault": "https://<key-vault-name>.vault.azure.net/"
55
},
66
"Logging": {
77
"LogLevel": {

0 commit comments

Comments
 (0)