Skip to content

Commit 3116cba

Browse files
Merge pull request #221265 from Sharmistha-Rai/main
PE URLs
2 parents 5c1ee4a + fab7702 commit 3116cba

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

articles/site-recovery/hybrid-how-to-enable-replication-private-endpoints.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,25 @@ then create private endpoints in the bypass network. You can choose any form of
6262
> [!NOTE]
6363
> While setting up private endpoints to protect VMware and physical machines, you will need to install MySQL on the configuration server manually. Follow the steps [here](vmware-azure-deploy-configuration-server.md#configure-settings) to perform the manual installation.
6464
65+
### URLs to be allowed
66+
67+
When using the private link with modernized experience for VMware VMs, public access is needed for a few resources. Below are all URLs to be included in the allow list. If proxy-based configuration is used then make sure that the proxy resolves any CNAME records received while looking up the URLs.
68+
69+
| **URL** | **Details** |
70+
| ------------------------- | -------------------------------------------|
71+
| portal.azure.com | Navigate to the Azure portal. |
72+
| `*.windows.net `<br>`*.msftauth.net`<br>`*.msauth.net`<br>`*.microsoft.com`<br>`*.live.com `<br>`*.office.com ` | To sign-in to your Azure subscription. |
73+
|`*.microsoftonline.com `<br>`*.microsoftonline-p.com `| Create Azure Active Directory applications for the appliance to communicate with Azure Site Recovery. |
74+
| `management.azure.com` | Used for Azure Resource Manager deployments and operations. |
75+
76+
Ensure the following URLs are allowed and reachable from the Azure Site Recovery replication appliance for continuous connectivity, when enabling replication to a government cloud:
77+
78+
| **URL for Fairfax** | **URL for Mooncake** | **Details** |
79+
| ------------------------- | -------------------------------------------| -------------------------------------------|
80+
| `login.microsoftonline.us/*` <br> `graph.windows.net ` | `login.microsoftonline.cn` <br> `graph.chinacloudapi.cn` | To sign-in to your Azure subscription. |
81+
| `*.portal.azure.us` | `*.portal.azure.cn` | Navigate to the Azure portal. |
82+
| `management.usgovcloudapi.net` | `management.chinacloudapi.cn` | Create Azure Active Directory applications for the appliance to communicate with the Azure Site Recovery service. |
83+
6584
## Create and use private endpoints for site recovery
6685

6786
The following sections describe the steps you need to take to create and use private endpoints for site

0 commit comments

Comments
 (0)