|
1 | 1 | ---
|
2 | 2 | title: Connected Machine agent network requirements
|
3 | 3 | 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 |
5 | 5 | ms.topic: conceptual
|
6 | 6 | ---
|
7 | 7 |
|
@@ -73,6 +73,28 @@ The table below lists the URLs that must be available in order to install and us
|
73 | 73 | |`*.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 |
|
74 | 74 | |`dc.applicationinsights.us`|Agent telemetry|Optional| Public |
|
75 | 75 |
|
| 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 | + |
76 | 98 | ## Transport Layer Security 1.2 protocol
|
77 | 99 |
|
78 | 100 | 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**.
|
|
0 commit comments