Skip to content

Commit b2e1484

Browse files
scottaddieCopilot
andauthored
Fix Azure Container Apps identity assign CLI flag (#51740)
Change --identities to --user-assigned for the az containerapp identity assign command to match the correct Azure CLI syntax. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 15f3606 commit b2e1484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/azure/sdk/authentication/user-assigned-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The Azure CLI provides different commands to assign a user-assigned managed iden
110110
az containerapp identity assign \
111111
--resource-group <resource-group-name> \
112112
--name <containerapp-name> \
113-
--identities <user-assigned-identity-resource-id>
113+
--user-assigned <user-assigned-identity-resource-id>
114114
```
115115
116116
For Azure Virtual Machines, use the Azure CLI command [`az vm identity assign`](/cli/azure/vm/identity#az-vm-identity-assign):

0 commit comments

Comments
 (0)