Skip to content

Commit b044127

Browse files
Merge pull request #286125 from ponatara/docs-editor/quickstart-connect-cluster-1725471190
Update quickstart-connect-cluster.md
2 parents 9ad8e0b + cabbf7b commit b044127

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ For a conceptual look at connecting clusters to Azure Arc, see [Azure Arc-enable
1515

1616
## Prerequisites
1717

18-
In addition to these prerequisites, be sure to meet all [network requirements for Azure Arc-enabled Kubernetes](network-requirements.md).
19-
2018
### [Azure CLI](#tab/azure-cli)
2119

20+
> [!IMPORTANT]
21+
> In addition to these prerequisites, be sure to meet all [network requirements for Azure Arc-enabled Kubernetes](network-requirements.md).
2222
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2323
* A basic understanding of [Kubernetes core concepts](/azure/aks/concepts-clusters-workloads).
2424
* An [identity (user or service principal)](system-requirements.md#azure-ad-identity-requirements) which can be used to [log in to Azure CLI](/cli/azure/authenticate-azure-cli) and connect your cluster to Azure Arc.
@@ -38,10 +38,12 @@ In addition to these prerequisites, be sure to meet all [network requirements fo
3838
> The cluster needs to have at least one node of operating system and architecture type `linux/amd64` and/or `linux/arm64`. See [Cluster requirements](system-requirements.md#cluster-requirements) for more about ARM64 scenarios.
3939
4040
* At least 850 MB free for the Arc agents that will be deployed on the cluster, and capacity to use approximately 7% of a single CPU.
41-
* A [kubeconfig file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) and context pointing to your cluster.
41+
* A [kubeconfig file](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) and context pointing to your cluster. To know more about what a kubeconfig file is and how to set context to point to your cluster, please refer to this [article](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/).
4242

4343
### [Azure PowerShell](#tab/azure-powershell)
4444

45+
> [!IMPORTANT]
46+
> In addition to these prerequisites, be sure to meet all [network requirements for Azure Arc-enabled Kubernetes](network-requirements.md)
4547
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
4648
* A basic understanding of [Kubernetes core concepts](/azure/aks/concepts-clusters-workloads).
4749
* An [identity (user or service principal)](system-requirements.md#azure-ad-identity-requirements) which can be used to [log in to Azure PowerShell](/powershell/azure/authenticate-azureps) and connect your cluster to Azure Arc.

0 commit comments

Comments
 (0)