Skip to content

Commit 0e35582

Browse files
Merge pull request #283780 from alt-key/patch-9
Consolidate prereqs to make network req to the top
2 parents 16f258e + b801f83 commit 0e35582

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

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

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,22 @@ Before you begin, review the [conceptual overview of the cluster connect feature
2424
- An existing Azure Arc-enabled Kubernetes connected cluster.
2525
- If you haven't connected a cluster yet, use our [quickstart](quickstart-connect-cluster.md).
2626
- [Upgrade your agents](agent-upgrade.md#manually-upgrade-agents) to the latest version.
27+
28+
- Enable the [network requirements for Arc-enabled Kubernetes](network-requirements.md)
29+
30+
- Enable these endpoints for outbound access:
31+
32+
| Endpoint | Port |
33+
|----------------|-------|
34+
|`*.servicebus.windows.net` | 443 |
35+
|`guestnotificationservice.azure.com`, `*.guestnotificationservice.azure.com` | 443 |
36+
37+
> [!NOTE]
38+
> To translate the `*.servicebus.windows.net` wildcard into specific endpoints, use the command `\GET https://guestnotificationservice.azure.com/urls/allowlist?api-version=2020-01-01&location=<location>`. Within this command, the region must be specified for the `<location>` placeholder.
39+
40+
[!INCLUDE [arc-region-note](../includes/arc-region-note.md)]
41+
42+
2743

2844
### [Azure CLI](#tab/azure-cli)
2945

@@ -64,18 +80,6 @@ Before you begin, review the [conceptual overview of the cluster connect feature
6480

6581
---
6682

67-
- In addition to meeting the [network requirements for Arc-enabled Kubernetes](network-requirements.md), enable these endpoints for outbound access:
68-
69-
| Endpoint | Port |
70-
|----------------|-------|
71-
|`*.servicebus.windows.net` | 443 |
72-
|`guestnotificationservice.azure.com`, `*.guestnotificationservice.azure.com` | 443 |
73-
74-
> [!NOTE]
75-
> To translate the `*.servicebus.windows.net` wildcard into specific endpoints, use the command `\GET https://guestnotificationservice.azure.com/urls/allowlist?api-version=2020-01-01&location=<location>`. Within this command, the region must be specified for the `<location>` placeholder.
76-
77-
[!INCLUDE [arc-region-note](../includes/arc-region-note.md)]
78-
7983
## Set up authentication
8084

8185
On the existing Arc-enabled cluster, create the ClusterRoleBinding with either Microsoft Entra authentication or service account token.

0 commit comments

Comments
 (0)