Skip to content

Commit 73ac4ed

Browse files
miwithrosozercan
andauthored
Update articles/aks/use-kms-etcd-encryption.md
Co-authored-by: Sertaç Özercan <[email protected]>
1 parent d8e0664 commit 73ac4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-kms-etcd-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The above example stores the value of the Identity Object Id in *IDENTITY_OBJECT
118118
Use `az identity show` to get Identity Resource Id.
119119

120120
```azurecli
121-
IDENTITY_RESOURCE_ID=$(az identity show --name MyIdentity --resource-group MyResourceGroupE --query 'id' -o tsv)
121+
IDENTITY_RESOURCE_ID=$(az identity show --name MyIdentity --resource-group MyResourceGroup --query 'id' -o tsv)
122122
echo $IDENTITY_RESOURCE_ID
123123
```
124124

0 commit comments

Comments
 (0)