VeloStyle Retail is designing a disaster recovery and business continuity solution for its product catalog images, which are stored in a general-purpose v2 Azure Storage account in the East US region.
The solution must meet the following requirements:
- During a primary region outage, the application must maintain read access to the images from the secondary region (West US) with a Recovery Time Objective (RTO) of zero.
- The application must support writing new images once a failover to the secondary region is initiated.
- Regional resilience must be maximized, while keeping replication costs minimized compared to multi-zone cross-region setups.
Which two actions should you include in the design to meet these requirements? (Select TWO.)
- Configure the storage account replication to Read-access geo-redundant storage (RA-GRS).Answer
- Initiate a customer-managed failover of the storage account to the West US region to restore write capability during a primary region outage.Answer
- CConfigure the application to write new images directly to the secondary storage endpoint during the outage without initiating a failover.
- DConfigure the storage account replication to Locally redundant storage (LRS) and use Azure Site Recovery to replicate the blob data.
Answer
Configure the storage account replication to Read-access geo-redundant storage (RA-GRS) and initiate a customer-managed failover of the storage account to the West US region to restore write capability during a primary region outage.
The correct options are configuring the replication to Read-access geo-redundant storage (RA-GRS) and initiating a customer-managed failover to the secondary region during an outage. RA-GRS provides a secondary read-only endpoint that is always accessible, ensuring a read RTO of zero. To restore write functionality, a customer-managed failover is required to swap the primary and secondary regions, making the secondary region the new primary region with write support.
Step-by-Step Solution
Key Concept
Azure Storage replication failover behavior and secondary endpoint access controls.