Skip to content

Commit 8e7cdfe

Browse files
authored
Merge pull request #88810 from tamram/patch-42
Update storage-redundancy.md
2 parents 4d505bc + 604e3d0 commit 8e7cdfe

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
@@ -6,7 +6,7 @@ author: tamram
66

77
ms.service: storage
88
ms.topic: article
9-
ms.date: 07/10/2019
9+
ms.date: 09/17/2019
1010
ms.author: tamram
1111
ms.reviewer: artek
1212
ms.subservice: common
@@ -33,15 +33,15 @@ When you create a storage account, you can select one of the following redundanc
3333

3434
The following table provides a quick overview of the scope of durability and availability that each replication strategy will provide you for a given type of event (or event of similar impact).
3535

36-
| Scenario | LRS | ZRS | GRS/RA-GRS | GZRS/RA-GZRS |
36+
| Scenario | LRS | ZRS | GRS/RA-GRS | GZRS/RA-GZRS (preview) |
3737
| :------------------------------------------------------------------------------------------------------- | :------------------------------ | :------------------------------- | :----------------------------------- | :----------------------------------- |
3838
| Node unavailability within a data center | Yes | Yes | Yes | Yes |
3939
| An entire data center (zonal or non-zonal) becomes unavailable | No | Yes | Yes | Yes |
4040
| A region-wide outage | No | No | Yes | Yes |
4141
| Read access to your data (in a remote, geo-replicated region) in the event of region-wide unavailability | No | No | Yes (with RA-GRS) | Yes (with RA-GZRS) |
4242
| Designed to provide \_\_ durability of objects over a given year | 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) |
4343
| Supported storage account types | GPv2, GPv1, Blob | GPv2 | GPv2, GPv1, Blob | GPv2 |
44-
| Availability SLA for read requests | 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.99% (99.9% for Cool Access Tier) |
44+
| Availability SLA for read requests | 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, at least 99.99% (99.9% for Cool Access Tier) for RA-GRS | At least 99.99% (99.9% for Cool Access Tier) |
4545
| Availability SLA for write requests | 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) |
4646

4747
All data in your storage account is replicated, including block blobs and append blobs, page blobs, queues, tables, and files. All types of storage accounts are replicated, although ZRS requires a general-purpose v2 storage account.

0 commit comments

Comments
 (0)