Skip to content

Commit e1c7ca3

Browse files
authored
Merge pull request #244861 from ankitaduttaMSFT/high-churn-plr
High churn PLR
2 parents 7fd446e + 9fe6668 commit e1c7ca3

19 files changed

+57
-45
lines changed

articles/site-recovery/azure-to-azure-how-to-enable-replication.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ankitaduttaMSFT
55
ms.author: ankitadutta
66
manager: rochakm
77
ms.topic: how-to
8-
ms.date: 12/07/2022
8+
ms.date: 07/24/2023
99
ms.service: site-recovery
1010
---
1111

@@ -24,7 +24,7 @@ Prerequisites should be in place, and you should have created a Recovery Service
2424

2525
## Enable replication
2626

27-
Use the following procedure to replicate Azure VMs to another Azure region. As an example, primary Azure region is Eastasia, and the secondary is Southeast Asia.
27+
Use the following procedure to replicate Azure VMs to another Azure region. As an example, primary Azure region is East Asia, and the secondary is Southeast Asia.
2828

2929
1. In the vault > **Site Recovery** page, under **Azure virtual machines**, select **Enable replication**.
3030
1. In the **Enable replication** page, under **Source**, do the following:
@@ -39,13 +39,13 @@ Use the following procedure to replicate Azure VMs to another Azure region. As a
3939

4040
:::image type="fields needed to configure replication" source="./media/azure-to-azure-how-to-enable-replication/source.png" alt-text="Screenshot that highlights the fields needed to configure replication.":::
4141
1. Select **Next**.
42-
1. In **Virtual machines**, select each VM that you want to replicate. You can only select machines for which replication can be enabled. You can select up to ten VMs. Then select **Next**.
42+
1. In **Virtual machines**, select each VM that you want to replicate. You can only select machines for which replication can be enabled. You can select up to 10 VMs. Then select **Next**.
4343

4444
:::image type="Virtual machine selection" source="./media/azure-to-azure-how-to-enable-replication/virtual-machine-selection.png" alt-text="Screenshot that highlights where you select virtual machines.":::
4545

4646
1. In **Replication settings**, you can configure the following settings:
4747
1. Under **Location and Resource group**,
48-
- **Target location**: Select the location where your source virtual machine data must be replicated. Depending on the location of selected machines, Site Recovery will provide you the list of suitable target regions. We recommend that you keep the target location the same as the Recovery Services vault location.
48+
- **Target location**: Select the location where your source virtual machine data must be replicated. Depending on the location of selected machines, Site Recovery provides you with the list of suitable target regions. We recommend that you keep the target location the same as the Recovery Services vault location.
4949
- **Target subscription**: Select the target subscription used for disaster recovery. By default, the target subscription will be same as the source subscription.
5050
- **Target resource group**: Select the resource group to which all your replicated virtual machines belong.
5151
- By default, Site Recovery creates a new resource group in the target region with an *asr* suffix in the name.
@@ -73,9 +73,8 @@ Use the following procedure to replicate Azure VMs to another Azure region. As a
7373
- **Replica-managed disk**: Site Recovery creates new replica-managed disks in the target region to mirror the source VM's managed disks with the same storage type (Standard or premium) as the source VM's managed disk.
7474
- **Cache storage**: Site Recovery needs extra storage account called cache storage in the source region. All the changes happening on the source VMs are tracked and sent to cache storage account before replicating them to the target location. This storage account should be Standard.
7575
>[!Note]
76-
>Azure Site Recovery supports High churn (Public Preview) where you can choose to use **High Churn** for the VM. With this, you can use a *Premium Block Blob* type of storage account. By default, **Normal Churn** is selected. For more information, see [Azure VM Disaster Recovery - High Churn Support](./concepts-azure-to-azure-high-churn-support.md).
77-
78-
:::image type="Cache storage" source="./media/azure-to-azure-how-to-enable-replication/cache-storage.png" alt-text="Screenshot of customize target settings.":::
76+
>Azure Site Recovery has a *High Churn* option that you can choose to protect VMs with high data change rate. With this, you can use a *Premium Block Blob* type of storage account. By default, the **Normal Churn** option is selected. For more information, see [Azure VM Disaster Recovery - High Churn Support](./concepts-azure-to-azure-high-churn-support.md).
77+
>:::image type="Churn" source="media/concepts-azure-to-azure-high-churn-support/churns.png" alt-text="Screenshot of churn.":::
7978
8079
1. **Availability options**: Select appropriate availability option for your VM in the target region. If an availability set that was created by Site Recovery already exists, it's reused. Select **View/edit availability options** to view or edit the availability options.
8180
>[!NOTE]
@@ -85,11 +84,12 @@ Use the following procedure to replicate Azure VMs to another Azure region. As a
8584
:::image type="Availability option" source="./media/azure-to-azure-how-to-enable-replication/availability-option.png" alt-text="Screenshot of availability option.":::
8685

8786
1. **Capacity reservation**: Capacity Reservation lets you purchase capacity in the recovery region, and then failover to that capacity. You can either create a new Capacity Reservation Group or use an existing one. For more information, see [how capacity reservation works](../virtual-machines/capacity-reservation-overview.md).
88-
Select **View or Edit Capacity Reservation group assignment** to modify the capacity reservation settings. On triggering Failover, the new VM will be created in the assigned Capacity Reservation Group.
87+
Select **View or Edit Capacity Reservation group assignment** to modify the capacity reservation settings. On triggering Failover, the new VM is created in the assigned Capacity Reservation Group.
8988

9089
:::image type="Capacity reservation" source="./media/azure-to-azure-how-to-enable-replication/capacity-reservation.png" alt-text="Screenshot of capacity reservation.":::
9190

92-
1. Select **Next**.
91+
1. Select **Next**.
92+
9393
1. In **Manage**, do the following:
9494
1. Under **Replication policy**,
9595
- **Replication policy**: Select the replication policy. Defines the settings for recovery point retention history and app-consistent snapshot frequency. By default, Site Recovery creates a new replication policy with default settings of 24 hours for recovery point retention.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: ankitaduttaMSFT
66
manager: jsuri
77
ms.service: site-recovery
88
ms.topic: article
9-
ms.date: 04/20/2023
9+
ms.date: 07/14/2023
1010
ms.author: ankitadutta
1111
---
1212

articles/site-recovery/azure-to-azure-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: site-recovery
55
author: ankitaduttaMSFT
66
manager: rochakm
77
ms.topic: article
8-
ms.date: 12/07/2022
8+
ms.date: 07/14/2023
99
ms.author: ankitadutta
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -322,7 +322,7 @@ $WusToEusPCMapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Protec
322322

323323
## Create cache storage account and target storage account
324324

325-
A cache storage account is a standard storage account in the same Azure region as the virtual machine being replicated. The cache storage account is used to hold replication changes temporarily, before the changes are moved to the recovery Azure region. High churn support (Public Preview) is now available in Azure Site Recovery using which you can create a Premium Block Blob type of storage accounts that can be used as cache storage account to get high churn limits. You can choose to, but it's not necessary, to specify different cache storage accounts for the different disks of a virtual machine. If you use different cache storage accounts, ensure they are of the same type (Standard or Premium Block Blobs). For more information, see [Azure VM Disaster Recovery - High Churn Support](./concepts-azure-to-azure-high-churn-support.md).
325+
A cache storage account is a standard storage account in the same Azure region as the virtual machine being replicated. The cache storage account is used to hold replication changes temporarily, before the changes are moved to the recovery Azure region. High churn support is also available in Azure Site Recovery to get higher churn limits. To use this feature, please create a Premium Block Blob type of storage accounts and then use it as the cache storage account. You can choose to, but it's not necessary, to specify different cache storage accounts for the different disks of a virtual machine. If you use different cache storage accounts, ensure they are of the same type (Standard or Premium Block Blobs). For more information, see [Azure VM Disaster Recovery - High Churn Support](./concepts-azure-to-azure-high-churn-support.md).
326326

327327
```azurepowershell
328328
#Create Cache storage account for replication logs in the primary region

articles/site-recovery/azure-to-azure-quickstart.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set up Azure VM disaster recovery to a secondary region with Azure Site Recovery
33
description: Quickly set up disaster recovery to another Azure region for an Azure VM, using the Azure Site Recovery service.
44
ms.topic: quickstart
5-
ms.date: 05/02/2022
5+
ms.date: 07/14/2023
66
ms.custom: mvc, mode-other
77
ms.author: ankitadutta
88
author: ankitaduttaMSFT
@@ -13,6 +13,8 @@ ms.service: site-recovery
1313

1414
The [Azure Site Recovery](site-recovery-overview.md) service contributes to your business continuity and disaster recovery (BCDR) strategy by keeping your business applications online during planned and unplanned outages. Site Recovery manages and orchestrates disaster recovery of on-premises machines and Azure virtual machines (VM), including replication, failover, and recovery.
1515

16+
Azure Site Recovery has an option of *High Churn*, enabling you to configure disaster recovery for Azure VMs having data churn up to 100 MB/s. This helps you to enable disaster recovery for more IO intensive workloads. [Learn more](../site-recovery/concepts-azure-to-azure-high-churn-support.md).
17+
1618
This quickstart describes how to set up disaster recovery for an Azure VM by replicating it to a secondary Azure region. In general, default settings are used to enable replication. [Learn more](azure-to-azure-tutorial-enable-replication.md).
1719

1820
## Prerequisites
@@ -34,6 +36,9 @@ The following steps enable VM replication to a secondary location.
3436
1. In **Operations**, select **Disaster recovery**.
3537
1. From **Basics** > **Target region**, select the target region.
3638
1. To view the replication settings, select **Review + Start replication**. If you need to change any defaults, select **Advanced settings**.
39+
>[!Note]
40+
>Azure Site Recovery has a *High Churn* option that you can choose to protect VMs with high data change rate. With this, you can use a *Premium Block Blob* type of storage account. By default, the **Normal Churn** option is selected. For more information, see [Azure VM Disaster Recovery - High Churn Support](./concepts-azure-to-azure-high-churn-support.md).
41+
>:::image type="High churn" source="media/concepts-azure-to-azure-high-churn-support/churn-for-vms.png" alt-text="Screenshot of Churn for VM.":::
3742
1. To start the job that enables VM replication, select **Start replication**.
3843

3944
:::image type="content" source="media/azure-to-azure-quickstart/enable-replication1.png" alt-text="Enable replication.":::

articles/site-recovery/azure-to-azure-support-matrix.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This table summarizes support for the cache storage account used by Site Recover
6565
**Setting** | **Support** | **Details**
6666
--- | --- | ---
6767
General purpose V2 storage accounts (Hot and Cool tier) | Supported | Usage of GPv2 is recommended because GPv1 doesn't support ZRS (Zonal Redundant Storage).
68-
Premium storage | Supported | Use Premium Block Blob storage accounts to get High Churn support (in Public Preview). For more information, see [Azure VM Disaster Recovery - High Churn Support](./concepts-azure-to-azure-high-churn-support.md).
68+
Premium storage | Supported | Use Premium Block Blob storage accounts to get High Churn support. For more information, see [Azure VM Disaster Recovery - High Churn Support](./concepts-azure-to-azure-high-churn-support.md).
6969
Region | Same region as virtual machine | Cache storage account should be in the same region as the virtual machine being protected.
7070
Subscription | Can be different from source virtual machines | Cache storage account need not be in the same subscription as the source virtual machine(s).
7171
Azure Storage firewalls for virtual networks | Supported | If you're using firewall enabled cache storage account or target storage account, ensure you ['Allow trusted Microsoft services'](../storage/common/storage-network-security.md#exceptions).<br></br>Also, ensure that you allow access to at least one subnet of source Vnet.<br></br>Note: Don't restrict virtual network access to your storage accounts used for Site Recovery. You should allow access from 'All networks'.
@@ -102,7 +102,7 @@ Windows Server 2008 R2 with SP1/SP2 | Supported.<br/><br/> From version [9.30](h
102102
Windows 10 (x64) | Supported.
103103
Windows 8.1 (x64) | Supported.
104104
Windows 8 (x64) | Supported.
105-
Windows 7 (x64) with SP1 onwards | From version [9.30](https://support.microsoft.com/help/4531426/update-rollup-42-for-azure-site-recovery) of the Mobility service extension for Azure VMs, you need to install a Windows [servicing stack update (SSU)](https://support.microsoft.com/help/4490628) and [SHA-2 update](https://support.microsoft.com/help/4474419) on machines running Windows 7 with SP1. SHA-1 isn't supported from September 2019, and if SHA-2 code signing isn't enabled the agent extension won't install/upgrade as expected.. Learn more about [SHA-2 upgrade and requirements](https://aka.ms/SHA-2KB).
105+
Windows 7 (x64) with SP1 onwards | From version [9.30](https://support.microsoft.com/help/4531426/update-rollup-42-for-azure-site-recovery) of the Mobility service extension for Azure VMs, you need to install a Windows [servicing stack update (SSU)](https://support.microsoft.com/help/4490628) and [SHA-2 update](https://support.microsoft.com/help/4474419) on machines running Windows 7 with SP1. SHA-1 isn't supported from September 2019, and if SHA-2 code signing isn't enabled the agent extension won't install/upgrade as expected. Learn more about [SHA-2 upgrade and requirements](https://aka.ms/SHA-2KB).
106106

107107

108108

@@ -316,7 +316,7 @@ GRS | Supported |
316316
RA-GRS | Supported |
317317
ZRS | Supported |
318318
Cool and Hot Storage | Not supported | Virtual machine disks aren't supported on cool and hot storage
319-
Azure Storage firewalls for virtual networks | Supported | If restrict virtual network access to storage accounts, enable [Allow trusted Microsoft services](../storage/common/storage-network-security.md#exceptions).
319+
Azure Storage firewalls for virtual networks | Supported | If you want to restrict virtual network access to storage accounts, enable [Allow trusted Microsoft services](../storage/common/storage-network-security.md#exceptions).
320320
General purpose V2 storage accounts (Both Hot and Cool tier) | Supported | Transaction costs increase substantially compared to General purpose V1 storage accounts
321321
Generation 2 (UEFI boot) | Supported
322322
NVMe disks | Not supported

articles/site-recovery/azure-to-azure-tutorial-enable-replication.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial to set up Azure VM disaster recovery with Azure Site Recovery
33
description: In this tutorial, set up disaster recovery for Azure VMs to another Azure region, using the Site Recovery service.
44
ms.topic: tutorial
55
ms.service: site-recovery
6-
ms.date: 01/04/2023
6+
ms.date: 07/14/2023
77
ms.custom: mvc
88
ms.author: ankitadutta
99
#Customer intent: As an Azure admin, I want to set up disaster recovery for my Azure VMs, so that they're available in a secondary region if the primary region becomes unavailable.
@@ -168,6 +168,9 @@ Site Recovery retrieves the VMs associated with the selected subscription/resour
168168
### Review replication settings
169169

170170
1. In **Replication settings**, review the settings. Site Recovery creates default settings/policy for the target region. For the purposes of this tutorial, we use the default settings.
171+
>[!Note]
172+
>Azure Site Recovery has a *High Churn* option that you can choose to protect VMs with high data change rate. With this, you can use a *Premium Block Blob* type of storage account. By default, the **Normal Churn** option is selected. For more information, see [Azure VM Disaster Recovery - High Churn Support](./concepts-azure-to-azure-high-churn-support.md). You can select the **High Churn** option from **Storage** > **View/edit storage configuration** > **Churn for the VM**.
173+
>:::image type="Churn" source="media/concepts-azure-to-azure-high-churn-support/churns.png" alt-text="Screenshot of churn.":::
171174
172175
2. Select **Next**.
173176

@@ -181,8 +184,7 @@ Site Recovery retrieves the VMs associated with the selected subscription/resour
181184
- **Replication group**: Create replication group to replicate VMs together to generate Multi-VM consistent recovery points. Note that enabling multi-VM consistency can impact workload performance and should only be used if machines are running the same workload and you need consistency across multiple machines.
182185
1. Under **Extension settings**,
183186
- Select **Update settings** and **Automation account**.
184-
185-
:::image type="manage" source="./media/azure-to-azure-tutorial-enable-replication/manage.png" alt-text="Screenshot showing manage tab.":::
187+
:::image type="manage" source="./media/azure-to-azure-tutorial-enable-replication/manage.png" alt-text="Screenshot showing manage tab.":::
186188

187189
1. Select **Next**.
188190

@@ -199,7 +201,4 @@ The VMs you enable appear on the vault > **Replicated items** page.
199201

200202
## Next steps
201203

202-
In this tutorial, you enabled disaster recovery for an Azure VM. Now, run a drill to check that failover works as expected.
203-
204-
> [!div class="nextstepaction"]
205-
> [Run a disaster recovery drill](azure-to-azure-tutorial-dr-drill.md)
204+
In this tutorial, you enabled disaster recovery for an Azure VM. Now, [run a disaster recovery drill](azure-to-azure-tutorial-dr-drill.md) to check that failover works as expected.

0 commit comments

Comments
 (0)