Zone-Redundant Storage
Definition
Zone-Redundant Storage in Azure synchronously replicates data across three availability zones, enhancing data durability and availability in cloud
Use Cases
- Microsoft: Protecting Azure platform and customer data services from single data center failures while keeping data within a region for residency and latency needs — Uses availability zones across many Azure regions and offers Zone-Redundant Storage (ZRS) as a storage redundancy option so data is replicated across three zones within the same region (Improved resilience to data center outages and reduced risk of downtime or data unavailability during a zonal failure while maintaining regional data residency)
- Stack Overflow: Maintaining availability of application assets and backups during infrastructure incidents while serving a global developer audience — Runs on Microsoft Azure and uses Azure Storage for application data and assets; ZRS can be used to keep critical blobs/queues resilient to a single-zone outage within the chosen region (Higher service continuity during localized failures and simpler operations compared to building custom cross-zone replication logic at the application layer)
Provider Equivalents
- Azure: Azure Storage Zone-Redundant Storage (ZRS)
- GCP: Google Cloud Storage Dual-region
- OCI: OCI Object Storage (Regional)
Frequently Asked Questions
- What's the difference between Zone-Redundant Storage (ZRS) and Geo-Redundant Storage (GRS)?
- ZRS keeps your data inside one Azure region and synchronously replicates it across three availability zones, protecting you from a single data center (zone) failure. GRS replicates your data to a secondary region (geo-replication), which helps with regional disasters but can introduce different failover behavior and may affect data residency because a copy exists in another region.
- When should I use Zone-Redundant Storage (ZRS)?
- Use ZRS when you need higher availability and resilience than a single data center can provide, but you must keep data within the same region for latency or residency reasons. Common fits include web app content, user uploads, shared datasets, and operational data that must remain available even if one availability zone goes down.
- How much does Zone-Redundant Storage (ZRS) cost?
- ZRS typically costs more than locally redundant options because it writes copies across multiple availability zones. Your total cost depends on the storage type (Blob, Files, etc.), the amount of data stored (GB/TB), the access tier (hot/cool/archive for Blob), and transaction and data retrieval charges. Pricing varies by region, so you should compare the ZRS price to LRS/GRS in the Azure Storage pricing page for your target region.
Category: data
Difficulty: intermediate
Related Terms
See Also