Skip to content

Commit f24086f

Browse files
authored
Merge pull request #110620 from davidsmatlak/ds-asrfixtable
Fixes table and link
2 parents 2d4dc25 + 95cbc5a commit f24086f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/site-recovery/azure-to-azure-troubleshoot-network-connectivity.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This article describes the common issues related to network connectivity when yo
1313

1414
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.
1515

16-
| **URL** | **Details** |
17-
| --- | --- |
16+
| URL | Details |
17+
|---|---|
1818
| `*.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`. |
1919
| `login.microsoftonline.com` | Required for authorization and authentication to the Site Recovery service URLs. |
2020
| `*.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.
7777

7878
1. Create HTTPS port 443 outbound rules for the Site Recovery IPs that correspond to the target location:
7979

80-
| **Location** | **Site Recovery IP address** | **Site Recovery monitoring IP address** |
80+
| Location | Site Recovery IP address | Site Recovery monitoring IP address |
8181
| --- | --- | --- |
8282
| Central US | 40.69.144.231 | 52.165.34.144 |
8383

@@ -97,7 +97,7 @@ For this example, these NSG rules are required so that replication can be enable
9797

9898
1. Create HTTPS port 443 outbound rules for the Site Recovery IPs that correspond to the source location:
9999

100-
|**Location** | **Site Recovery IP address** | **Site Recovery monitoring IP address** |
100+
| Location | Site Recovery IP address | Site Recovery monitoring IP address |
101101
| --- | --- | --- |
102102
| East US | 13.82.88.226 | 104.45.147.24 |
103103

@@ -133,12 +133,13 @@ The custom proxy settings are invalid and the Azure Site Recovery Mobility servi
133133
Port=567
134134
```
135135

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**.
137138
138139
### Fix the problem
139140

140141
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).
141142

142143
## Next steps
143144

144-
[Replicate Azure virtual machines](site-recovery-replicate-azure-to-azure.md)
145+
[Replicate Azure VMs to another Azure region](azure-to-azure-how-to-enable-replication.md)

0 commit comments

Comments
 (0)