We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77233d1 commit 9561e5eCopy full SHA for 9561e5e
articles/azure-app-configuration/overview-managed-identity.md
@@ -85,7 +85,7 @@ The following steps will walk you through creating a user-assigned identity and
85
1. Create a user-assigned identity called `myUserAssignedIdentity` using the CLI.
86
87
```azurecli-interactive
88
- az identity create -resource-group myResourceGroup --name myUserAssignedIdentity
+ az identity create --resource-group myResourceGroup --name myUserAssignedIdentity
89
```
90
91
In the output of this command, note the value of the `id` property.
0 commit comments