A corporate client is designing the storage infrastructure for a new core banking system in Azure. The design specifies two storage accounts:
1. `recordsstore`: A General Purpose v2 storage account hosting transactional PDF statements. The statements must survive a regional disaster. The secondary region must be readable at all times to serve read-only queries from reporting systems, and the data must be resilient to zone failures within the primary region.
2. `appfiles`: A Premium file share hosting critical configuration files that require sub-millisecond latency. The share must remain available if a datacenter within the primary region fails.
Which two redundancy options should you select to meet these requirements?
- Read-access geo-zone-redundant storage (RA-GZRS) for recordsstoreAnswer
- Zone-redundant storage (ZRS) for appfilesAnswer
- CRead-access geo-redundant storage (RA-GRS) for recordsstore
- DGeo-zone-redundant storage (GZRS) for recordsstore
- EGeo-zone-redundant storage (GZRS) for appfiles
- FLocally redundant storage (LRS) for appfiles
Answer
Select Read-access geo-zone-redundant storage (RA-GZRS) for recordsstore and Zone-redundant storage (ZRS) for appfiles.
The correct options are the combination of Read-access geo-zone-redundant storage (RA-GZRS) for recordsstore and Zone-redundant storage (ZRS) for appfiles. For recordsstore, RA-GZRS ensures zone-resiliency within the primary region while also providing read-access to the secondary region before failover. For appfiles, ZRS is required to survive a datacenter failure within the primary region, and it is the highest redundancy tier supported by Azure Premium Files (FileStorage accounts).
Step-by-Step Solution
Key Concept
Azure storage redundancy tiers and their limitations across standard and premium storage account types.