ThermaLogistics operates a fleet of refrigerated shipping containers and uses Azure Blob Storage to ingest real-time temperature and telemetry data. You are designing a high availability (HA) and disaster recovery (DR) solution for this data. The solution must satisfy the following requirements:
- Maximize read availability for telemetry reporting, allowing read access to data even if the primary region experiences an outage.
- Achieve a recovery point objective (RPO) of less than 15 minutes for regional disasters.
- Minimize costs while ensuring regional redundancy.
- Ensure that the telemetry ingestion application only writes to the primary endpoint, as the secondary region does not support writes prior to a failover.
Which two actions should you perform? (Select two.)
- Configure the storage account to use Read-Access Geo-Redundant Storage (RA-GRS).Answer
- Configure the telemetry reporting application to query the secondary storage endpoint during a primary region outage.Answer
- CConfigure the telemetry ingestion application to write to both the primary and secondary storage endpoints simultaneously.
- DConfigure the storage account to use Read-Access Geo-Zone-Redundant Storage (RA-GZRS) to minimize storage costs.
- EConfigure the storage account to use Locally Redundant Storage (LRS) to minimize storage costs.