Geo-Redundant Storage

Definition

Azure storage option that asynchronously replicates data to a secondary region hundreds of miles away, maintaining 6 total copies across two regions.

Use Cases

Provider Equivalents

Frequently Asked Questions

What's the difference between Geo-Redundant Storage (GRS) and Zone-Redundant Storage (ZRS)?
ZRS keeps multiple copies of your data across different availability zones within the same region, protecting against a datacenter or zone failure. GRS replicates your data to a second region (hundreds of miles away) asynchronously, protecting against a full regional disaster. In short: ZRS = same region, multiple zones; GRS = two regions.
When should I use Geo-Redundant Storage (GRS)?
Use GRS when you need disaster recovery for data and want protection from a complete regional outage (for example, compliance requirements, critical backups, or business-critical datasets). It’s a good fit for backups, archives, and data that can tolerate some replication delay. If you need read access in the secondary region during an outage, consider RA-GRS.
How much does Geo-Redundant Storage cost?
GRS typically costs more than LRS or ZRS because it stores additional copies in a second region and includes inter-region replication. Pricing depends on the storage account type, the amount of data stored, operations (reads/writes/list), data retrieval patterns, and whether you enable read access to the secondary region (RA-GRS). Check Azure Storage pricing for your region and redundancy option to estimate total cost.

Category: data

Difficulty: advanced

Related Terms

See Also