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-vm-disaster-recovery-with-expressroute.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Integrate Azure ExpressRoute Azure VM disaster recovery with Azure Site Recovery
3
-
description: Describes how to set up disaster recovery for Azure VMs using Azure Site Recovery and Azure ExpressRoute
3
+
description: Describes how to set up disaster recovery for Azure virtual machines using Azure Site Recovery and Azure ExpressRoute
4
4
author: ankitaduttaMSFT
5
5
ms.service: azure-site-recovery
6
6
ms.topic: concept-article
@@ -42,12 +42,12 @@ Before you begin, make sure you understand the following concepts:
42
42
For best practice, and to ensure efficient Recovery Time Objectives (RTOs) for disaster recovery, we recommend you do the following when you set up Site Recovery to integrate with ExpressRoute:
43
43
44
44
- Provision networking components before failover to a secondary region:
45
-
- When you enable replication for Azure virtual machines, Site Recovery can automatically deploy networking resources such as networks, subnets, and gateways in the target Azure region, based on source network settings.
45
+
- When you enable replication for Azure virtual machines, Site Recovery can automatically deploy networking resources like networks, subnets, and gateways in the target Azure region, using the source network settings.
46
46
- Site Recovery can't automatically set up networking resources such as VNet gateways.
47
47
- We recommend you provision these extra networking resources before failover. A small downtime is associated with this deployment, and it can impact the overall recovery time, if you didn't account for it during deployment planning.
48
48
- Run regular disaster recovery drills:
49
49
- A drill validates your replication strategy without data loss or downtime, and doesn't affect your production environment. It helps avoid last-minute configuration issues that can adversely impact RTO.
50
-
- When you run a test failover for the drill, we recommend that you use a separate Azure virtual machine network, instead of the default network that's set up when you enable replication.
50
+
- When you run a test failover for the drill, we recommend using a separate Azure virtual machine network instead of the default network set up during replication.
51
51
- Use different IP address spaces if you have a single ExpressRoute circuit.
52
52
- We recommend that you use a different IP address space for the target virtual network. This avoids issues when establishing connections during regional outages.
53
53
- If you can't use a separate address space, be sure to run the disaster recovery drill test failover on a separate test network with different IP addresses. You can’t connect two VNets with overlapping IP address space to the same ExpressRoute circuit.
@@ -59,7 +59,7 @@ If you want to set up replication for Azure virtual machines in a primary site,
59
59
60
60
1.[Enable replication](azure-to-azure-tutorial-enable-replication.md) for each Azure virtual machine.
61
61
2. Optionally let Site Recovery set up networking:
62
-
- When you configure and enable replication, Site Recovery sets up networks, subnets, and gateway subnets in the target Azure region, to match those in the source region. Site Recovery also maps between the source and target virtual networks.
62
+
- When you configure and enable replication, Site Recovery sets up networks, subnets, and gateway subnets in the target Azure region to match those in the source region. Site Recovery also maps between the source and target virtual networks.
63
63
- If you don't want Site Recovery to do this automatically, create the target-side network resources before you enable replication.
64
64
3. Create other networking elements:
65
65
- Site Recovery doesn't create route tables, VNet gateways, VNet gateway connections, VNet peering, or other networking resources and connections in the secondary region.
0 commit comments