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
+27-9Lines changed: 27 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,24 +134,42 @@ You can query the value of the **Last Sync Time** property using Azure PowerShel
134
134
135
135
## Summary of redundancy options
136
136
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
| 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 | Yes |
143
-
| A region-wide outage occurs | No | No | Yes | Yes |
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
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) |
| 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 |
148
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) |
149
148
150
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/).
151
150
152
-
<sup>2</sup> For information for storage account types, see [Storage account overview](storage-account-overview.md).
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:
| 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 |
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).
163
+
164
+
### Supported storage account types
165
+
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).
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).
155
173
156
174
For pricing information for each redundancy option, see [Azure Storage pricing](https://azure.microsoft.com/pricing/details/storage/).
0 commit comments