Skip to content

Commit 0a34deb

Browse files
committed
Updated docs to reflect LRS and ZRS residing in availability zones versus datacenters
1 parent a14fb23 commit 0a34deb

File tree

2 files changed

+11
-37
lines changed

2 files changed

+11
-37
lines changed

articles/storage/common/redundancy-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: stevenmatthew
77

88
ms.service: azure-storage
99
ms.topic: how-to
10-
ms.date: 01/15/2025
10+
ms.date: 02/11/2025
1111
ms.author: shaas
1212
ms.subservice: storage-common-concepts
1313
ms.custom: engagement-fy23, references_regions, devx-track-azurepowershell
@@ -363,7 +363,7 @@ The following table provides an overview of redundancy options available for sto
363363
| Storage account type | Supports LRS | Supports ZRS | Supports conversion<br>(from the Azure portal) | Supports conversion<br>(by support request) | Supports manual migration |
364364
|:----------------------------|:------------:|:------------:|:-----------------------:|:-------------------------:|:-------------------------:|
365365
| Standard general purpose v2 | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
366-
| Premium file shares | &#x2705; | &#x2705; | | &#x2705; <sup>1</sup> | &#x2705; |
366+
| Premium file shares | &#x2705; | &#x2705; | &#x2705; | &#x2705; <sup>1</sup> | &#x2705; |
367367
| Premium block blob | &#x2705; | &#x2705; | | | &#x2705; |
368368
| Premium page blob | &#x2705; | | | | |
369369
| Managed disks<sup>2</sup> | &#x2705; | &#x2705; | &#x2705; | | &#x2705; |

articles/storage/common/storage-redundancy.md

Lines changed: 9 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: stevenmatthew
77

88
ms.service: azure-storage
99
ms.topic: conceptual
10-
ms.date: 01/19/2024
10+
ms.date: 02/11/2025
1111
ms.author: shaas
1212
ms.subservice: storage-common-concepts
1313
ms.custom: references_regions, engagement
@@ -39,23 +39,23 @@ The redundancy setting for a storage account is shared for all storage services
3939

4040
Data in an Azure Storage account is always replicated three times in the primary region. Azure Storage offers two options for how your data is replicated in the primary region:
4141

42-
- **Locally redundant storage (LRS)** copies your data synchronously three times within a single physical location in the primary region. LRS is the least expensive replication option, but isn't recommended for applications requiring high availability or durability.
42+
- **Locally redundant storage (LRS)** replicates the data within your storage accounts to one or more availability zones located in the primary region of your choice. LRS is the least expensive replication option, but isn't recommended for applications requiring high availability or durability.
4343
- **Zone-redundant storage (ZRS)** copies your data synchronously across three Azure availability zones in the primary region. For applications requiring high availability, Microsoft recommends using ZRS in the primary region, and also replicating to a secondary region.
4444

4545
> [!NOTE]
4646
> Microsoft recommends using ZRS in the primary region for Azure Data Lake Storage workloads.
4747
4848
### Locally redundant storage
4949

50-
Locally redundant storage (LRS) replicates your storage account three times within a single data center in the primary region. LRS provides at least 99.999999999% (11 nines) durability of objects over a given year.
50+
Locally redundant storage (LRS) replicates the data within your storage accounts to one or more Azure availability zones located in the primary region of your choice. Although there is 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. Visit the [What are Azure availability zones](../../reliability/availability-zones-overview.md) article to learn more about availability zone reliability.
5151

5252
LRS is the lowest-cost redundancy option and offers the least durability compared to other options. LRS protects your data against server rack and drive failures. However, if a disaster such as fire or flooding occurs within the data center, all replicas of a storage account using LRS might be lost or unrecoverable. To mitigate this risk, Microsoft recommends using [zone-redundant storage](#zone-redundant-storage) (ZRS), [geo-redundant storage](#geo-redundant-storage) (GRS), or [geo-zone-redundant storage](#geo-zone-redundant-storage) (GZRS).
5353

5454
A write request to a storage account that is using LRS happens synchronously. The write operation returns successfully only after the data is written to all three replicas.
5555

5656
The following diagram shows how your data is replicated within a single data center with LRS:
5757

58-
:::image type="content" source="media/storage-redundancy/locally-redundant-storage.png" alt-text="Diagram showing how data is replicated in a single data center with LRS":::
58+
:::image type="content" source="media/storage-redundancy/locally-redundant-storage.png" alt-text="Diagram showing how data is replicated in availability zones with LRS":::
5959

6060
LRS is a good choice for the following scenarios:
6161

@@ -65,7 +65,7 @@ LRS is a good choice for the following scenarios:
6565

6666
### Zone-redundant storage
6767

68-
Zone-redundant storage (ZRS) replicates your storage account synchronously across three Azure availability zones in the primary region. Each availability zone is a separate physical location with independent power, cooling, and networking. ZRS offers durability for storage resources of at least 99.9999999999% (12 9s) over a given year.
68+
Zone-redundant storage (ZRS) replicates the data within your storage accounts to three or more Azure availability zones located in the primary region of your choice. Each availability zone is a separate physical location with independent power, cooling, and networking. ZRS offers durability for storage resources of at least 99.9999999999% (12 9s) over a given year. Visit the [What are Azure availability zones](../../reliability/availability-zones-overview.md) article to learn more about availability zone reliability.
6969

7070
When you utilize ZRS, your data remains accessible for both read and write operations even if a zone becomes unavailable. If a zone becomes unavailable, Azure undertakes networking updates such as Domain Name System (DNS) repointing. These updates could affect your application if you access data before the updates are complete. When designing applications for ZRS, follow practices for transient fault handling, including implementing retry policies with exponential back-off.
7171

@@ -85,23 +85,6 @@ The archive tier for Blob Storage isn't currently supported for ZRS, GZRS, or RA
8585

8686
For more information about which regions support ZRS, see [Azure regions with availability zones](../../reliability/availability-zones-region-support.md).
8787

88-
#### Standard storage accounts
89-
90-
ZRS is supported for all Azure Storage services through standard general-purpose v2 storage accounts, including:
91-
92-
- Azure Blob storage (hot and cool block blobs and append blobs, nondisk page blobs)
93-
- Azure Files (all standard tiers: transaction optimized, hot, and cool)
94-
- Azure Table storage
95-
- Azure Queue storage
96-
97-
For a list of regions that support zone-redundant storage (ZRS) for standard accounts, see [Azure regions that support zone-redundant storage (ZRS) for standard storage accounts](redundancy-regions-zrs.md#standard-storage-accounts).
98-
99-
#### Premium block blob accounts
100-
101-
ZRS is supported for premium block blobs accounts. For more information about premium block blobs, see [Premium block blob storage accounts](../blobs/storage-blob-block-blob-premium.md).
102-
103-
For a list of regions that support zone-redundant storage (ZRS) for premium block blobs accounts, see [Azure regions that support zone-redundant storage (ZRS) for premium block blob accounts](redundancy-regions-zrs.md#premium-block-blob-accounts).
104-
10588
#### Premium file share accounts
10689

10790
ZRS is supported for premium file shares (Azure Files) through the `FileStorage` storage account kind.
@@ -122,7 +105,7 @@ When you create a storage account, you select the primary region for the account
122105

123106
Azure Storage offers two options for copying your data to a secondary region:
124107

125-
- **Geo-redundant storage (GRS)** copies your data synchronously three times within a single physical location in the primary region using LRS. It then copies your data asynchronously to a single physical location in the secondary region. Within the secondary region, your data is copied synchronously three times using LRS.
108+
- **Geo-redundant storage (GRS)** copies your data synchronously three times within one or more Azure availability zones in the primary region using LRS. It then copies your data asynchronously to a single physical location in the secondary region. Within the secondary region, your data is copied synchronously three times using LRS.
126109
- **Geo-zone-redundant storage (GZRS)** copies your data synchronously across three Azure availability zones in the primary region using ZRS. It then copies your data asynchronously to a single physical location in the secondary region. Within the secondary region, your data is copied synchronously three times using LRS.
127110

128111
> [!NOTE]
@@ -137,7 +120,7 @@ If the primary region becomes unavailable, you can choose to fail over to the se
137120
138121
### Geo-redundant storage
139122

140-
Geo-redundant storage (GRS) copies your data synchronously three times within a single physical location in the primary region using LRS. It then copies your data asynchronously to a single physical location in a secondary region that is hundreds of miles away from the primary region. GRS offers durability for storage resources of at least 99.99999999999999% (16 9s) over a given year.
123+
Geo-redundant storage (GRS) copies your data synchronously three times to one or more availability zones in the primary region using LRS. It then copies your data asynchronously to a single physical location in a secondary region that is hundreds of miles away from the primary region. GRS offers durability for storage resources of at least 99.99999999999999% (16 9s) over a given year.
141124

142125
A write operation is first committed to the primary location and replicated using LRS. The update is then replicated asynchronously to the secondary region. When data is written to the secondary location, it also replicates within that location using LRS.
143126

@@ -155,16 +138,7 @@ The following diagram shows how your data is replicated with GZRS or RA-GZRS:
155138

156139
:::image type="content" source="media/storage-redundancy/geo-zone-redundant-storage.png" alt-text="Diagram showing how data is replicated with GZRS or RA-GZRS":::
157140

158-
Only standard general-purpose v2 storage accounts support GZRS. All Azure Storage services support GZRS, including:
159-
160-
- Azure Blob storage (hot and cool block blobs, nondisk page blobs)
161-
- Azure Files (all standard tiers: transaction optimized, hot, and cool)
162-
- Azure Table storage
163-
- Azure Queue storage
164-
165-
For a list of regions that support geo-zone-redundant storage (GZRS), see [Azure regions that support geo-zone-redundant storage (GZRS)](redundancy-regions-gzrs.md).
166-
167-
## Read access to data in the secondary region
141+
For a list of regions that support geo-zone-redundant storage (GZRS), see [Azure regions that support geo-zone-redundant storage (GZRS)](storage-redundancy.md#supported-storage-account-types).
168142

169143
Geo-redundant storage (with GRS or GZRS) replicates your data to another physical location in the secondary region to protect against regional outages. With an account configured for GRS or GZRS, data in the secondary region isn't directly accessible to users or applications when an outage occurs in the primary region, unless a failover occurs. The failover process updates the DNS entry provided by Azure Storage so that the storage service endpoints in the secondary region become the new primary endpoints for your storage account. During the failover process, your data is inaccessible. After the failover is complete, you can read and write data to the new primary region. For more information, see [How customer-managed storage account failover to recover from an outage works](storage-failover-customer-managed-unplanned.md).
170144

@@ -198,7 +172,7 @@ The following table describes key parameters for each redundancy option:
198172
| Percent durability of objects over a given year | at least 99.999999999% (11 9s) | at least 99.9999999999% (12 9s) | at least 99.99999999999999% (16 9s) | at least 99.99999999999999% (16 9s) |
199173
| Availability for read requests | At least 99.9% (99% for cool/cold/archive access tiers) | At least 99.9% (99% for cool/cold access tier) | At least 99.9% (99% for cool/cold/archive access tiers) for GRS<br/><br/>At least 99.99% (99.9% for cool/cold/archive access tiers) for RA-GRS | At least 99.9% (99% for cool/cold access tier) for GZRS<br/><br/>At least 99.99% (99.9% for cool/cold access tier) for RA-GZRS |
200174
| Availability for write requests | At least 99.9% (99% for cool/cold/archive access tiers) | At least 99.9% (99% for cool/cold access tier) | At least 99.9% (99% for cool/cold/archive access tiers) | At least 99.9% (99% for cool/cold access tier) |
201-
| Number of copies of data maintained on separate nodes | Three copies within a single region | Three copies across separate availability zones within a single region | Six copies total, including three in the primary region and three in the secondary region | Six copies total, including three across separate availability zones in the primary region and three locally redundant copies in the secondary region |
175+
| Number of copies of data maintained on separate nodes | Three copies across one or more availability zones within a region | Three copies across separate availability zones within a single region | Six copies total, including three in the primary region and three in the secondary region | Six copies total, including three across separate availability zones in the primary region and three locally redundant copies in the secondary region |
202176

203177
For more information, see the [Service Level Agreement for Storage Accounts](https://azure.microsoft.com/support/legal/sla/storage/v1_5/).
204178

0 commit comments

Comments
 (0)