Skip to content

Commit 168b9c1

Browse files
authored
Merge pull request #206016 from rpsqrd/ryanpu-arc-mooncake
Added Azure China information for Arc-enabled servers
2 parents 87ac846 + b69e926 commit 168b9c1

File tree

3 files changed

+32
-6
lines changed

3 files changed

+32
-6
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: 27 additions & 3 deletions
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

@@ -39,7 +39,7 @@ For more information, see [Virtual network service tags](../../virtual-network/s
3939

4040
The table below lists the URLs that must be available in order to install and use the Connected Machine agent.
4141

42-
# [Azure Cloud](#tab/azure-cloud)
42+
### [Azure Cloud](#tab/azure-cloud)
4343

4444
| Agent resource | Description | When required| Endpoint used with private link |
4545
|---------|---------|--------|---------|
@@ -58,7 +58,7 @@ The table below lists the URLs that must be available in order to install and us
5858
|`*.blob.core.windows.net`|Download source for Azure Arc-enabled servers extensions|Always, except when using private endpoints| Not used when private link is configured |
5959
|`dc.services.visualstudio.com`|Agent telemetry|Optional| Public |
6060

61-
# [Azure Government](#tab/azure-government)
61+
### [Azure Government](#tab/azure-government)
6262

6363
| Agent resource | Description | When required| Endpoint used with private link |
6464
|---------|---------|--------|---------|
@@ -73,6 +73,30 @@ 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+
98+
---
99+
76100
## Transport Layer Security 1.2 protocol
77101

78102
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: 3 additions & 2 deletions
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

@@ -85,7 +86,7 @@ This article assumes you have already set up your ExpressRoute circuit or site-t
8586

8687
## Network configuration
8788

88-
Azure Arc-enabled servers integrates with several Azure services to bring cloud management and governance to your hybrid machines or servers. Most of these services already offer private endpoints, but you need to configure your firewall and routing rules to allow access to Azure Active Directory and Azure Resource Manager over the internet until these services offer private endpoints.
89+
Azure Arc-enabled servers integrate with several Azure services to bring cloud management and governance to your hybrid machines or servers. Most of these services already offer private endpoints, but you need to configure your firewall and routing rules to allow access to Azure Active Directory and Azure Resource Manager over the internet until these services offer private endpoints.
8990

9091
There are two ways you can achieve this:
9192

0 commit comments

Comments
 (0)