Skip to content

Commit cd49039

Browse files
authored
update csi-secrets-store-identity-access.md
fix azure cli syntax issue
1 parent 021971c commit cd49039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/csi-secrets-store-identity-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ In this security model, you can grant access to your cluster's resources to team
201201
Alternatively, you can create a new managed identity and assign it to your virtual machine (VM) scale set or to each VM instance in your availability set using the following commands.
202202
203203
```azurecli-interactive
204-
az identity create -resource-group <resource-group> --name <identity-name>
204+
az identity create --resource-group <resource-group> --name <identity-name>
205205
az vmss identity assign --resource-group <resource-group> --name <agent-pool-vmss> --identities <identity-resource-id>
206206
az vm identity assign --resource-group <resource-group> --name <agent-pool-vm> --identities <identity-resource-id>
207207

0 commit comments

Comments
 (0)