Skip to content

Commit 0e22a2c

Browse files
authored
Merge pull request #89460 from tamram/tamram-0923
clarify that LRS writes to 3 replicas
2 parents b0b69a0 + 4717d9a commit 0e22a2c

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

articles/storage/common/storage-redundancy-lrs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Locally-redundant storage (LRS) for low-cost redundancy in Azure Storage | Microsoft Docs
2+
title: Locally-redundant storage (LRS) for low-cost redundancy in Azure Storage
33
description: By default, new Azure storage accounts use locally-redundant storage (LRS) for replication. LRS is the least expensive option for replication. It protects against hardware failures in the datacenter, but not against datacenter-level disasters.
44
services: storage
55
author: tamram
66

77
ms.service: storage
88
ms.topic: article
9-
ms.date: 02/12/2019
9+
ms.date: 09/23/2019
1010
ms.author: tamram
1111
ms.reviewer: artek
1212
ms.subservice: common
@@ -21,3 +21,4 @@ ms.subservice: common
2121
- [Azure Storage replication](storage-redundancy.md)
2222
- [Zone-redundant storage (ZRS): Highly available Azure Storage applications](storage-redundancy-zrs.md)
2323
- [Geo-redundant storage (GRS): Cross-regional replication for Azure Storage](storage-redundancy-grs.md)
24+
- [Build highly available Azure Storage applications with geo-zone-redundant storage (GZRS) (preview)](storage-redundancy-gzrs.md)

includes/storage-common-redundancy-lrs.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@
55
author: tamram
66
ms.service: storage
77
ms.topic: include
8-
ms.date: 06/28/2019
8+
ms.date: 09/23/2019
99
ms.author: tamram
1010
ms.custom: include file
1111
---
1212

13-
Locally redundant storage (LRS) provides at least 99.999999999% (11 nines) durability of objects over a given year. LRS provides this object durability by replicating your data to a storage scale unit. A datacenter, located in the region where you created your storage account, hosts the storage scale unit. A write request to an LRS storage account returns successfully only after the data is written to all replicas. Each replica resides in separate fault domains and upgrade domains within a storage scale unit.
13+
Locally redundant storage (LRS) replicates your data three times within a single data center. LRS provides at least 99.999999999% (11 nines) durability of objects over a given year. LRS is the lowest-cost replication option and offers the least durability compared to other options.
1414

15-
A storage scale unit is a collection of racks of storage nodes. A fault domain (FD) is a group of nodes that represent a physical unit of failure. Think of a fault domain as nodes belonging to the same physical rack. An upgrade domain (UD) is a group of nodes that are upgraded together during the process of a service upgrade (rollout). The replicas are spread across UDs and FDs within one storage scale unit. This architecture ensures your data is available if a hardware failure affects a single rack or when nodes are upgraded during a service upgrade.
15+
If a datacenter-level disaster (for example, fire or flooding) occurs, all replicas in a storage account using LRS may be lost or unrecoverable. To mitigate this risk, Microsoft recommends using zone-redundant storage (ZRS), geo-redundant storage (GRS), or geo-zone-redundant storage (GZRS).
1616

17-
LRS is the lowest-cost replication option and offers the least durability compared to other options. If a datacenter-level disaster (for example, fire or flooding) occurs, all replicas may be lost or unrecoverable. To mitigate this risk, Microsoft recommends using zone-redundant storage (ZRS), geo-redundant storage (GRS), or geo-zone-redundant storage (GZRS).
17+
A write request to an LRS storage account returns successfully only after the data is written to all three replicas.
18+
19+
You may wish to use LRS in the following scenarios:
1820

1921
* If your application stores data that can be easily reconstructed if data loss occurs, you may opt for LRS.
2022
* Some applications are restricted to replicating data only within a country/region due to data governance requirements. In some cases, the paired regions across which the data is replicated for GRS accounts may be in another country/region. For more information on paired regions, see [Azure regions](https://azure.microsoft.com/regions/).

0 commit comments

Comments
 (0)