ZenithFlow Logistics is designing a storage solution for a critical delivery tracking application that stores unstructured telemetry logs and delivery receipts in Azure Blob Storage. The solution must meet the following requirements:
- Under normal operations, data must be replicated across availability zones within the primary region to protect against a single datacenter outage.
- In the event of a complete primary region outage, read access to the tracking logs must remain available immediately with a Recovery Time Objective (RTO) of .
- Write operations must be restored to a secondary region with a Recovery Point Objective (RPO) of less than minutes and an RTO of less than hour.
- Cost and operational complexity must be minimized.
Which two actions should you include in the design to meet these requirements? (Select TWO.)
- Configure the storage account to use Read-Access Geo-Zone-Redundant Storage (RA-GZRS).Answer
- Initiate a customer-managed failover of the storage account to the secondary region to restore write capabilities.Answer
- CConfigure the application to perform write operations directly to the secondary endpoint of the storage account during the primary region outage.
- DConfigure the storage account to use Read-Access Geo-Redundant Storage (RA-GRS).