Storage resilience
CoreAzure Storage redundancy
LRS, ZRS, GRS, RA-GRS, GZRS, and RA-GZRS durability choices.
Key points
- LRS and ZRS protect the primary region at different physical boundaries.
- GRS and GZRS add an asynchronous secondary-region copy.
- RA variants expose the secondary endpoint for reads before failover.
Best-known use cases
- Protect data from availability-zone failure.
- Maintain a geo-replicated copy with optional secondary reads.
What candidates often confuse it with
- LRS vs ZRS: one datacenter boundary vs multiple zones.
- Object replication vs redundancy: selected block-blob copies vs platform account durability.
Key takeaway
Select redundancy by required local, zonal, regional, and normal secondary-read behavior.
Related services
- Blob object replication
Relevant exam tasks
- D2.2.S2 — Configure Azure Storage redundancy
- D2.2.S3 — Configure object replication