A healthcare provider is designing a high-performance storage solution for medical imaging applications. The solution requires using Azure Premium Files (NFS) to store image files that demand low, sub-millisecond latencies. The storage configuration must remain available and survive the failure of a single physical datacenter (Availability Zone) within the primary Azure region. Which redundancy configuration should you recommend?
- Zone-redundant storage (ZRS)Answer
- BLocally-redundant storage (LRS)
- CGeo-redundant storage (GRS)
- DGeo-zone-redundant storage (GZRS)
Answer
Zone-redundant storage (ZRS)
Zone-redundant storage (ZRS) synchronously replicates data across three Azure availability zones in the primary region, ensuring the storage remains available during a datacenter outage. Because Azure Premium Files only supports LRS and ZRS configurations, ZRS is the only option that meets the high availability requirement.
Step-by-Step Solution
Key Concept
Azure Storage redundancy options and constraints across different performance tiers