Skip to content

Commit a80cb67

Browse files
Delyan Raychevakshaysngupta
authored andcommitted
doc: Correct principalId -> clientId (#673)
1 parent be2d8f2 commit a80cb67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/setup/install-existing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)