We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807f8f6 commit 6e07927Copy full SHA for 6e07927
aspnetcore/security/data-protection/configuration/scaling/samples/AzBlobKey/appsettings.json
@@ -1,7 +1,7 @@
1
{
2
"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>/"
+ "BlobStorage": "https://<storage-account>.blob.core.windows.net/<container>/keys.xml",
+ "KeyVault": "https://<key-vault-name>.vault.azure.net/"
5
},
6
"Logging": {
7
"LogLevel": {
0 commit comments