Skip to content

Commit 9561e5e

Browse files
(AzureCXP) fixed typo in command
fixed typo in CLI command resolves MicrosoftDocs/azure-docs#122035
1 parent 77233d1 commit 9561e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/overview-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The following steps will walk you through creating a user-assigned identity and
8585
1. Create a user-assigned identity called `myUserAssignedIdentity` using the CLI.
8686
8787
```azurecli-interactive
88-
az identity create -resource-group myResourceGroup --name myUserAssignedIdentity
88+
az identity create --resource-group myResourceGroup --name myUserAssignedIdentity
8989
```
9090
9191
In the output of this command, note the value of the `id` property.

0 commit comments

Comments
 (0)