Skip to content

Commit 5cf940d

Browse files
Merge pull request #15756 from leslielin-5/patch-14
Update aks-edge-howto-connect-to-arc.md
2 parents 65757a4 + e7a9a6d commit 5cf940d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

AKS-Hybrid/aks-edge-howto-connect-to-arc.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ This article describes how to connect your AKS Edge Essentials cluster to [Azure
1414

1515
## Prerequisites
1616

17-
In addition to these prerequisites, be sure to meet all [network requirements for Azure Arc-enabled Kubernetes](/azure/azure-arc/kubernetes/network-requirements).
18-
19-
- You need an Azure subscription with either the **Owner** role or a combination of **Contributor** and **User Access Administrator** roles. You can check your access level by navigating to your subscription on the Azure portal, selecting **Access control (IAM)** on the left-hand side of the Azure portal, and then selecting **View my access**. See [the Azure documentation](/azure/azure-resource-manager/management/manage-resource-groups-portal) for more information about managing resource groups.
20-
- Enable all required resource providers in the Azure subscription, such as **Microsoft.HybridCompute**, **Microsoft.GuestConfiguration**, **Microsoft.HybridConnectivity**, **Microsoft.Kubernetes**, **Microsoft.ExtendedLocation**, and **Microsoft.KubernetesConfiguration**.
21-
- Create and verify a resource group for AKS Edge Essentials Azure resources.
17+
- Before connecting to Arc, infrastructure administrators who are the owner or contributor role of the subscription will have to:
18+
1. Enable all required resource providers in the Azure subscription, such as **Microsoft.HybridCompute**, **Microsoft.GuestConfiguration**, **Microsoft.HybridConnectivity**, **Microsoft.Kubernetes**, **Microsoft.ExtendedLocation**, and **Microsoft.KubernetesConfiguration**.
19+
2. Create and verify a resource group for AKS Edge Essentials Azure resources
20+
- To connect to Arc, Kubernetes operator will need a [**Kubernetes Cluster - Azure Arc Onboarding**](/azure/role-based-access-control/built-in-roles/containers#kubernetes-cluster---azure-arc-onboarding) role for the identity at the resource group level. To disconnect from Arc, operator will need an [**Azure Kubernetes Service Arc Contributor Role**](/azure/role-based-access-control/built-in-roles/containers#azure-kubernetes-service-arc-contributor-role) role for the identity at the resource group level. You can check your access level by navigating to your subscription on the Azure portal, selecting **Access control (IAM)** on the left-hand side, and then selecting **View my access**. See [the Azure documentation](/azure/azure-resource-manager/management/manage-resource-groups-portal) for more information about managing resource groups. Infrastructure Administrators with owner or contributor roles can also perform the actions to connect or disconnect from Arc.
21+
- In addition to these prerequisites, be sure to meet all [network requirements for Azure Arc-enabled Kubernetes](/azure/azure-arc/kubernetes/network-requirements).
2222

2323
> [!NOTE]
2424
> You need the **Contributor** role to be able to delete the resources within the resource group. Commands to disconnect from Arc will fail without this role assignment.

0 commit comments

Comments
 (0)