FREE STUDY NOTES · AZ-104

Azure storage redundancy: LRS vs ZRS vs GRS vs GZRS

Where LRS, ZRS, GRS, RA-GRS, GZRS and RA-GZRS keep your copies, what each survives, and which account types support them.

From Ultra Transcenders AZ-104 by Tony Rough

Azure Storage always keeps multiple copies of your data; the redundancy option decides where those copies live and therefore which failures the data survives. The trade-off is cost against the size of the failure you’re protecting against.

Option Copies and replication Survives
LRS 3 synchronous copies in one datacentre in the primary region; cheapest Disk or rack failure, not a datacentre outage
ZRS Synchronous across 3 availability zones in the primary region Loss of one zone or datacentre
GRS / RA-GRS LRS in the primary region + asynchronous copy to the fixed paired region (for example North Europe ↔︎ West Europe) Regional outage
GZRS / RA-GZRS ZRS in the primary region + asynchronous copy to the paired region Zone and regional outage

With GRS and GZRS the secondary region keeps three more synchronous (LRS) copies, six copies in all, and that data can be read only after a failover; RA-GRS and RA-GZRS add read access to the secondary region at any time. (See Figure 4.1.)

LRS keeps three copies in one datacentre and ZRS spreads three copies across three availability zones in the primary region. GRS and GZRS add an asynchronous copy to three more copies in one datacentre in the paired region, six copies in all; that secondary is readable only after a failover unless RA-GRS or RA-GZRS is used.
Figure 4.1: Where LRS, ZRS, GRS and GZRS keep their copies

Which accounts support ZRS and Archive

Get the whole book

This note is one section of Ultra Transcenders AZ-104: Microsoft Azure Administrator, an independent study guide that explains every topic the exam covers by technology, with comparison tables, diagrams and the common traps, plus a glossary linked to Microsoft Learn.

Amazon.co.ukKindlePaperback
Amazon.comKindlePaperback

Opens Amazon in a new tab.

About the book · Free AZ-104 glossary · All AZ-104 study notes

More AZ-104 study notes