Skip to content

Commit b18ac7b

Browse files
Merge pull request #253217 from JnHs/jh-arck8-cnend928
Updated endpoints
2 parents b07437d + d58f9b6 commit b18ac7b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

articles/azure-arc/kubernetes/includes/network-requirements.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
ms.service: azure-arc
33
ms.topic: include
4-
ms.date: 08/15/2023
4+
ms.date: 09/28/2023
55
---
66

77
### [Azure Cloud](#tab/azure-cloud)
@@ -73,14 +73,15 @@ GET https://guestnotificationservice.azure.us/urls/allowlist?api-version=2020-01
7373
| ----------------- | ------------- |
7474
| `https://management.chinacloudapi.cn` | Required for the agent to connect to Azure and register the cluster. |
7575
| `https://<region>.dp.kubernetesconfiguration.azure.cn` | Data plane endpoint for the agent to push status and fetch configuration information. |
76-
| `https://login.chinacloudapi.cn`<br/>`https://<region>.login.chinacloudapi.cn`<br/>`login.windows.net`| Required to fetch and update Azure Resource Manager tokens. |
77-
| `https://mcr.microsoft.com`<br/>`https://*.data.mcr.microsoft.com` | Required to pull container images for Azure Arc agents. |
76+
| `https://login.chinacloudapi.cn`<br/>`https://<region>.login.chinacloudapi.cn`<br/>`login.partner.microsoftonline.cn`| Required to fetch and update Azure Resource Manager tokens. |
77+
| `mcr.azk8s.cn` | Required to pull container images for Azure Arc agents. |
7878
| `https://gbl.his.arc.azure.cn` | Required to get the regional endpoint for pulling system-assigned Managed Identity certificates. |
7979
| `https://*.his.arc.azure.cn` | Required to pull system-assigned Managed Identity certificates. |
8080
|`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. |
81-
|`guestnotificationservice.azure.cn`<br/>`*.guestnotificationservice.azure.cn`<br/>`sts.windows.net`<br/>`https://k8sconnectcsp.azureedge.net` | For [Cluster Connect](../cluster-connect.md) and for [Custom Location](../custom-locations.md) based scenarios. |
81+
|`guestnotificationservice.azure.cn`<br/>`*.guestnotificationservice.azure.cn`<br/>`sts.chinacloudapi.cn`<br/>`https://k8sconnectcsp.azureedge.net` | For [Cluster Connect](../cluster-connect.md) and for [Custom Location](../custom-locations.md) based scenarios. |
8282
|`*.servicebus.chinacloudapi.cn` | For [Cluster Connect](../cluster-connect.md) and for [Custom Location](../custom-locations.md) based scenarios. |
8383
|`https://graph.chinacloudapi.cn/` | Required when [Azure RBAC](../azure-rbac.md) is configured. |
84-
| `*.arc.azure.net`| Required to manage connected clusters in Azure portal. |
84+
|`*.arc.azure.cn` | Required to manage connected clusters in Azure portal.|
8585
|`https://<region>.obo.arc.azure.cn:8084/` | Required when [Cluster Connect](../cluster-connect.md) is configured. |
8686
|`dl.k8s.io`| Required when [automatic agent upgrade](../agent-upgrade.md#toggle-automatic-upgrade-on-or-off-when-connecting-a-cluster-to-azure-arc) is enabled. |
87+
|`quay.azk8s.cn`<br/>`registryk8s.azk8s.cn`<br/>`k8sgcr.azk8s.cn`<br/>`usgcr.azk8s.cn`<br/>`dockerhub.azk8s.cn/<repo-name>/<image-name>:<version>`|Container registry proxy servers for Azure China VMs.|

articles/azure-arc/kubernetes/network-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Arc-enabled Kubernetes network requirements
33
description: Learn about the networking requirements to connect Kubernetes clusters to Azure Arc.
4-
ms.date: 08/15/2023
4+
ms.date: 09/28/2023
55
ms.topic: conceptual
66
ms.custom: references-regions
77
---

0 commit comments

Comments
 (0)