Skip to content

Commit 09f7fc1

Browse files
authored
Merge pull request #123753 from tinker1992/patch-1
update csi-secrets-store-identity-access.md
2 parents a9413e8 + cd49039 commit 09f7fc1

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)