Skip to content

Commit 12690ab

Browse files
committed
Added Azure China information
1 parent 4d71a43 commit 12690ab

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

articles/azure-arc/servers/agent-release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's new with Azure Arc-enabled servers agent
33
description: This article has release notes for Azure Arc-enabled servers agent. For many of the summarized issues, there are links to more details.
44
ms.topic: overview
5-
ms.date: 07/05/2022
5+
ms.date: 07/26/2022
66
ms.custom: references_regions
77
---
88

@@ -24,6 +24,7 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
2424

2525
### New features
2626

27+
- Added support for connecting the agent to the Azure China cloud
2728
- Added support for Debian 10
2829
- Updates to the [instance metadata](agent-overview.md#instance-metadata) collected on each machine:
2930
- GCP VM OS is no longer collected

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connected Machine agent network requirements
33
description: Learn about the networking requirements for using the Connected Machine agent for Azure Arc-enabled servers.
4-
ms.date: 06/09/2022
4+
ms.date: 07/26/2022
55
ms.topic: conceptual
66
---
77

@@ -73,6 +73,28 @@ The table below lists the URLs that must be available in order to install and us
7373
|`*.blob.core.usgovcloudapi.net`|Download source for Azure Arc-enabled servers extensions|Always, except when using private endpoints| Not used when private link is configured |
7474
|`dc.applicationinsights.us`|Agent telemetry|Optional| Public |
7575

76+
# [Azure China](#tab/azure-china)
77+
78+
> [!NOTE]
79+
> Private link is not available for Azure Arc-enabled servers in Azure China regions.
80+
81+
| Agent resource | Description | When required|
82+
|---------|---------|--------|
83+
|`aka.ms`|Used to resolve the download script during installation|At installation time, only|
84+
|`download.microsoft.com`|Used to download the Windows installation package|At installation time, only|
85+
|`packages.microsoft.com`|Used to download the Linux installation package|At installation time, only|
86+
|`login.chinacloudapi.cn`|Azure Active Directory|Always|
87+
|`login.partner.chinacloudapi.cn`|Azure Active Directory|Always|
88+
|`pas.chinacloudapi.cn`|Azure Active Directory|Always|
89+
|`management.chinacloudapi.cn`|Azure Resource Manager - to create or delete the Arc server resource|When connecting or disconnecting a server, only|
90+
|`*.his.arc.azure.cn`|Metadata and hybrid identity services|Always|
91+
|`*.guestconfiguration.azure.cn`| Extension management and guest configuration services |Always|
92+
|`guestnotificationservice.azure.cn`, `*.guestnotificationservice.azure.cn`|Notification service for extension and connectivity scenarios|Always|
93+
|`azgn*.servicebus.chinacloudapi.cn`|Notification service for extension and connectivity scenarios|Always|
94+
|`*.servicebus.chinacloudapi.cn`|For Windows Admin Center and SSH scenarios|If using SSH or Windows Admin Center from Azure|
95+
|`*.blob.core.chinacloudapi.cn`|Download source for Azure Arc-enabled servers extensions|Always, except when using private endpoints|
96+
|`dc.applicationinsights.azure.cn`|Agent telemetry|Optional|
97+
7698
## Transport Layer Security 1.2 protocol
7799

78100
To ensure the security of data in transit to Azure, we strongly encourage you to configure machine to use Transport Layer Security (TLS) 1.2. Older versions of TLS/Secure Sockets Layer (SSL) have been found to be vulnerable and while they still currently work to allow backwards compatibility, they are **not recommended**.

articles/azure-arc/servers/private-link-security.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Azure Private Link to securely connect servers to Azure Arc
33
description: Learn how to use Azure Private Link to securely connect networks to Azure Arc.
44
ms.topic: conceptual
5-
ms.date: 05/04/2022
5+
ms.date: 07/26/2022
66
---
77

88
# Use Azure Private Link to securely connect servers to Azure Arc
@@ -59,6 +59,7 @@ The Azure Arc-enabled servers Private Link Scope object has a number of limits y
5959
- The Azure Arc-enabled server and Azure Arc Private Link Scope must be in the same Azure region. The Private Endpoint and the virtual network must also be in the same Azure region, but this region can be different from that of your Azure Arc Private Link Scope and Arc-enabled server.
6060
- Network traffic to Azure Active Directory and Azure Resource Manager does not traverse the Azure Arc Private Link Scope and will continue to use your default network route to the internet. You can optionally [configure a resource management private link](../../azure-resource-manager/management/create-private-link-access-portal.md) to send Azure Resource Manager traffic to a private endpoint.
6161
- Other Azure services that you will use, for example Azure Monitor, requires their own private endpoints in your virtual network.
62+
- Private link for Azure Arc-enabled servers is not currently available in Azure China
6263

6364
## Planning your Private Link setup
6465

0 commit comments

Comments
 (0)