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
- Microsoft: Protecting customer data in Azure Storage against regional outages and disasters — Azure Storage uses geo-replication options (such as GRS/RA-GRS) that asynchronously replicate data from a primary region to a paired secondary region, maintaining multiple copies across both regions. (Improved durability and disaster recovery posture by ensuring data can survive a regional failure and be recovered from a secondary region when needed.)
- Adobe: Disaster recovery for digital content and assets stored as objects — Uses cross-region replication patterns for object storage so that critical assets are copied to a second region, enabling recovery if the primary region becomes unavailable. (Reduced risk of data loss from regional incidents and improved business continuity for content workflows.)
Provider Equivalents
- AWS: Amazon S3 Cross-Region Replication (CRR)
- Azure: Azure Storage Geo-Redundant Storage (GRS) / Read-Access GRS (RA-GRS)
- GCP: Google Cloud Storage dual-region buckets
- OCI: OCI Object Storage Replication
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