A logistics enterprise plans to deploy a high-performance document processing system on Azure. The system requires SMB file shares hosted on the Premium tier of Azure Files to meet sub-millisecond metadata latency requirements. The storage configuration must remain resilient and available if a single physical datacenter in the primary region experiences a power outage. Which storage redundancy configuration should you recommend?
- ALocally-redundant storage (LRS)
- BGeo-redundant storage (GRS)
- Zone-redundant storage (ZRS)Answer
- DGeo-zone-redundant storage (GZRS)
Answer
Zone-redundant storage (ZRS)
Zone-redundant storage (ZRS) synchronously replicates data across three separate physical datacenters (Availability Zones) in the primary region. This allows the system to survive a datacenter outage. Because Premium Azure Files supports only LRS and ZRS, Zone-redundant storage (ZRS) is the only valid configuration that satisfies both the resiliency requirement and the latency constraint.
Step-by-Step Solution
Key Concept
Azure Storage redundancy options and tier limitations
Estimated Time:1m 30s