Skip to content

Commit c5e8cbb

Browse files
committed
Apply acrolinx feedback
1 parent d026ec8 commit c5e8cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/manage-secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Here, a connection string to a queue storage account is declared in the `--secre
195195

196196
# [PowerShell](#tab/powershell)
197197

198-
Secrets Key Vault references are not supported in PowerShell.
198+
Secrets Key Vault references aren't supported in PowerShell.
199199

200200
---
201201

@@ -206,7 +206,7 @@ The Key Vault secret URI must be in one of the following formats:
206206
* `https://myvault.vault.azure.net/secrets/mysecret/ec96f02080254f109c51a1f14cdb1931`: Reference a specific version of a secret.
207207
* `https://myvault.vault.azure.net/secrets/mysecret`: Reference the latest version of a secret.
208208

209-
If a version is not specified in the URI, then the app will use the latest version that exists in the key vault. When newer versions become available, the app will automatically retrieve the latest version within 30 minutes. Any active revisions that reference the secret in an environment variable is automatically restarted to pick up the new value.
209+
If a version isn't specified in the URI, then the app uses the latest version that exists in the key vault. When newer versions become available, the app automatically retrieves the latest version within 30 minutes. Any active revisions that reference the secret in an environment variable is automatically restarted to pick up the new value.
210210

211211
For full control of which version of a secret is used, specify the version in the URI.
212212

0 commit comments

Comments
 (0)