Skip to content

Commit f2d1712

Browse files
Merge pull request #215162 from roygara/durability
Durability updates
2 parents ba75662 + 82578a9 commit f2d1712

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/virtual-machines/disks-redundancy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Redundancy options for Azure managed disks
33
description: Learn about zone-redundant storage and locally-redundant storage for Azure managed disks.
44
author: roygara
55
ms.author: rogarana
6-
ms.date: 02/03/2022
6+
ms.date: 10/19/2022
77
ms.topic: how-to
88
ms.service: storage
99
ms.subservice: disks
@@ -18,7 +18,7 @@ Azure managed disks offer two storage redundancy options, zone-redundant storage
1818

1919
## Locally-redundant storage for managed disks
2020

21-
Locally-redundant storage (LRS) replicates your data three times within a single data center in the selected region. LRS protects your data against server rack and drive failures. To protect an LRS disk from a zonal failure like a natural disaster or other issues, take the following steps:
21+
Locally-redundant storage (LRS) replicates your data three times within a single data center in the selected region. LRS protects your data against server rack and drive failures. LRS disks provide at least 99.999999999% (11 9's) of durability over a given year. To protect an LRS disk from a zonal failure like a natural disaster or other issues, take the following steps:
2222

2323
- Use applications that can synchronously write data to two zones, and automatically failover to another zone during a disaster.
2424
- An example would be SQL Server Always On.
@@ -29,7 +29,7 @@ If your workflow doesn't support application-level synchronous writes across zon
2929

3030
## Zone-redundant storage for managed disks
3131

32-
Zone-redundant storage (ZRS) synchronously replicates your Azure managed disk across three Azure availability zones in the region you select. Each availability zone is a separate physical location with independent power, cooling, and networking.
32+
Zone-redundant storage (ZRS) synchronously replicates your Azure managed disk across three Azure availability zones in the region you select. Each availability zone is a separate physical location with independent power, cooling, and networking. ZRS disks provide at least 99.9999999999% (12 9's) of durability over a given year.
3333

3434
A ZRS disk lets you recover from failures in availability zones. If a zone went down, a ZRS disk can be attached to a virtual machine (VM) in a different zone. ZRS disks can also be shared between VMs for improved availability with clustered or distributed applications like SQL FCI, SAP ASCS/SCS, or GFS2. A shared ZRS disk can be attached to primary and secondary VMs in different zones to take advantage of both ZRS and [availability zones](../availability-zones/az-overview.md). If your primary zone fails, you can quickly fail over to the secondary VM using [SCSI persistent reservation](disks-shared-enable.md#supported-scsi-pr-commands).
3535

articles/virtual-machines/managed-disks-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Overview of Azure managed disks, which handle the storage accounts
44
author: roygara
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 04/22/2022
7+
ms.date: 10/19/2022
88
ms.author: rogarana
99
ms.subservice: disks
1010
ms.custom: contperf-fy21q1
@@ -23,7 +23,7 @@ Let's go over some of the benefits you gain by using managed disks.
2323

2424
### Highly durable and available
2525

26-
Managed disks are designed for 99.999% availability. Managed disks achieve this by providing you with three replicas of your data, allowing for high durability. If one or even two replicas experience issues, the remaining replicas help ensure persistence of your data and high tolerance against failures. This architecture has helped Azure consistently deliver enterprise-grade durability for infrastructure as a service (IaaS) disks, with an industry-leading ZERO% annualized failure rate.
26+
Managed disks are designed for 99.999% availability. Managed disks achieve this by providing you with three replicas of your data, allowing for high durability. If one or even two replicas experience issues, the remaining replicas help ensure persistence of your data and high tolerance against failures. This architecture has helped Azure consistently deliver enterprise-grade durability for infrastructure as a service (IaaS) disks, with an industry-leading ZERO% annualized failure rate. 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.
2727

2828
### Simple and scalable VM deployment
2929

0 commit comments

Comments
 (0)