OmniGene Diagnostics is designing a disaster recovery and business continuity solution for its genomic analysis application. The application writes raw gene sequencing data to an Azure Storage account. The solution must meet the following requirements:
- Protect data against a local datacenter (zone) outage in the primary region with zero data loss.
- Provide a Recovery Point Objective (RPO) of less than 15 minutes for regional outages.
- Provide a Recovery Time Objective (RTO) of less than 1 hour.
- Allow the secondary region application instance to read data immediately during a primary region outage without waiting for a failover.
- Support write operations in the secondary region if a prolonged primary region outage occurs.
- Minimize costs.
Which two configurations should you recommend to meet the requirements? (Select two.)
- Configure the storage account replication to use read-access geo-zone-redundant storage (RA-GZRS).Answer
- Configure the application in the secondary region to direct read requests to the secondary storage endpoint.Answer
- CConfigure the storage account replication to use read-access geo-redundant storage (RA-GRS).
- DConfigure the application in the secondary region to write data directly to the secondary storage endpoint during a primary region outage without initiating a failover.