Skip to content

Commit 7e5e2e4

Browse files
committed
LRS update
1 parent 69c510d commit 7e5e2e4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

articles/reliability/includes/storage/reliability-storage-architecture-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ms.custom: include file
1010
---
1111

12-
[Locally redundant storage (LRS)](/azure/storage/common/storage-redundancy?#locally-redundant-storage), the lowest-cost redundancy option, automatically stores and replicates three copies of your data within a single datacenter. Although LRS protects your data against server rack and drive failures, it doesn't account for disasters such as fire or flooding within a datacenter. In the face of such disasters, all replicas of a storage account configured to use LRS might be lost or unrecoverable.
12+
[Locally redundant storage (LRS)](/azure/storage/common/storage-redundancy?#locally-redundant-storage) replicates the data within your storage accounts to one or more Azure availability zones located in the primary region of your choice. Although there's no option to choose your preferred availability zone, Azure may move or expand LRS accounts across zones to improve load balancing. LRS provides at least 99.999999999 (11 nines) durability of objects over a given year. For more information about availability zones, see [What are Availability Zones?](../../availability-zones-overview.md).
1313

1414
:::image type="content" source="../../media/reliability-storage/locally-redundant-storage.png" alt-text="Diagram showing how data is replicated in availability zones with LRS" lightbox="../../media/reliability-storage/locally-redundant-storage.png" border="false":::
1515

articles/reliability/reliability-storage-blob.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: anaharris-ms
66
ms.topic: reliability-article
77
ms.custom: subject-reliability
88
ms.service: azure-blob-storage
9-
ms.date: 06/25/2025
9+
ms.date: 07/30/2025
1010
#Customer intent: As an engineer responsible for business continuity, I want to understand the details of how Azure Blob Storage works from a reliability perspective and plan disaster recovery strategies in alignment with the exact processes that Azure services follow during different kinds of situations.
1111
---
1212

@@ -18,7 +18,6 @@ Azure Blob Storage supports built-in redundancy mechanisms that store multiple c
1818

1919
This article describes reliability support in [Azure Blob Storage](/azure/storage/blobs/storage-blobs-overview), and covers both regional resiliency with availability zones and cross-region resiliency through geo-redundant storage.
2020

21-
<!-- Anastasia - I think we should add something like this to each of the Azure Storage guides that use the include files: -->
2221
> [!NOTE]
2322
> Azure Blob Storage is part of the Azure Storage platform. Some of the capabilities of Blob Storage are common across many Azure Storage services. In this document, we use "Azure Storage" to indicate these common capabilities.
2423

0 commit comments

Comments
 (0)