You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@@ -39,7 +39,7 @@ For more information, see [Virtual network service tags](../../virtual-network/s
39
39
40
40
The table below lists the URLs that must be available in order to install and use the Connected Machine agent.
41
41
42
-
# [Azure Cloud](#tab/azure-cloud)
42
+
###[Azure Cloud](#tab/azure-cloud)
43
43
44
44
| Agent resource | Description | When required| Endpoint used with private link |
45
45
|---------|---------|--------|---------|
@@ -58,7 +58,7 @@ The table below lists the URLs that must be available in order to install and us
58
58
|`*.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 |
59
59
|`dc.services.visualstudio.com`|Agent telemetry|Optional| Public |
60
60
61
-
# [Azure Government](#tab/azure-government)
61
+
###[Azure Government](#tab/azure-government)
62
62
63
63
| Agent resource | Description | When required| Endpoint used with private link |
64
64
|---------|---------|--------|---------|
@@ -73,6 +73,30 @@ 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|
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**.
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/private-link-security.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Use Azure Private Link to securely connect servers to Azure Arc
3
3
description: Learn how to use Azure Private Link to securely connect networks to Azure Arc.
4
4
ms.topic: conceptual
5
-
ms.date: 05/04/2022
5
+
ms.date: 07/26/2022
6
6
---
7
7
8
8
# 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
59
59
- 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.
60
60
- 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.
61
61
- 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
62
63
63
64
## Planning your Private Link setup
64
65
@@ -85,7 +86,7 @@ This article assumes you have already set up your ExpressRoute circuit or site-t
85
86
86
87
## Network configuration
87
88
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.
0 commit comments