Skip to content

Commit 28ab888

Browse files
Merge pull request #209710 from JnHs/jh-arck8-sbnoteupdate
servicebus.windows.net note update
2 parents dcaa2f5 + 19eef02 commit 28ab888

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Use the cluster connect to securely connect to Azure Arc-enabled Kubernetes clusters"
33
services: azure-arc
44
ms.service: azure-arc
5-
ms.date: 07/22/2022
5+
ms.date: 08/30/2022
66
ms.topic: how-to
77
description: "Use cluster connect to securely connect to Azure Arc-enabled Kubernetes clusters"
88
---
@@ -49,6 +49,9 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
4949
|`*.servicebus.windows.net` | 443 |
5050
|`guestnotificationservice.azure.com`, `*.guestnotificationservice.azure.com` | 443 |
5151

52+
> [!NOTE]
53+
> 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.
54+
5255
- Replace the placeholders and run the below command to set the environment variables used in this document:
5356

5457
```azurecli
@@ -74,6 +77,9 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
7477
|`*.servicebus.windows.net` | 443 |
7578
|`guestnotificationservice.azure.com`, `*.guestnotificationservice.azure.com` | 443 |
7679

80+
> [!NOTE]
81+
> 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.
82+
7783
- Replace the placeholders and run the below command to set the environment variables used in this document:
7884

7985
```azurepowershell

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quickstart: Connect an existing Kubernetes cluster to Azure Arc"
33
description: In this quickstart, you learn how to connect an Azure Arc-enabled Kubernetes cluster.
44
ms.topic: quickstart
5-
ms.date: 08/25/2022
5+
ms.date: 08/30/2022
66
ms.custom: template-quickstart, mode-other, devx-track-azurecli, devx-track-azurepowershell
77
ms.devlang: azurecli
88
---
@@ -148,11 +148,12 @@ For a conceptual look at connecting clusters to Azure Arc, see [Azure Arc-enable
148148
| `https://mcr.microsoft.com`, `https://*.data.mcr.microsoft.com` | Required to pull container images for Azure Arc agents. |
149149
| `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. |
150150
| `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. |
152151
|`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. |
153154
154155
> [!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.
156157
157158
## Create a resource group
158159

0 commit comments

Comments
 (0)