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/virtual-machines/disks-high-availability.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Best practices for high availability with Azure VMs and managed disks
3
3
description: Learn the steps you can take to get the best availability with your Azure virtual machines and managed disks.
4
4
author: roygara
5
5
ms.author: rogarana
6
-
ms.date: 05/09/2024
6
+
ms.date: 05/10/2024
7
7
ms.topic: conceptual
8
8
ms.service: azure-disk-storage
9
9
---
@@ -27,11 +27,13 @@ Azure offers several configuration options for ensuring high availability of Azu
27
27
28
28
Before going over recommendations for achieving higher availability, you should understand the default availability and durability of managed disks.
29
29
30
-
Managed disks are designed for 99.999% availability and provide at least 99.999999999% (11 9’s) of durability. With managed disks, your data is replicated three times. If one of the three copies becomes unavailable, Azure automatically spawns a new copy of the data in the background. This ensures the persistence of your data and high fault tolerance.
30
+
Managed disks are designed for 99.999% availability and provide at least 99.999999999% (11 9’s) of durability. With managed disks, your data is replicated three times. If one of the three copies becomes unavailable, Azure automatically spawns a new copy of the data in the background. This ensures the persistence of your data and high fault tolerance.
31
31
32
-
:::image type="content" source="media/disks-high-availability/disks-lrs-zrs-diagram.png" alt-text="Diagram of LRSand ZRS." lightbox="media/disks-high-availability/disks-lrs-zrs-diagram.png":::
32
+
Managed disks have two redundancy models, locally redundant storage (LRS) disks, and zone-redundant storage (ZRS) disks. The following diagram depicts how data is replicated with either model.
33
33
34
-
Locally redundant storage (LRS) disks provide at least 99.999999999% (11 9's) of durability over a given year and zone-redundant storage (ZRS) disks provide at least 99.9999999999% (12 9's) of durability over a given year. This architecture helps Azure consistently deliver enterprise-grade durability for infrastructure as a service (IaaS) disks, with an industry-leading zero percent [annualized failure rate](https://en.wikipedia.org/wiki/Annualized_failure_rate).
34
+
:::image type="content" source="media/disks-high-availability/disks-lrs-zrs-diagram.png" alt-text="Diagram showing that LRS makes three copies in one availability zone while ZRS makes copies in three different availability zones." lightbox="media/disks-high-availability/disks-lrs-zrs-diagram.png":::
35
+
36
+
LRS disks provide at least 99.999999999% (11 9's) of durability over a given year and ZRS disks provide at least 99.9999999999% (12 9's) of durability over a given year. This architecture helps Azure consistently deliver enterprise-grade durability for infrastructure as a service (IaaS) disks, with an industry-leading zero percent [annualized failure rate](https://en.wikipedia.org/wiki/Annualized_failure_rate).
35
37
36
38
## Recommendations for applications running on a single VM
37
39
@@ -61,9 +63,9 @@ VMs deployed across multiple availability zones may have higher network latency
61
63
62
64
To deploy resources across availability zones, you can either use [zone-redundant Virtual Machine Scale Sets](#use-zone-redundant-virtual-machine-scale-sets-with-flexible-orchestration) or [deploy resources across availability zones](#deploy-vms-and-disks-across-three-availability-zones).
63
65
64
-
The following diagram depicts how both zone-redundant Virtual Machine Scale Sets and availability zones work.
66
+
The following diagram depicts how VM and disk fault domains are aligned when using either zone-redundant Virtual Machine Scale Sets or availability zones.
65
67
66
-
:::image type="content" source="media/disks-high-availability/disks-availability-zones.png" alt-text="Diagram of zones." lightbox="media/disks-high-availability/disks-availability-zones.png":::
68
+
:::image type="content" source="media/disks-high-availability/disks-availability-zones.png" alt-text="Diagram depicting VM and disk resources aligning to the same fault domain in each availability zone." lightbox="media/disks-high-availability/disks-availability-zones.png":::
67
69
68
70
#### Use zone-redundant Virtual Machine Scale Sets with flexible orchestration
69
71
@@ -88,10 +90,12 @@ Multiple VMs have the second highest uptime SLA when deployed across fault domai
88
90
89
91
To deploy resources across multiple fault domains, you can either use [regional Virtual Machine Scale Sets](#use-regional-virtual-machine-scale-sets-with-flexible-orchestration) or [availability sets](#use-availability-sets).
90
92
91
-
#### Use regional Virtual Machine Scale Sets with flexible orchestration
93
+
The following diagram depicts how fault domains are aligned when using either regional Virtual Machine Scale Sets or availability sets.
92
94
93
95
:::image type="content" source="media/disks-high-availability/disks-availability-set.png" alt-text="Diagram of availability set." lightbox="media/disks-high-availability/disks-availability-set.png":::
94
96
97
+
#### Use regional Virtual Machine Scale Sets with flexible orchestration
98
+
95
99
A regional Virtual Machine Scale Set is a Virtual Machine Scale Set that has no explicitly defined availability zones. With regional virtual machine scale sets, VM resources are replicated across fault domains within the region they're deployed in to improve the resiliency and availability of applications and data. This configuration spreads VMs across fault domains by default but also provides the ability to assign fault domains on VM creation. See [this section](../virtual-machine-scale-sets/virtual-machine-scale-sets-use-availability-zones.md#regional) for details.
96
100
97
101
Regional Virtual Machine Scale Sets don't protect against large-scale outages like a data center or region outage, and don't currently support Ultra Disks or Premium SSD v2 disks.
0 commit comments