Skip to content

Commit e0c784d

Browse files
committed
fix placeholder
1 parent a98c898 commit e0c784d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/workload-identity-deploy-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ The following example shows how to use the Azure role-based access control (Azur
252252
--query id \
253253
--output tsv)
254254
255-
az role assignment create --assignee "<user-email>" \
255+
az role assignment create --assignee "<your-email>" \
256256
--role "Key Vault Secrets Officer" \
257257
--scope "${KEYVAULT_RESOURCE_ID}"
258258

0 commit comments

Comments
 (0)