From 414c48b6dc5dac7170a0dffc26867ef55c2ea892 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Fri, 13 Feb 2026 16:27:22 -0600 Subject: [PATCH] Fix Azure Container Apps identity assign CLI flag 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> --- docs/azure/sdk/authentication/user-assigned-managed-identity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/azure/sdk/authentication/user-assigned-managed-identity.md b/docs/azure/sdk/authentication/user-assigned-managed-identity.md index 014f5382f3b84..540b9219919e9 100644 --- a/docs/azure/sdk/authentication/user-assigned-managed-identity.md +++ b/docs/azure/sdk/authentication/user-assigned-managed-identity.md @@ -110,7 +110,7 @@ The Azure CLI provides different commands to assign a user-assigned managed iden az containerapp identity assign \ --resource-group \ --name \ - --identities + --user-assigned ``` For Azure Virtual Machines, use the Azure CLI command [`az vm identity assign`](/cli/azure/vm/identity#az-vm-identity-assign):