Skip to content

Commit c720d3e

Browse files
Update articles/app-service/app-service-key-vault-references.md
1 parent 25c3eb1 commit c720d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/app-service-key-vault-references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ A key vault reference is of the form `@Microsoft.KeyVault({referenceString})`, w
102102
> [!div class="mx-tdBreakAll"]
103103
> | Reference string | Description |
104104
> |-----------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
105-
> | SecretUri=_secretUri_ | The **SecretUri** should be the full data-plane URI of a secret in the vault, e.g. `https://myvault.vault.azure.net/secrets/mysecret`. Optionally, include a version, e.g. `https://myvault.vault.azure.net/secrets/mysecret/ec96f02080254f109c51a1f14cdb1931`. |
105+
> | SecretUri=_secretUri_ | The **SecretUri** should be the full data-plane URI of a secret in the vault, for example `https://myvault.vault.azure.net/secrets/mysecret`. Optionally, include a version, such as `https://myvault.vault.azure.net/secrets/mysecret/ec96f02080254f109c51a1f14cdb1931`. |
106106
> | VaultName=_vaultName_;SecretName=_secretName_;SecretVersion=_secretVersion_ | The **VaultName** is required and is the vault name. The **SecretName** is required and is the secret name. The **SecretVersion** is optional but if present indicates the version of the secret to use. |
107107
108108
For example, a complete reference without a specific version would look like the following string:

0 commit comments

Comments
 (0)