Skip to content

Commit 5d63af5

Browse files
authored
Merge pull request #113296 from rapopescu16/rapopescu16-patch-1
Update key-vault-secrets.md
2 parents c250ddd + 1a48228 commit 5d63af5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/static-web-apps/key-vault-secrets.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@ The access policy is now saved to Key Vault. Next, access the secret's URI to us
110110
```text
111111
@Microsoft.KeyVault(SecretUri=<YOUR-KEY-VAULT-SECRET-URI>)
112112
```
113+
For example, a final string would look like the following sample:
114+
115+
```
116+
@Microsoft.KeyVault(SecretUri=https://myvault.vault.azure.net/secrets/mysecret/)
117+
```
118+
119+
Alternatively:
120+
121+
```
122+
@Microsoft.KeyVault(VaultName=myvault;SecretName=mysecret)
123+
```
113124
114125
Use the following steps to build the full secret value.
115126

0 commit comments

Comments
 (0)