Skip to content

Commit 3a31a80

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

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
@@ -96,15 +96,15 @@ On the existing Arc-enabled cluster, create the ClusterRoleBinding with either M
9696
9797
- For a Microsoft Entra single user account:
9898
99-
```azurecli
100-
AAD_ENTITY_ID=$(az ad signed-in-user show --query userPrincipalName -o tsv)
101-
```
99+
```azurecli
100+
AAD_ENTITY_ID=$(az ad signed-in-user show --query userPrincipalName -o tsv)
101+
```
102102
103-
- For a Microsoft Entra application:
103+
- For a Microsoft Entra application:
104104
105-
```azurecli
106-
AAD_ENTITY_ID=$(az ad sp show --id <id> --query id -o tsv)
107-
```
105+
```azurecli
106+
AAD_ENTITY_ID=$(az ad sp show --id <id> --query id -o tsv)
107+
```
108108
109109
1. Authorize the entity with appropriate permissions.
110110

0 commit comments

Comments
 (0)