A financial services firm is designing the Azure storage architecture for two distinct workloads using Azure Blob Storage:
1. Workload A (Transaction Logs): Must be resilient to the failure of a datacenter within the primary region without data loss, must be replicated to a secondary region to protect against regional disasters, and does not require read access to the secondary region unless a failover is initiated.
2. Workload B (Reporting Data): Must be resilient to the failure of a datacenter within the primary region without data loss, must be replicated to a secondary region, and must allow reporting applications to read data from the secondary region without waiting for a failover to be initiated.
Which two redundancy options should you select to meet the requirements for Workload A and Workload B? (Select two.)
- Geo-zone-redundant storage (GZRS) for Workload AAnswer
- Read-access geo-zone-redundant storage (RA-GZRS) for Workload BAnswer
- CGeo-redundant storage (GRS) for Workload A
- DRead-access geo-redundant storage (RA-GRS) for Workload B
- EZone-redundant storage (ZRS) for Workload A
- FLocally-redundant storage (LRS) for Workload B