Skip to content

Commit 96d18d6

Browse files
committed
split out table by item type
1 parent bf9676a commit 96d18d6

File tree

1 file changed

+29
-13
lines changed

1 file changed

+29
-13
lines changed

articles/storage/common/storage-redundancy.md

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -134,26 +134,42 @@ You can query the value of the **Last Sync Time** property using Azure PowerShel
134134

135135
## Summary of redundancy options
136136

137-
The following table shows how durable and available your data is in a given scenario, depending on which type of redundancy is in effect for your storage account:
137+
The tables in the following sections summarize the redundancy options available for Azure Storage
138138

139-
| Scenario | LRS | ZRS | GRS/RA-GRS | GZRS/RA-GZRS |
139+
### Durability and availability parameters
140+
141+
The following table describes key parameters for each redundancy option:
142+
143+
| Parameter | LRS | ZRS | GRS/RA-GRS | GZRS/RA-GZRS |
144+
| :------------------------------------------------------------------------------------------------------- | :------------------------------ | :------------------------------- | :----------------------------------- | :----------------------------------- |
145+
| Percent durability of objects over a given year<sup>1</sup> | at least 99.999999999% (11 9's) | at least 99.9999999999% (12 9's) | at least 99.99999999999999% (16 9's) | at least 99.99999999999999% (16 9's) |
146+
| Availability SLA for read requests<sup>1</sup> | At least 99.9% (99% for cool access tier) | At least 99.9% (99% for cool access tier) | At least 99.9% (99% for cool access tier) for GRS<br /><br />At least 99.99% (99.9% for cool access tier) for RA-GRS | At least 99.9% (99% for cool access tier) for GZRS<br /><br />At least 99.99% (99.9% for cool access tier) for RA-GZRS |
147+
| Availability SLA for write requests<sup>1</sup> | At least 99.9% (99% for cool access tier) | At least 99.9% (99% for cool access tier) | At least 99.9% (99% for cool access tier) | At least 99.9% (99% for cool access tier) |
148+
149+
<sup>1</sup> For information about Azure Storage guarantees for durability and availability, see the [Azure Storage SLA](https://azure.microsoft.com/support/legal/sla/storage/).
150+
151+
### Durability and availability by outage scenario
152+
153+
The following table indicates whether your data is durable and available in a given scenario, depending on which type of redundancy is in effect for your storage account:
154+
155+
| Outage scenario | LRS | ZRS | GRS/RA-GRS | GZRS/RA-GZRS |
140156
| :------------------------------------------------------------------------------------------------------- | :------------------------------ | :------------------------------- | :----------------------------------- | :----------------------------------- |
141157
| A node within a data center becomes unavailable | Yes | Yes | Yes | Yes |
142-
| An entire data center (zonal or non-zonal) becomes unavailable | No | Yes | Yes<sup>1</sup> | Yes |
143-
| A region-wide outage occurs | No | No | Yes<sup>1</sup> | Yes<sup>1</sup> |
144-
| Read access to data in the secondary region if the primary region becomes unavailable | No | No | Yes (with RA-GRS) | Yes (with RA-GZRS) |
145-
| Percent durability of objects over a given year<sup>2</sup> | at least 99.999999999% (11 9's) | at least 99.9999999999% (12 9's) | at least 99.99999999999999% (16 9's) | at least 99.99999999999999% (16 9's) |
146-
| Supported storage account types<sup>3</sup> | GPv2, GPv1, BlockBlobStorage, BlobStorage, FileStorage | GPv2, BlockBlobStorage, FileStorage | GPv2, GPv1, BlobStorage | GPv2 |
147-
| Availability SLA for read requests<sup>2</sup> | At least 99.9% (99% for cool access tier) | At least 99.9% (99% for cool access tier) | At least 99.9% (99% for cool access tier) for GRS<br /><br />At least 99.99% (99.9% for cool access tier) for RA-GRS | At least 99.9% (99% for cool access tier) for GZRS<br /><br />At least 99.99% (99.9% for cool access tier) for RA-GZRS |
148-
| Availability SLA for write requests<sup>2</sup> | At least 99.9% (99% for cool access tier) | At least 99.9% (99% for cool access tier) | At least 99.9% (99% for cool access tier) | At least 99.9% (99% for cool access tier) |
158+
| An availability zone becomes unavailable | N/A | Yes | N/A | Yes |
159+
| A region-wide outage occurs in the primary region | No | No | Yes<sup>1</sup> | Yes<sup>1</sup> |
160+
| Read access to the secondary region is available if the primary region becomes unavailable | No | No | Yes (with RA-GRS) | Yes (with RA-GZRS) |
161+
162+
<sup>1</sup> Account failover is required to restore write availability if the primary region becomes unavailable. For more information, see [Disaster recovery and storage account failover](storage-disaster-recovery-guidance.md).
149163

150-
<sup>1</sup> Account failover is required to restore write availability. For more information, see [Disaster recovery and storage account failover](storage-disaster-recovery-guidance.md).
164+
### Supported storage account types
151165

152-
<sup>2</sup> For information about Azure Storage guarantees for durability and availability, see the [Azure Storage SLA](https://azure.microsoft.com/support/legal/sla/storage/).
166+
The following table shows which redundancy options are supported by each type of storage account. For information for storage account types, see [Storage account overview](storage-account-overview.md).
153167

154-
<sup>3</sup> For information for storage account types, see [Storage account overview](storage-account-overview.md).
168+
| LRS | ZRS | GRS/RA-GRS | GZRS/RA-GZRS |
169+
| :------------------------------ | :------------------------------- | :----------------------------------- | :----------------------------------- |
170+
| GPv2, GPv1, BlockBlobStorage, BlobStorage, FileStorage | GPv2, BlockBlobStorage, FileStorage | GPv2, GPv1, BlobStorage | GPv2 |
155171

156-
All data for all types of storage accounts is copied according to the redundancy option for the storage account. Objects including block blobs, append blobs, page blobs, queues, tables, and files are copied. Data in all tiers, including the archive tier, is copied. For more information about blob tiers, see [Azure Blob storage: hot, cool, and archive access tiers](../blobs/storage-blob-storage-tiers.md).
172+
All data for all storage accounts is copied according to the redundancy option for the storage account. Objects including block blobs, append blobs, page blobs, queues, tables, and files are copied. Data in all tiers, including the archive tier, is copied. For more information about blob tiers, see [Azure Blob storage: hot, cool, and archive access tiers](../blobs/storage-blob-storage-tiers.md).
157173

158174
For pricing information for each redundancy option, see [Azure Storage pricing](https://azure.microsoft.com/pricing/details/storage/).
159175

0 commit comments

Comments
 (0)