@@ -6,8 +6,8 @@ ms.custom: devx-track-azurecli
6
6
author : sethmanheim
7
7
ms.author : sethm
8
8
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
11
11
12
12
# 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.
13
13
# 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
75
75
76
76
After a few minutes, the command completes and returns JSON-formatted information about the cluster.
77
77
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.
83
84
---
84
85
85
86
## Step 2: Create role assignments for users to access the cluster
0 commit comments