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/storage/common/storage-redundancy.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The redundancy setting for a storage account is shared for all storage services
40
40
41
41
Azure Storage offers two options for how your data is replicated in the primary region:
42
42
43
-
-**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.
43
+
-**Locally redundant storage (LRS)** replicates the data within your storage accounts to a single physical datacenter located in the primary region of your choice.
44
44
45
45
-**Zone-redundant storage (ZRS)** copies your data synchronously across three or more 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.
46
46
@@ -49,7 +49,7 @@ Azure Storage offers two options for how your data is replicated in the primary
49
49
50
50
### Locally redundant storage
51
51
52
-
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. Choosing your preferred availability zone isn't supported, and Azure might 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.
52
+
Locally redundant storage (LRS) replicates the data within your storage accounts to a single physical datacenter in the primary region of your choice. Although choosing an availability zone isn't supported, Azure might 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.
53
53
54
54
LRS is the lowest-cost redundancy option and offers the least durability compared to other options. LRS protects your data against drive, server, and rack 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. If a temporary event, such as a thermal event, occurs within the data center, all replicas might be temporarily unavailable until the event is resolved. To mitigate these risks, 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).
55
55
@@ -107,7 +107,7 @@ When you utilize GRS or GZRS, the data in the secondary region isn't available f
107
107
If the primary region becomes unavailable, you can choose to fail over to the secondary region. After the failover operation completes, the secondary region becomes the primary region and you're able to read and write data. For more information on disaster recovery and to learn how to fail over to the secondary region, see [Disaster recovery and storage account failover](storage-disaster-recovery-guidance.md).
108
108
109
109
> [!IMPORTANT]
110
-
> Because data is replicated to the secondary region asynchronously, a failure that affects the primary region might result in data loss if the primary region can't be recovered. The interval between the most recent writes to the primary region and the last write to the secondary region is known as the recovery point objective (RPO). The RPO indicates the point in time to which data can be recovered. Azure Storage now offers Geo priority replication which ensures the RPO for Block Blobs are less than or equal to 15 minutes. For more information, see the [Azure Storage Geo Priority Replication](storage-redundancy-priority-replication.md) article.
110
+
> Because data is replicated to the secondary region asynchronously, a failure that affects the primary region might result in data loss if the primary region can't be recovered. The interval between the most recent writes to the primary region and the last write to the secondary region is known as the recovery point objective (RPO). The RPO indicates the point in time to which data can be recovered. Azure Storage now offers Geo priority replication, which ensures the RPO for Block Blobs are less than or equal to 15 minutes. For more information, see the [Azure Storage Geo Priority Replication](storage-redundancy-priority-replication.md) article.
111
111
112
112
### Geo-redundant storage
113
113
@@ -163,10 +163,10 @@ The following table describes key parameters for each redundancy option:
| 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) |
166
-
| 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|
167
-
| 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)|
166
+
| 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% for GRS; 99% for cool/cold/archive access tiers<br/><br/>At least 99.99% for RA-GRS; 99.9% for cool/cold/archive access tiers| At least 99.9% for GZRS; 99% for cool/cold access tier<br/><br/>At least 99.99% for RA-GZRS; 99.9% for cool/cold access tier |
167
+
| 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 |
168
168
169
-
Note: GRS provides geographic replication but does not allow read access from the secondary region. To maintain read availability during a primary region outage, RA-GRS or RA-ZRS must be used.
169
+
Note: GRS provides geographic replication but doesn't allow read access from the secondary region. To maintain read availability during a primary region outage, RA-GRS or RA-ZRS must be used.
170
170
171
171
For more information, see the [Service Level Agreement for Storage Accounts](https://azure.microsoft.com/support/legal/sla/storage/v1_5/).
172
172
@@ -198,8 +198,9 @@ The following table shows the redundancy options supported by each Azure Storage
198
198
199
199
<sup>1</sup> SSD file shares are supported on LRS and ZRS.<br/>
200
200
<sup>2</sup> ZRS managed disks have certain limitations. See the [Limitations](/azure/virtual-machines/disks-redundancy#limitations) section of the redundancy options for managed disks article for details.<br/>
201
+
201
202
> [!NOTE]
202
-
> For storage accounts that leverage the smart tier public preview, redundancy conversions and account failover scenarios have additional dependencies. For more information, see [Optimize costs with smart tier](../blobs/access-tiers-smart.md)
203
+
> For storage accounts that utilize the smart tier public preview, redundancy conversions and account failover scenarios have dependencies. For more information, see [Optimize costs with smart tier](../blobs/access-tiers-smart.md)
0 commit comments