Skip to content

Commit 590c136

Browse files
committed
Add note
1 parent adc7c69 commit 590c136

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/container-apps/manage-secrets.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: how-to
8-
ms.date: 09/29/2022
8+
ms.date: 04/06/2023
99
ms.author: cshoe
1010
ms.custom: event-tier1-build-2022, ignite-2022, devx-track-azurecli, devx-track-azurepowershell
1111
---
@@ -193,6 +193,9 @@ az containerapp create \
193193

194194
Here, a connection string to a queue storage account is declared in the `--secrets` parameter. Replace `<KEY_VAULT_SECRET_URI>` with the URI of your secret in Key Vault. Replace `<USER_ASSIGNED_IDENTITY_ID>` with the resource ID of the user assigned identity. For system assigned identity, use `System` instead of the resource ID.
195195

196+
> [!NOTE]
197+
> The user assigned identity must have access to read the secret in Key Vault.
198+
196199
# [PowerShell](#tab/powershell)
197200

198201
Secrets Key Vault references aren't supported in PowerShell.

0 commit comments

Comments
 (0)