Skip to content

Commit 29a820a

Browse files
committed
Some updates
1 parent 90f900e commit 29a820a

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
@@ -177,12 +177,12 @@ Here, a connection string to a queue storage account is declared. The value for
177177

178178
### Key Vault secret URI and secret rotation
179179

180-
The Key Vault secret URI must be in the following format:
180+
The Key Vault secret URI must be in one of the following formats:
181181

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

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

0 commit comments

Comments
 (0)