|
2 | 2 | title: "Quickstart: Connect an existing Kubernetes cluster to Azure Arc"
|
3 | 3 | description: In this quickstart, you learn how to connect an Azure Arc-enabled Kubernetes cluster.
|
4 | 4 | ms.topic: quickstart
|
5 |
| -ms.date: 08/25/2022 |
| 5 | +ms.date: 08/30/2022 |
6 | 6 | ms.custom: template-quickstart, mode-other, devx-track-azurecli, devx-track-azurepowershell
|
7 | 7 | ms.devlang: azurecli
|
8 | 8 | ---
|
@@ -148,11 +148,12 @@ For a conceptual look at connecting clusters to Azure Arc, see [Azure Arc-enable
|
148 | 148 | | `https://mcr.microsoft.com`, `https://*.data.mcr.microsoft.com` | Required to pull container images for Azure Arc agents. |
|
149 | 149 | | `https://gbl.his.arc.azure.com` (for Azure Cloud), `https://gbl.his.arc.azure.us` (for Azure US Government) | Required to get the regional endpoint for pulling system-assigned Managed Identity certificates. |
|
150 | 150 | | `https://*.his.arc.azure.com` (for Azure Cloud), `https://usgv.his.arc.azure.us` (for Azure US Government) | Required to pull system-assigned Managed Identity certificates. |
|
151 |
| -|`*.servicebus.windows.net`, `guestnotificationservice.azure.com`, `*.guestnotificationservice.azure.com`, `sts.windows.net`, `https://k8sconnectcsp.azureedge.net` | For [Cluster Connect](cluster-connect.md) and for [Custom Location](custom-locations.md) based scenarios. | |
152 | 151 | |`https://k8connecthelm.azureedge.net` | `az connectedk8s connect` uses Helm 3 to deploy Azure Arc agents on the Kubernetes cluster. This endpoint is needed for Helm client download to facilitate deployment of the agent helm chart. |
|
| 152 | +|`guestnotificationservice.azure.com`, `*.guestnotificationservice.azure.com`, `sts.windows.net`, `https://k8sconnectcsp.azureedge.net` | For [Cluster Connect](cluster-connect.md) and for [Custom Location](custom-locations.md) based scenarios. | |
| 153 | +|`*.servicebus.windows.net` | For [Cluster Connect](cluster-connect.md) and for [Custom Location](custom-locations.md) based scenarios. | |
153 | 154 |
|
154 | 155 | > [!NOTE]
|
155 |
| -> To translate the `*.servicebus.windows.net` wildcard into specific endpoints, use the command `\GET /urls/allowlist?api-version=2020-01-01&location=<location>`. Within this command, the region must be specified for the `<location>` placeholder. |
| 156 | +> 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. |
156 | 157 |
|
157 | 158 | ## Create a resource group
|
158 | 159 |
|
|
0 commit comments