Skip to content

Commit f2831da

Browse files
authored
Merge pull request #115700 from tamram/tamram-0519a
update redundancy summary section
2 parents 434255f + e9cedde commit f2831da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/storage-redundancy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The following table indicates whether your data is durable and available in a gi
155155
| Outage scenario | LRS | ZRS | GRS/RA-GRS | GZRS/RA-GZRS |
156156
| :------------------------------------------------------------------------------------------------------- | :------------------------------ | :------------------------------- | :----------------------------------- | :----------------------------------- |
157157
| A node within a data center becomes unavailable | Yes | Yes | Yes | Yes |
158-
| An entire data center (zonal or non-zonal) becomes unavailable | No | Yes | Yes | Yes |
158+
| An entire data center (zonal or non-zonal) becomes unavailable | No | Yes | Yes<sup>1</sup> | Yes |
159159
| A region-wide outage occurs in the primary region | No | No | Yes<sup>1</sup> | Yes<sup>1</sup> |
160160
| Read access to the secondary region is available if the primary region becomes unavailable | No | No | Yes (with RA-GRS) | Yes (with RA-GZRS) |
161161

@@ -167,7 +167,7 @@ The following table shows which redundancy options are supported by each type of
167167

168168
| LRS | ZRS | GRS/RA-GRS | GZRS/RA-GZRS |
169169
| :------------------------------ | :------------------------------- | :----------------------------------- | :----------------------------------- |
170-
| GPv2, GPv1, BlockBlobStorage, BlobStorage, FileStorage | GPv2, BlockBlobStorage, FileStorage | GPv2, GPv1, BlobStorage | GPv2 |
170+
| General-purpose v2<br /> General-purpose v1<br /> Block blob storage<br /> Blob storage<br /> File storage | General-purpose v2<br /> Block blob storage<br /> File storage | General-purpose v2<br /> General-purpose v1<br /> Blob storage | General-purpose v2 |
171171

172172
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).
173173

0 commit comments

Comments
 (0)