Skip to content

Commit 8b2b5d8

Browse files
committed
SE 158393
1 parent f5b4482 commit 8b2b5d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

learn-pr/wwl-azure/implement-azure-container-apps/includes/6-container-apps-revisions-secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ az containerapp update \
1515
--image <IMAGE_NAME>
1616
```
1717

18-
You can list all revisions associated with your container app with the `az containerapp revision list` command.
18+
You can list all revisions associated with your container app with the `az containerapp revision list` command.
1919

2020
```bash
2121
az containerapp revision list \
@@ -43,7 +43,7 @@ An updated or deleted secret doesn't automatically affect existing revisions in
4343
Before you delete a secret, deploy a new revision that no longer references the old secret. Then deactivate all revisions that reference the secret.
4444

4545
> [!NOTE]
46-
> Container Apps doesn't support Azure Key Vault integration. Instead, enable managed identity in the container app and use the Key Vault SDK in your app to access secrets.
46+
> Container Apps supports native Azure Key Vault integration. Enable managed identity in the container app, grant the identity the **Key Vault Secrets User** role, and define secrets as Key Vault references using the secret's URI. Container Apps automatically retrieves and refreshes the secret value.
4747
4848
### Defining secrets
4949

0 commit comments

Comments
 (0)