You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Azure Storage automatically replicates your data to protect against hardware failures, network outages, and regional disasters. The redundancy option you choose determines how many copies of your data are kept and where they are stored. This lesson covers all six redundancy options, their durability guarantees, failover behaviour, and how to choose the right option for your workload.
Data loss can be catastrophic. Azure Storage always maintains multiple copies of your data, but the level of protection varies:
Your redundancy choice determines how well your data survives each scenario.
Azure Storage offers six redundancy options in two categories:
| Option | Full Name | Copies | Scope | Durability (annual) |
|---|---|---|---|---|
| LRS | Locally Redundant Storage | 3 | Single data centre | 99.999999999% (11 nines) |
| ZRS | Zone-Redundant Storage | 3 | 3 availability zones | 99.9999999999% (12 nines) |
| Option | Full Name | Copies | Scope | Durability (annual) |
|---|---|---|---|---|
| GRS | Geo-Redundant Storage | 6 | LRS in primary + LRS in secondary region | 99.99999999999999% (16 nines) |
| GZRS | Geo-Zone-Redundant Storage | 6 | ZRS in primary + LRS in secondary region | 99.99999999999999% (16 nines) |
| RA-GRS | Read-Access Geo-Redundant Storage | 6 | Same as GRS + read access to secondary | 99.99999999999999% (16 nines) |
| RA-GZRS | Read-Access Geo-Zone-Redundant Storage | 6 | Same as GZRS + read access to secondary | 99.99999999999999% (16 nines) |
LRS replicates your data three times within a single data centre in the primary region.
Data Centre (Primary Region)
|-- Copy 1
|-- Copy 2
|-- Copy 3
ZRS replicates your data across three availability zones within the primary region.
Primary Region
|-- Availability Zone 1: Copy 1
|-- Availability Zone 2: Copy 2
|-- Availability Zone 3: Copy 3
GRS combines LRS in the primary region with asynchronous replication to a secondary region (where data is also stored using LRS).
Primary Region (LRS) Secondary Region (LRS)
|-- Copy 1 |-- Copy 4
|-- Copy 2 |-- Copy 5
|-- Copy 3 |-- Copy 6
| |
|--- async replication ----|
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.