File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ the resource group of the `aks-agentpool` virtual machines. Typically that resou
8080 az identity create -g < agent-pool-resource-group> -n < identity-name>
8181 ` ` `
8282
83- 1. For the role assignment commands below we need to obtain ` principalId ` for the newly created identity:
83+ 1. For the role assignment commands below we need to obtain ` clientId ` for the newly created identity:
8484
8585 ` ` ` bash
8686 az identity show -g < resourcegroup> -n < identity-name>
@@ -94,7 +94,7 @@ look something like this: `/subscriptions/A/resourceGroups/B/providers/Microsoft
9494 ` ` ` bash
9595 az role assignment create \
9696 --role Contributor \
97- --assignee < principalId > \
97+ --assignee < clientId > \
9898 --scope < App-Gateway-ID>
9999 ` ` `
100100
@@ -104,7 +104,7 @@ look something like this: `/subscriptions/A/resourceGroups/B/providers/Microsoft
104104 ` ` ` bash
105105 az role assignment create \
106106 --role Reader \
107- --assignee < principalId > \
107+ --assignee < clientId > \
108108 --scope < App-Gateway-Resource-Group-ID>
109109 ` ` `
110110
You can’t perform that action at this time.
0 commit comments