Skip to content

Commit 9ceac62

Browse files
committed
escape placeholder
1 parent 3b718a1 commit 9ceac62

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 "<your-email>" \
255+
az role assignment create --assignee "\<user-email\>" \
256256
--role "Key Vault Secrets Officer" \
257257
--scope "${KEYVAULT_RESOURCE_ID}"
258258

0 commit comments

Comments
 (0)