Skip to content

Commit 90f900e

Browse files
committed
Update with new info
1 parent 8e1c713 commit 90f900e

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
@@ -182,9 +182,9 @@ The Key Vault secret URI must be in the following format:
182182
* `https://myvault.vault.azure.net/secrets/mysecret/ec96f02080254f109c51a1f14cdb1931`: Reference a specific version of a secret.
183183
* `https://myvault.vault.azure.net/secrets/mysecret`: Reference the latest version of a secret.
184184

185-
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.
185+
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 2 hours. Any active revisions that reference the secret in an environment variable is automatically restarted to pick up the new value.
186186

187-
To force the app to retrieve the latest version of the secret, you can restart a revision.
187+
For full control of which version of a secret is used, specify the version in the URI.
188188

189189
## <a name="using-secrets"></a>Referencing secrets in environment variables
190190

0 commit comments

Comments
 (0)