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 d8e0664 commit 73ac4edCopy full SHA for 73ac4ed
articles/aks/use-kms-etcd-encryption.md
@@ -118,7 +118,7 @@ The above example stores the value of the Identity Object Id in *IDENTITY_OBJECT
118
Use `az identity show` to get Identity Resource Id.
119
120
```azurecli
121
-IDENTITY_RESOURCE_ID=$(az identity show --name MyIdentity --resource-group MyResourceGroupE --query 'id' -o tsv)
+IDENTITY_RESOURCE_ID=$(az identity show --name MyIdentity --resource-group MyResourceGroup --query 'id' -o tsv)
122
echo $IDENTITY_RESOURCE_ID
123
```
124
0 commit comments