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-how-to-enable-zone-to-zone-disaster-recovery.md
+18-29Lines changed: 18 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,37 +7,38 @@ ms.service: site-recovery
7
7
ms.topic: article
8
8
ms.date: 03/23/2022
9
9
ms.author: v-pgaddala
10
-
10
+
ms.custom: references_regions
11
11
---
12
12
13
13
# Enable Azure VM disaster recovery between availability zones
14
14
15
15
This article describes how to replicate, failover, and failback Azure virtual machines from one Availability Zone to another, within the same Azure region.
16
16
17
-
>[!NOTE]
17
+
> [!NOTE]
18
+
>
19
+
> - Support for Zone to Zone disaster recovery is currently limited to the following regions: Southeast Asia, East Asia, Japan East, Korea Central, Australia East, India Central, China North 3, UK South, West Europe, North Europe, Germany West Central, Norway East, France Central, Switzerland North, Sweden Central (Managed Access), South Africa North, Canada Central, US Gov Virginia, Central US, South Central US, East US, East US 2, West US 2, Brazil South, West US 3 and UAE North.
20
+
>
21
+
>
22
+
> - Site Recovery does not move or store customer data out of the region in which it is deployed when the customer is using Zone to Zone Disaster Recovery. Customers may select a Recovery Services Vault from a different region if they so choose. The Recovery Services Vault contains metadata but no actual customer data.
23
+
>
18
24
>
19
-
>- Support for Zone to Zone disaster recovery is currently limited to the following regions: Southeast Asia, East Asia, Japan East, Korea Central, Australia East, India Central, China North 3, UK South, West Europe, North Europe, Germany West Central, Norway East, France Central, Switzerland North, Sweden Central (Managed Access), South Africa North, Canada Central, US Gov Virginia, Central US, South Central US, East US, East US 2, West US 2, Brazil South and West US 3.
20
-
>- Site Recovery does not move or store customer data out of the region in which it is deployed when the customer is using Zone to Zone Disaster Recovery. Customers may select a Recovery Services Vault from a different region if they so choose. The Recovery Services Vault contains metadata but no actual customer data.
21
-
>- Zone to Zone disaster recovery is not supported for VMs having ZRS managed disks.
25
+
> - Zone to Zone disaster recovery is not supported for VMs having ZRS managed disks.
22
26
23
27
Site Recovery service contributes to your business continuity and disaster recovery strategy by keeping your business apps up and running, during planned and unplanned outages. It is the recommended Disaster Recovery option to keep your applications up and running if there are regional outages.
24
28
25
29
Availability Zones are unique physical locations within an Azure region. Each zone has one or more datacenters.
26
30
27
31
If you want to move VMs to an availability zone in a different region, [review this article](../resource-mover/move-region-availability-zone.md).
28
32
29
-
## Using Availability Zones for Disaster Recovery
33
+
## Using Availability Zones for Disaster Recovery
30
34
31
35
Typically, Availability Zones are used to deploy VMs in a High Availability configuration. They may be too close to each other to serve as a Disaster Recovery solution in case of natural disaster.
32
36
33
37
However, in some scenarios, Availability Zones can be leveraged for Disaster Recovery:
34
38
35
39
- Many customers who had a metro Disaster Recovery strategy while hosting applications on-premises sometimes look to mimic this strategy once they migrate applications over to Azure. These customers acknowledge the fact that metro Disaster Recovery strategy may not work in case of a large-scale physical disaster and accept this risk. For such customers, Zone to Zone Disaster Recovery can be used as a Disaster Recovery option.
36
-
37
40
- Many other customers have complicated networking infrastructure and do not wish to recreate it in a secondary region due to the associated cost and complexity. Zone to Zone Disaster Recovery reduces complexity as it leverages redundant networking concepts across Availability Zones making configuration much simpler. Such customers prefer simplicity and can also use Availability Zones for Disaster Recovery.
38
-
39
41
- In some regions that do not have a paired region within the same legal jurisdiction (for example, Southeast Asia), Zone to Zone Disaster Recovery can serve as the de-facto Disaster Recovery solution as it helps ensure legal compliance, since your applications and data do not move across national boundaries.
40
-
41
42
- Zone to Zone Disaster Recovery implies replication of data across shorter distances when compared with Azure to Azure Disaster Recovery and therefore, you may see lower latency and consequently lower RPO.
42
43
43
44
While these are strong advantages, there is a possibility that Zone to Zone Disaster Recovery may fall short of resilience requirements in the event of a region-wide natural disaster.
@@ -47,17 +48,11 @@ While these are strong advantages, there is a possibility that Zone to Zone Disa
47
48
As mentioned above, Zone to Zone Disaster Recovery reduces complexity as it leverages redundant networking concepts across Availability Zones making configuration much simpler. The behavior of networking components in the Zone to Zone Disaster Recovery scenario is outlined below:
48
49
49
50
- Virtual Network: You may use the same virtual network as the source network for actual failovers. Use a different virtual network to the source virtual network for test failovers.
50
-
51
51
- Subnet: Failover into the same subnet is supported.
52
-
53
52
- Private IP address: If you are using static IP addresses, you can use the same IPs in the target zone if you choose to configure them in such a manner.
54
-
55
53
- Accelerated Networking: Similar to Azure to Azure Disaster Recovery, you may enable Accelerated Networking if the VM SKU supports it.
56
-
57
54
- Public IP address: You can attach a previously created standard public IP address in the same region to the target VM. Basic public IP addresses do not support Availability Zone related scenarios.
58
-
59
55
- Load balancer: Standard load balancer is a regional resource and therefore the target VM can be attached to the backend pool of the same load balancer. A new load balancer is not required.
60
-
61
56
- Network Security Group: You may use the same network security groups as applied to the source VM.
62
57
63
58
## Pre-requisites
@@ -75,7 +70,7 @@ Before deploying Zone to Zone Disaster Recovery for your VMs, it is important to
75
70
|Customer-managed keys | Supported |
76
71
|Proximity placement groups | Supported |
77
72
|Backup interoperability | File level backup and restore are supported. Disk and VM level backup and restore are not supported. |
78
-
|Hot add/remove | Disks can be added after enabling zone to zone replication. Removal of disks after enabling zone to zone replication is not supported. |
73
+
|Hot add/remove | Disks can be added after enabling zone to zone replication. Removal of disks after enabling zone to zone replication is not supported. |
79
74
80
75
## Set up Site Recovery Zone to Zone Disaster Recovery
81
76
@@ -86,22 +81,16 @@ Log in to the Azure portal.
86
81
### Enable replication for the zonal Azure virtual machine
87
82
88
83
1. On the Azure portal menu, select Virtual machines, or search for and select Virtual machines on any page. Select the VM you want to replicate. For zone to zone disaster recovery, this VM must already be in an availability zone.
89
-
90
-
2. In Operations, select Disaster recovery.
91
-
92
-
3. As shown below, in the Basics tab, select ‘Yes’ for ‘Disaster Recovery between Availability Zones?’
84
+
1. In Operations, select Disaster recovery.
85
+
1. As shown below, in the Basics tab, select ‘Yes’ for ‘Disaster Recovery between Availability Zones?’
4. If you accept all defaults, click ‘Review + Start replication’ followed by ‘Start replication’.
97
-
98
-
5. If you want to make changes to the replication settings, click on ‘Next: Advanced settings’.
99
-
100
-
6. Change the settings away from default wherever appropriate. For users of Azure to Azure Disaster Recovery, this page might seem familiar. More details on the options presented on this blade can be found [here](./azure-to-azure-tutorial-enable-replication.md)
88
+
1. If you accept all defaults, click ‘Review + Start replication’ followed by ‘Start replication’.
89
+
1. If you want to make changes to the replication settings, click on ‘Next: Advanced settings’.
90
+
1. Change the settings away from default wherever appropriate. For users of Azure to Azure Disaster Recovery, this page might seem familiar. More details on the options presented on this blade can be found [here](./azure-to-azure-tutorial-enable-replication.md)
0 commit comments