Skip to content

Commit 40863c4

Browse files
Merge pull request #113089 from sideeksh/master
Added a new article for zone to zone DR and made edits in other articles
2 parents 3c243e6 + 67a17cd commit 40863c4

7 files changed

+136
-12
lines changed

articles/site-recovery/azure-to-azure-common-questions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,11 @@ You can replicate 16 virtual machines together in a replication group.
189189
Because multi-VM consistency is CPU intensive, enabling it can affect workload performance. Use multi-VM consistency only if machines are running the same workload and you need consistency across multiple machines. For example, if you have two SQL Server instances and two web servers in an application, you should have multi-VM consistency for the SQL Server instances only.
190190

191191
### Can you add an already replicating VM to a replication group?
192-
193192
You can add a VM to a new replication group while enabling replication. You can also add a VM to an existing replication group while enabling replication. However, you cannot add an already replicating VM to a new replication group or existing replication group.
194-
193+
195194
## Failover
196195

196+
197197
### How is capacity ensured in the target region for Azure VMs?
198198

199199
The Site Recovery team and Azure capacity management team plan for sufficient infrastructure capacity. When you start a failover, the teams also help ensure VM instances that are protected by Site Recovery will deploy to the target region.
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
---
2+
title: Enable Zone to Zone Disaster Recovery for Azure Virtual Machines
3+
description: This article describes when and how to use Zone to Zone Disaster Recovery for Azure virtual machines.
4+
author: sideeksh
5+
manager: gaggupta
6+
ms.service: site-recovery
7+
ms.topic: article
8+
ms.date: 04/28/2020
9+
ms.author: sideeksh
10+
11+
---
12+
13+
# Enable Zone to Zone Disaster Recovery for Azure virtual machines
14+
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+
17+
>[!NOTE]
18+
>
19+
>- Site Recovery currently does not support Recovery Plans for Zone to Zone Disaster Recovery.
20+
>- Support for Zone to Zone disaster recovery is currently limited to two regions: Southeast Asia and UK South.
21+
22+
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.
23+
24+
Availability Zones are unique physical locations within an Azure region. Each zone has one or more datacenters.
25+
26+
## Using Availability Zones for Disaster Recovery
27+
28+
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.
29+
30+
However, in some scenarios, Availability Zones can be leveraged for Disaster Recovery:
31+
32+
- Many customers who had a metro Disaster Recovery strategy while hosting applications on premise 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.
33+
34+
- 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.
35+
36+
- 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 cross national boundaries.
37+
38+
- 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.
39+
40+
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.
41+
42+
## Networking for Zone to Zone Disaster Recovery
43+
44+
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:
45+
46+
- 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.
47+
48+
- Subnet: Failover into the same subnet is supported.
49+
50+
- 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.
51+
52+
- Accelerated Networking: Similar to Azure to Azure Disaster Recovery, you may enable Accelerated Networking if the VM SKU supports it.
53+
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.
55+
56+
- 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.
57+
58+
- Network Security Group: You may use the same network security groups as applied to the source VM.
59+
60+
## Pre-requisites
61+
62+
Before deploying Zone to Zone Disaster Recovery for your VMs, it is important to ensure that other features enabled on the VM are interoperable with zone to zone disaster recovery.
63+
64+
|Feature | Support statement |
65+
|---------|---------|
66+
|Classic VMs | Not supported |
67+
|ARM VMs | Supported |
68+
|Azure Disk Encryption v1 (dual pass, with AAD) | Supported |
69+
|Azure Disk Encryption v2 (single pass, without AAD) | Supported |
70+
|Unmanaged disks | Not supported |
71+
|Managed disks | Supported |
72+
|Customer managed keys | Supported |
73+
|Proximity placement groups | Supported |
74+
|Backup interoperability | File level backup and restore are supported. Disk and VM level backup and restore and not supported. |
75+
|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. |
76+
77+
## Set up Site Recovery Zone to Zone Disaster Recovery
78+
79+
### Log in
80+
81+
Login to the Azure portal.
82+
83+
### Enable replication for the zonal Azure virtual machine
84+
85+
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.
86+
87+
2. In Operations, select Disaster recovery.
88+
89+
3. As shown below, in the Basics tab, select ‘Yes’ for ‘Disaster Recovery between Availability Zones?’
90+
91+
![Basic Settings page](./media/azure-to-azure-how-to-enable-zone-to-zone-disaster-recovery/zonal-disaster-recovery-basic-settings-blade.png)
92+
93+
4. If you accept all defaults, click ‘Review + Start replication’ followed by ‘Start replication’.
94+
95+
5. If you want to make changes to the replication settings, click on ‘Next: Advanced settings’.
96+
97+
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](https://docs.microsoft.com/azure/site-recovery/azure-to-azure-tutorial-enable-replication)
98+
99+
![Advanced Settings page](./media/azure-to-azure-how-to-enable-zone-to-zone-disaster-recovery/zonal-disaster-recovery-advanced-settings-blade.png)
100+
101+
7. Click on ‘Next: Review + Start replication’ and then ‘Start replication’.
102+
103+
## FAQs
104+
105+
1. How does pricing work for Zone to Zone Disaster Recovery?
106+
Pricing for Zone to Zone Disaster Recovery is identical to the pricing of Azure to Azure Disaster Recovery. You can find more details on the pricing page [here](https://azure.microsoft.com/pricing/details/site-recovery/) and [here](https://azure.microsoft.com/blog/know-exactly-how-much-it-will-cost-for-enabling-dr-to-your-azure-vm/). Note that the egress charges that you would see in zone to zone disaster recovery would be lower than region to region disaster recovery.
107+
108+
2. What is the SLA for RTO and RPO?
109+
The RTO SLA is the same as that for Site Recovery overall. We promise RTO <= 2 hours. There is no defined SLA for RPO.
110+
111+
3. Is capacity guaranteed in the secondary zone?
112+
The Site Recovery team and Azure capacity management team plan for sufficient infrastructure capacity. When you start a failover, the teams also help ensure VM instances that are protected by Site Recovery will deploy to the target zone.
113+
114+
4. Which operating systems are supported?
115+
Zone to Zone Disaster Recovery supports the same operating systems as Azure to Azure Disaster Recovery. Refer to the support matrix [here](https://docs.microsoft.com/azure/site-recovery/azure-to-azure-support-matrix).
116+
117+
## Next steps
118+
119+
The steps that need to be followed to run a Disaster Recovery drill, fail over, re-protect, and failback are the same as the steps in Azure to Azure Disaster Recovery scenario.
120+
121+
To perform a Disaster Recovery drill, please follow the steps outlined [here](https://docs.microsoft.com/azure/site-recovery/azure-to-azure-tutorial-dr-drill).
122+
123+
To perform a fail over and re-protect VMs in the secondary zone, follow the steps outlined [here](https://docs.microsoft.com/azure/site-recovery/azure-to-azure-tutorial-failover-failback).
124+
125+
To failback to the primary zone, follow the steps outlined [here](https://docs.microsoft.com/azure/site-recovery/azure-to-azure-tutorial-failback).

articles/site-recovery/azure-to-azure-how-to-reprotect.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ When the VM is re-protected after failing back to the primary region (i.e., if t
9393

9494
When the VM is re-protected from the DR region to the primary region, we do not delete the erstwhile primary VM and associated NIC(s).
9595

96+
When the VM is re-protected after failing back to the primary region (i.e., if the VM is re-protected from primary region to DR region), the target VM and associated NIC(s) are deleted.
97+
98+
When the VM is re-protected from the DR region to the primary region, we do not delete the erstwhile primary VM and associated NIC(s).
99+
96100
## Next steps
97101

98102
After the VM is protected, you can initiate a failover. The failover shuts down the VM in the secondary region and creates and boots the VM in the primary region, with brief downtime during this process. We recommend you choose an appropriate time for this process and that you run a test failover before initiating a full failover to the primary site. [Learn more](site-recovery-failover.md) about Azure Site Recovery failover.

articles/site-recovery/azure-to-azure-troubleshoot-errors.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ Because SUSE Linux uses symbolic links, or symlinks, to maintain a certificate l
168168

169169
For Site Recovery replication to work, outbound connectivity to specific URLs 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. While we continue to support outbound access via URLs, using an allow list of IP ranges is no longer supported.
170170

171-
### Issue 1: Failed to register Azure VM with Site Recovery (151195)
172-
173171
#### Possible causes
174172

175173
- A connection can't be established to Site Recovery endpoints because of a Domain Name System (DNS) resolution failure.
Loading
Loading

articles/site-recovery/toc.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
items:
1212
- name: Replicate an Azure VM to another region
1313
href: azure-to-azure-quickstart.md
14-
- name: Create a vault - ARM template
15-
displayName: Resource Manager
16-
href: quickstart-create-vault-template.md
1714
- name: Tutorials
1815
items:
1916
- name: Azure VM disaster recovery to Azure
@@ -168,8 +165,6 @@
168165
href: azure-to-azure-about-networking.md
169166
- name: Customize networking configurations of the target Azure VM
170167
href: azure-to-azure-customize-networking.md
171-
- name: Configure mobility service proxy settings
172-
href: configure-mobility-service-proxy-settings.md
173168
- name: Set up network mapping and retain IP addresses after failover
174169
href: azure-to-azure-network-mapping.md
175170
- name: Examples for retaining IP addresses after failover
@@ -194,6 +189,8 @@
194189
href: azure-to-azure-how-to-reprotect.md
195190
- name: Set up disaster recovery for Azure VMs after migration to Azure
196191
href: azure-to-azure-replicate-after-migration.md
192+
- name: Enable Zone to Zone disaster recovery
193+
href: azure-to-azure-how-to-enable-zone-to-zone-disaster-recovery.md
197194
- name: Manage
198195
items:
199196
- name: Update the Mobility Service for Azure VMs
@@ -244,7 +241,7 @@
244241
href: vmware-azure-set-up-replication.md
245242
- name: Deploy the Mobility service
246243
items:
247-
- name: About Mobility service installation
244+
- name: Mobility service overview and installation
248245
href: vmware-physical-mobility-service-overview.md
249246
- name: Prepare for push installation
250247
href: vmware-azure-install-mobility-service.md
@@ -423,8 +420,8 @@
423420
href: vmware-physical-secondary-disaster-recovery.md
424421
- name: Hyper-V VMs
425422
items:
426-
- name: Deprecation of site-to-site scenario for Hyper-V VMs
427-
href: site-to-site-deprecation.md
423+
- name: Deprecation of site-to-site scenario for Hyper-V VMs
424+
href: site-to-site-deprecation.md
428425
- name: Walkthrough-Disaster recovery of Hyper-V VMs in VMM clouds to a secondary site
429426
href: hyper-v-vmm-disaster-recovery.md
430427
- name: Run a disaster recovery drill for Hyper-V VMs to a secondary site

0 commit comments

Comments
 (0)