Skip to content

Commit 3eabfbe

Browse files
alt-keyJnHs
andauthored
Update articles/azure-arc/kubernetes/cluster-connect.md
Co-authored-by: JH <[email protected]>
1 parent 3a31a80 commit 3eabfbe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-arc/kubernetes/cluster-connect.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,15 @@ On the existing Arc-enabled cluster, create the ClusterRoleBinding with either M
133133

134134
- For a Microsoft Entra single user account:
135135

136-
```azurepowershell
137-
$AAD_ENTITY_ID = (az ad signed-in-user show --query userPrincipalName -o tsv)
138-
```
136+
```azurepowershell
137+
$AAD_ENTITY_ID = (az ad signed-in-user show --query userPrincipalName -o tsv)
138+
```
139139

140-
- For a Microsoft Entra application:
140+
- For a Microsoft Entra application:
141141

142-
```azurepowershell
143-
$AAD_ENTITY_ID = (az ad sp show --id <id> --query objectId -o tsv)
144-
```
142+
```azurepowershell
143+
$AAD_ENTITY_ID = (az ad sp show --id <id> --query objectId -o tsv)
144+
```
145145
146146
1. Authorize the entity with appropriate permissions.
147147

0 commit comments

Comments
 (0)