Skip to content

Commit 511739a

Browse files
authored
Update 4-design-for-data-redundancy.md
1 parent d014f4f commit 511739a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

learn-pr/wwl-azure/design-data-storage-solution-for-non-relational-data/includes/4-design-for-data-redundancy.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,14 @@ You review the different options for implementing replication. Data redundancy i
5555

5656
- **Consider zone-redundant storage**. Choose ZRS for excellent performance, low latency, and resiliency for your data if it becomes temporarily unavailable. Keep in mind that ZRS by itself might not protect your data against a regional disaster where multiple zones are permanently affected.
5757

58+
5859
- **Consider secondary regions**. For applications requiring high durability, you can choose to additionally copy the data in your storage account to a secondary region that is hundreds of miles away from the primary region. If your storage account is copied to a secondary region, then your data is durable even if a complete regional outage or a disaster in which the primary region isn't recoverable.
5960

6061
- **Consider read access requirements**. Identify Tailwind Traders applications that require read access to the replicated data in the secondary region, if the primary region becomes unavailable for any reason. Configure your storage account with read access to the secondary region. Your applications can seamlessly shift to reading data from the secondary region if the primary region becomes unavailable.
6162

63+
64+
> [!Note]
65+
> The Archive access tier for Blob Storage isn't supported for ZRS, GZRS, or RA-GZRS accounts. If your storage account contains archived blobs, you must rehydrate them to an online tier before converting to zone-redundant storage.
66+
6267
> [!TIP]
63-
> Continue your learning with the [Describe Azure storage services](/training/modules/describe-azure-storage-services/) training module.
68+
> Continue your learning with the [Describe Azure storage services](/training/modules/describe-azure-storage-services/) training module.

0 commit comments

Comments
 (0)