Skip to content

Commit b471f55

Browse files
authored
Update azure-rbac-local.md
1 parent 04b5e9d commit b471f55

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

AKS-Arc/azure-rbac-local.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.custom: devx-track-azurecli
66
author: sethmanheim
77
ms.author: sethm
88
ms.reviewer: leslielin
9-
ms.date: 02/21/2025
10-
ms.lastreviewed: 02/21/2025
9+
ms.date: 05/21/2025
10+
ms.lastreviewed: 05/21/2025
1111

1212
# Intent: As an IT Pro, I want to use Azure RBAC to authenticate connections to my AKS clusters over the Internet or on a private network.
1313
# Keyword: Kubernetes role-based access control AKS Azure RBAC AD
@@ -75,11 +75,12 @@ az aksarc create -n $aks_cluster_name -g $resource_group_name --custom-location
7575

7676
After a few minutes, the command completes and returns JSON-formatted information about the cluster.
7777

78-
### [Azure Portal](#tab/azureportal)
79-
1. Go to **Kubernetes - Azure Arc**, click the **Add** icon, and select **Create a Kubernetes cluster with Azure Arc**.
80-
2. Under the **Access** tab, locate the authentication and authorization settings. Select **Microsoft Entra Authentication with Azure RBAC**.
81-
3. Complete all other desired configurations for your cluster.
82-
4. Select **Review + create** to create the cluster.
78+
### [Azure portal](#tab/azureportal)
79+
80+
1. Go to **Kubernetes - Azure Arc**, select the **Add** icon, and then select **Create a Kubernetes cluster with Azure Arc**.
81+
1. Under the **Access** tab, locate the authentication and authorization settings. Select **Microsoft Entra Authentication with Azure RBAC**.
82+
1. Complete all other desired configurations for your cluster.
83+
1. Select **Review + create** to create the cluster.
8384
---
8485

8586
## Step 2: Create role assignments for users to access the cluster

0 commit comments

Comments
 (0)