A financial services company is designing a storage solution to host shared configuration files for a containerized trading application. The application requires SMB file shares with sub-millisecond latency and high IOPS. The storage solution must remain available if a single availability zone in the primary region fails. Additionally, the company requires disaster recovery capabilities to recover the files in a secondary Azure region with a Recovery Point Objective (RPO) of 24 hours. You plan to use Azure File Sync to replicate files to the secondary region. Which redundancy configuration should you select for the primary Azure storage account to meet these requirements?
- Zone-redundant storage (ZRS)Cevap
- BGeo-zone-redundant storage (GZRS)
- CLocally-redundant storage (LRS)
- DGeo-redundant storage (GRS)
Cevap
Zone-redundant storage (ZRS) in a Premium file share (FileStorage) account combined with Azure File Sync for regional replication.
The correct option stating Zone-redundant storage (ZRS) is correct because the performance requirements (sub-millisecond latency and high IOPS for SMB) dictate the use of Premium Azure Files. Premium file shares are hosted in FileStorage accounts, which only support LRS and ZRS redundancy options. To satisfy the high availability requirement of surviving a zone outage, ZRS is required because it replicates data synchronously across three availability zones. The regional recovery requirement is fulfilled by replicating data to the secondary region using Azure File Sync, which easily accommodates the relaxed 24-hour RPO constraint.
Adım Adım Çözüm
Anahtar Kavram
Azure Storage account type features and limitations regarding redundancy tiers, specifically that Premium File Shares (FileStorage) support only LRS and ZRS, requiring application-level or auxiliary replication tools (such as Azure File Sync) to achieve regional disaster recovery.