A media streaming platform needs to host user-uploaded images and subtitles in a standard Azure General Purpose v2 storage account. The design requires the data to survive a major regional disaster. Additionally, during a primary region outage, the application must be able to immediately switch to reading the images and subtitles from the secondary region without triggering any failover process. Which two replication tiers should the architect select?
- Read-access geo-redundant storage (RA-GRS)Answer
- Read-access geo-zone-redundant storage (RA-GZRS)Answer
- CGeo-redundant storage (GRS)
- DLocally redundant storage (LRS)
Answer
Read-access geo-redundant storage (RA-GRS) and Read-access geo-zone-redundant storage (RA-GZRS) are the two replication tiers that meet all requirements.
Read-access geo-redundant storage (RA-GRS) and Read-access geo-zone-redundant storage (RA-GZRS) both replicate data to a secondary region for disaster resilience, and they provide a read-only secondary endpoint. This allows applications to immediately read data from the secondary region during a primary region outage without initiating a failover.
Step-by-Step Solution
Key Concept
Determining storage replication requirements for regional redundancy and immediate secondary read access in Azure Storage.
Estimated Time:1m 30s