Skip to content

Commit 7aa768b

Browse files
committed
tweak table
1 parent 86453ed commit 7aa768b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/common/storage-redundancy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,16 @@ The following table shows how durable and available your data is in a given scen
138138

139139
| Scenario | LRS | ZRS | GRS/RA-GRS | GZRS/RA-GZRS |
140140
| :------------------------------------------------------------------------------------------------------- | :------------------------------ | :------------------------------- | :----------------------------------- | :----------------------------------- |
141-
| A node within a data center becomes unavailable | Yes | Yes | Yes<sup>1</sup> | Yes |
141+
| A node within a data center becomes unavailable | Yes | Yes | Yes | Yes |
142142
| 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 |
143+
| A region-wide outage occurs | No | No | Yes<sup>1</sup> | Yes<sup>1</sup> |
144144
| Read access to data in the secondary region if the primary region becomes unavailable | No | No | Yes (with RA-GRS) | Yes (with RA-GZRS) |
145145
| 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) |
146146
| Supported storage account types<sup>3</sup> | GPv2, GPv1, BlockBlobStorage, BlobStorage, FileStorage | GPv2, BlockBlobStorage, FileStorage | GPv2, GPv1, BlobStorage | GPv2 |
147147
| 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 |
148148
| 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) |
149149

150-
<sup>1</sup> Account failover is required if the primary region becomes unavailable. For more information, see [Disaster recovery and storage account failover](storage-disaster-recovery-guidance.md).
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).
151151

152152
<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/).
153153

0 commit comments

Comments
 (0)