Skip to content

Commit 84e272d

Browse files
Add Key Vault note
1 parent d88c653 commit 84e272d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/container-apps/manage-secrets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ An updated or deleted secret doesn't automatically affect existing revisions in
2626

2727
Before you delete a secret, deploy a new revision that no longer references the old secret. Then deactivate all revisions that reference the secret.
2828

29+
> [!NOTE]
30+
> Container Apps doesn't support Azure Key Vault integration. Instead, enable managed identity in the container app and use the [Key Vault SDK](../key-vault/general/developers-guide.md) in your app to access secrets.
31+
32+
2933
## Defining secrets
3034

3135
# [ARM template](#tab/arm-template)

0 commit comments

Comments
 (0)