ApexGlow Media is designing a business continuity solution for its content delivery application. The application's metadata is stored in Azure Blob Storage. The primary region is East US, and the secondary region is West US. The design requirements are as follows:
- During normal operations, the application in the secondary region must have read-only access to the replicated metadata.
- In the event of a primary region outage, the application must be able to fail over to the secondary region and resume write operations.
- The Recovery Point Objective (RPO) must be less than minutes.
- The solution must minimize cost and avoid active-active compute configurations.
Which storage replication and failover design should you recommend?
- AConfigure the storage account to use Read-Access Geo-Redundant Storage (RA-GRS). In the event of a primary region outage, redirect the application's write operations directly to the secondary storage endpoint () without initiating a failover.
- BConfigure the storage account to use Geo-Redundant Storage (GRS). In the event of a primary region outage, direct the application in the secondary region to read from the secondary storage endpoint while waiting for Microsoft to perform an Azure-managed failover.
- Configure the storage account to use Read-Access Geo-Redundant Storage (RA-GRS). In the event of a primary region outage, initiate a customer-managed failover, and then redirect the application's write operations to the primary storage endpoint.Cevap
- DConfigure the storage account to use Locally Redundant Storage (LRS) in the primary region. Use an Azure Function to asynchronously copy blobs to an LRS storage account in the secondary region to avoid geo-replication costs.
Cevap
Configure the storage account to use Read-Access Geo-Redundant Storage (RA-GRS). In the event of a primary region outage, initiate a customer-managed failover, and then redirect the application's write operations to the primary storage endpoint.
The correct option satisfies the requirement of read access to the secondary region during normal operations by utilizing Read-Access Geo-Redundant Storage (RA-GRS). It also correctly handles the primary region outage by initiating a customer-managed failover, which promotes the secondary region to the new primary, changes the storage account replication to Locally Redundant Storage (LRS), and allows writes to proceed on the storage endpoint.
Adım Adım Çözüm
Anahtar Kavram
Azure Storage Geo-Replication Failover Behavior
Tahmini Süre:2m 0s