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
Copy file name to clipboardExpand all lines: articles/site-recovery/azure-to-azure-troubleshoot-network-connectivity.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ This article describes the common issues related to network connectivity when yo
13
13
14
14
For Site Recovery replication to work, outbound connectivity to specific URLs or IP ranges is required from the VM. If your VM is behind a firewall or uses network security group (NSG) rules to control outbound connectivity, you might face one of these issues.
15
15
16
-
|**URL**|**Details**|
17
-
|---|---|
16
+
| URL | Details |
17
+
|---|---|
18
18
|`*.blob.core.windows.net`| Required so that data can be written to the cache storage account in the source region from the VM. If you know all the cache storage accounts for your VMs, you can use an allow-list for the specific storage account URLs. For example, `cache1.blob.core.windows.net` and `cache2.blob.core.windows.net` instead of `*.blob.core.windows.net`. |
19
19
|`login.microsoftonline.com`| Required for authorization and authentication to the Site Recovery service URLs. |
20
20
|`*.hypervrecoverymanager.windowsazure.com`| Required so that the Site Recovery service communication can occur from the VM. You can use the corresponding _Site Recovery IP_ if your firewall proxy supports IPs. |
@@ -77,7 +77,7 @@ This example shows how to configure NSG rules for a VM to replicate.
77
77
78
78
1. Create HTTPS port 443 outbound rules for the Site Recovery IPs that correspond to the target location:
79
79
80
-
|**Location**|**Site Recovery IP address**|**Site Recovery monitoring IP address**|
80
+
| Location | Site Recovery IP address | Site Recovery monitoring IP address |
81
81
| --- | --- | --- |
82
82
| Central US | 40.69.144.231 | 52.165.34.144 |
83
83
@@ -97,7 +97,7 @@ For this example, these NSG rules are required so that replication can be enable
97
97
98
98
1. Create HTTPS port 443 outbound rules for the Site Recovery IPs that correspond to the source location:
99
99
100
-
|**Location**|**Site Recovery IP address**|**Site Recovery monitoring IP address**|
100
+
|Location | Site Recovery IP address | Site Recovery monitoring IP address |
101
101
| --- | --- | --- |
102
102
| East US | 13.82.88.226 | 104.45.147.24 |
103
103
@@ -133,12 +133,13 @@ The custom proxy settings are invalid and the Azure Site Recovery Mobility servi
133
133
Port=567
134
134
```
135
135
136
-
1. Azure Site Recovery Mobility service agent supports only **unauthenticated proxies**.
136
+
> [!NOTE]
137
+
> Azure Site Recovery Mobility service agent supports only **unauthenticated proxies**.
137
138
138
139
### Fix the problem
139
140
140
141
To allow [the required URLs](azure-to-azure-about-networking.md#outbound-connectivity-for-urls) or the [required IP ranges](azure-to-azure-about-networking.md#outbound-connectivity-using-service-tags), follow the steps in the [networking guidance document](site-recovery-azure-to-azure-networking-guidance.md).
0 commit comments