NovaHealth Solutions is designing a disaster recovery strategy for its clinical intake application. The application writes transactional check-in records to an Azure Storage account. You need to recommend a storage replication and recovery strategy that meets the following requirements:
* During a primary region outage, existing records must be readable within 15 minutes.
* During a primary region outage, write capabilities for new records must be restored within 1 hour.
* Data loss (RPO) for both reads and writes must be less than 15 minutes.
* Costs must be minimized.
Which storage configuration and disaster recovery strategy should you recommend?
- Configure the storage account to use Read-Access Geo-Redundant Storage (RA-GRS). During a primary region outage, point the application to the secondary read-only endpoint, and initiate a customer-managed failover to make the secondary region the new primary for write operations.Answer
- BConfigure the storage account to use Geo-Redundant Storage (GRS). During a primary region outage, immediately initiate a customer-managed failover to make the secondary region the new primary for both read and write operations.
- CConfigure the storage account to use Read-Access Geo-Redundant Storage (RA-GRS). During a primary region outage, immediately redirect all read and write requests to the secondary endpoint without initiating a failover.
- DConfigure the storage account to use Geo-Redundant Storage (GRS). During a primary region outage, configure the application to write to the secondary endpoint while waiting for Microsoft to initiate a failover.
Answer
Configure the storage account to use Read-Access Geo-Redundant Storage (RA-GRS). During a primary region outage, point the application to the secondary read-only endpoint, and initiate a customer-managed failover to make the secondary region the new primary for write operations.
The correct strategy is to use Read-Access Geo-Redundant Storage (RA-GRS) and point the application to the secondary read-only endpoint during an outage to meet the 15-minute read RTO, while initiating a customer-managed failover to restore write capabilities within 1 hour. This ensures zero read downtime and restores write capabilities within the RTO while minimizing storage costs.
Step-by-Step Solution
Key Concept
Read-Access Geo-Redundant Storage (RA-GRS) replication and customer-managed failover behavior.