Skip to content

Commit 341ff21

Browse files
committed
Expand note
1 parent 590c136 commit 341ff21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/manage-secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ az containerapp create \
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

196196
> [!NOTE]
197-
> The user assigned identity must have access to read the secret in Key Vault.
197+
> The user assigned identity must have access to read the secret in Key Vault. System assigned identity can't be used with the create command because it's not available until after the container app is created.
198198
199199
# [PowerShell](#tab/powershell)
200200

0 commit comments

Comments
 (0)