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
title: Azure VM Disaster Recovery - High Churn support
3
-
description: Describes how to protect your Azure VMs having high churning workloads.
2
+
title: Azure virtual machine Disaster Recovery - High Churn support
3
+
description: Describes how to protect your Azure virtual machines having high churning workloads.
4
4
services: site-recovery
5
5
author: ankitaduttaMSFT
6
6
ms.service: site-recovery
7
7
ms.topic: conceptual
8
-
ms.date: 05/22/2024
8
+
ms.date: 05/23/2024
9
9
ms.author: ankitadutta
10
10
---
11
11
12
-
# Azure VM Disaster Recovery - High Churn Support
12
+
# Azure virtual machine Disaster Recovery - High Churn Support
13
13
14
-
Azure Site Recovery supports churn (data change rate) up to 100 MB/s per VM. You will be able to protect your Azure VMs having high churning workloads (like databases) using the *High Churn* option in Azure Site Recovery which supports churn up to 100 MB/s per VM. You may be able to achieve better RPO performance for your high churning workloads. With the default Normal Churn option, you can [support churn only up to 54 MB/s per VM](./azure-to-azure-support-matrix.md#limits-and-data-change-rates).
14
+
Azure Site Recovery supports churn (data change rate) up to 100 MB/s per virtual machine. You'll be able to protect your Azure virtual machines having high churning workloads (like databases) using the *High Churn* option in Azure Site Recovery, which supports churn up to 100 MB/s per virtual machine. You may be able to achieve better Recovery Point Objective performance for your high churning workloads. With the default Normal Churn option, you can [support churn only up to 54 MB/s per virtual machine](./azure-to-azure-support-matrix.md#limits-and-data-change-rates).
15
15
16
16
## Limitations
17
17
18
-
- Available only for DR of Azure VMs.
19
-
-Recommend VM SKUs with RAM of min 32GB.
18
+
- Available only for disaster recovery of Azure virtual machines.
19
+
-Virtual machine SKUs with RAM of min 32 GB are recommended.
20
20
- Source disks must be Managed Disks.
21
21
22
22
> [!NOTE]
23
-
> This feature is available in all [regions](./azure-to-azure-support-matrix.md#region-support) where Azure Site Recovery is supported and [Premium Blob storage](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=storage®ions=all&rar=true) accounts are available. When using High Churn with any other regions outside the supported regions, replication and/or reprotection may fail.
23
+
> This feature is available in all [public regions](./azure-to-azure-support-matrix.md#region-support) where Azure Site Recovery is supported and premium block blobs are available. However, this feature is not yet available in any Government cloud regions.
24
+
> When using High Churn with any other regions outside the supported regions, replication and/or reprotection may fail.
24
25
25
26
## Data change limits
26
27
27
28
- These limits are based on our tests and don't cover all possible application I/O combinations.
28
29
- Actual results may vary based on your app I/O mix.
29
30
- There are two limits to consider:
30
-
- per disk data churn
31
+
- per disk data, churn
31
32
- per virtual machine data churn.
32
33
- Limit per virtual machine data churn - 100 MB/s.
33
34
@@ -38,29 +39,29 @@ The following table summarizes Site Recovery limits:
38
39
|Standard or P10 or P15 |8 KB|2 MB/s|
39
40
|Standard or P10 or P15|16 KB|4 MB/s|
40
41
|Standard or P10 or P15|24 KB|6 MB/s|
41
-
|Standard or P10 or P15|32 KB and above|10 MB/s|
42
+
|Standard or P10 or P15|32 KB and later |10 MB/s|
42
43
|P20|8 KB|10 MB/s|
43
44
|P20 |16 KB|20 MB/s|
44
-
|P20|24 KB and above|30 MB/s|
45
-
|P30 and above|8 KB|20 MB/s|
46
-
|P30 and above|16 KB|35 MB/s|
47
-
|P30 and above|24 KB and above|50 MB/s|
45
+
|P20|24 KB and later|30 MB/s|
46
+
|P30 and later|8 KB|20 MB/s|
47
+
|P30 and later|16 KB|35 MB/s|
48
+
|P30 and later|24 KB and later|50 MB/s|
48
49
49
50
## How to enable High Churn support
50
51
51
52
### From Recovery Service Vault
52
53
53
-
1. Select source VMs on which you want to enable replication. To enable replication, follow the steps [here](./azure-to-azure-how-to-enable-replication.md).
54
+
1. Select source virtual machines on which you want to enable replication. To enable replication, follow the steps [here](./azure-to-azure-how-to-enable-replication.md).
54
55
55
56
2. Under **Replication Settings** > **Storage**, select **View/edit storage configuration**. The **Customize target settings** page opens.
56
57
57
58
:::image type="Replication settings" source="media/concepts-azure-to-azure-high-churn-support/replication-settings-storages.png" alt-text="Screenshot of Replication settings storage." lightbox="media/concepts-azure-to-azure-high-churn-support/replication-settings-storages.png":::
58
59
59
60
3. Under **Churn for the VM**, there are two options:
60
61
61
-
-**Normal Churn** (this is the default option) - You can get up to 54 MB/s per VM. Select Normal Churn to use *Standard* storage accounts only for Cache Storage. Hence, Cache storage dropdown will list only *Standard* storage accounts.
62
+
-**Normal Churn** (this is the default option) - You can get up to 54 MB/s per virtual machine. Select Normal Churn to use *Standard* storage accounts only for Cache Storage. Hence, Cache storage dropdown lists only *Standard* storage accounts.
62
63
63
-
-**High Churn** - You can get up to 100 MB/s per VM. Select High Churn to use *Premium Block Blob* storage accounts only for Cache Storage. Hence, Cache storage dropdown will list only *Premium Block blob* storage accounts.
64
+
-**High Churn** - You can get up to 100 MB/s per virtual machine. Select High Churn to use *Premium Block Blob* storage accounts only for Cache Storage. Hence, Cache storage dropdown lists only *Premium Block blob* storage accounts.
64
65
65
66
:::image type="Churn" source="media/concepts-azure-to-azure-high-churn-support/churns.png" alt-text="Screenshot of churn.":::
66
67
@@ -69,17 +70,17 @@ The following table summarizes Site Recovery limits:
69
70
70
71
:::image type="High churn" source="media/concepts-azure-to-azure-high-churn-support/high-churn-new.png" alt-text="Screenshot of high-churn.":::
71
72
72
-
If you select multiple source VMs to configure Site Recovery and want to enable High Churn for all these VMs, select **High Churn** at the top level.
73
+
If you select multiple source virtual machines to configure Site Recovery and want to enable High Churn for all these virtual machines, select **High Churn** at the top level.
73
74
74
-
5. After you select High Churn for the VM, you will see Premium Block Blob options only available for cache storage account. Select cache storage account and then select **Confirm Selection**.
75
+
5. After you select High Churn for the virtual machine, you'll see Premium Block Blob options only available for cache storage account. Select cache storage account and then select **Confirm Selection**.
75
76
76
77
:::image type="Cache storage" source="media/concepts-azure-to-azure-high-churn-support/cache-storages.png" alt-text="Screenshot of Cache storage.":::
77
78
78
79
6. Configure other settings and enable the replication.
79
80
80
-
### From Azure VM screen
81
+
### From Azure virtual machine screen
81
82
82
-
1. In the portal, go to **Virtual machines** and select the VM.
83
+
1. In the portal, go to **Virtual machines** and select the virtual machine.
83
84
84
85
2. On the left pane, under **Operations**, select **Disaster recovery**.
85
86
@@ -93,22 +94,22 @@ The following table summarizes Site Recovery limits:
93
94
94
95
:::image type="Storage" source="media/concepts-azure-to-azure-high-churn-support/storage-show-details.png" alt-text="Screenshot of Storage show details.":::
95
96
96
-
6. Under **Storage settings** > **Churn for the VM**, select **High Churn**. You will be able to use Premium Block Blob type of storage accounts only for cache storage.
97
+
6. Under **Storage settings** > **Churn for the VM**, select **High Churn**. You are able to use Premium Block Blob type of storage accounts only for cache storage.
97
98
98
-
:::image type="High churn" source="media/concepts-azure-to-azure-high-churn-support/churn-for-vms.png" alt-text="Screenshot of Churn for VM.":::
99
+
:::image type="High churn" source="media/concepts-azure-to-azure-high-churn-support/churn-for-vms.png" alt-text="Screenshot of Churn for virtual machine.":::
99
100
100
101
101
102
6. Select **Next: Review + Start replication**.
102
103
103
104
>[!Note]
104
-
>- You can only enable High Churn only when you enable replication while configuring Azure Site Recovery on a VM.
105
-
>- If you want to enable High Churn support for VMs already protected by Azure Site Recovery, disable replication for those VMs and select **High Churn** while enabling replication again. Similarly, disable and enable replication again to switch back to **Normal Churn**.
105
+
>- You can only enable High Churn only when you enable replication while configuring Azure Site Recovery on a virtual machine.
106
+
>- If you want to enable High Churn support for virtual machines already protected by Azure Site Recovery, disable replication for those virtual machines and select **High Churn** while enabling replication again. Similarly, disable and enable replication again to switch back to **Normal Churn**.
106
107
107
108
## Cost Implications
108
109
109
-
-**High Churn** uses *Premium Block Blob* storage accounts which may have higher cost implications as compared to **Normal Churn** which uses *Standard* storage accounts. For more information, see [pricing](https://azure.microsoft.com/pricing/details/storage/blobs/).
110
-
- For High churn VMs, more data changes may get replicated to target for **High churn** compared to **Normal churn**. This may lead to more network cost.
110
+
-**High Churn** uses *Premium Block Blob* storage accounts, which may have higher cost implications as compared to **Normal Churn** which uses *Standard* storage accounts. For more information, see [pricing](https://azure.microsoft.com/pricing/details/storage/blobs/).
111
+
- For High churn virtual machines, more data changes may get replicated to target for **High churn** compared to **Normal churn**. This may lead to more network cost.
111
112
112
113
## Next steps
113
114
114
-
[Set up disaster recovery for Azure VMs](azure-to-azure-tutorial-enable-replication.md).
115
+
[Set up disaster recovery for Azure virtual machines](azure-to-azure-tutorial-enable-replication.md).
0 commit comments