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

Provider Equivalents

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