Storage redundancy: LRS vs ZRS vs GRS vs RA-GRS

Verdict: Stay in-region but survive a zone loss: ZRS. Single datacentre only: LRS. Copy to a paired region: GRS. Read the secondary before failover: RA-GRS. Data-residency rules rule out every geo option.

CriterionLRSZRSGRSRA-GRS
Scope of copiesOne datacentreThree or more zones in the primary regionPrimary region plus a paired secondary regionPrimary plus paired secondary, readable
Survives zone lossNoYesYes (primary is still local)Yes
Stays in regionYesYesNoNo
Secondary read accessNoneNoneOnly after account failoverAnytime, via the -secondary endpoint
Choose whenLowest cost, non-criticalIn-region data residency plus zone resilienceCross-region disaster recoveryTest or read the secondary while primary is up

Rules

Traps