Skyline Freight Systems is designing a disaster recovery strategy for its shipment tracking application. The application writes critical transit logs to Azure Blob Storage. The design must meet the following requirements:
- Data must be replicated to a secondary Azure region.
- In the event of a primary region outage, the application must be able to read data from the secondary region.
- The recovery point objective (RPO) must be less than 15 minutes.
- If a failover is initiated to the secondary region, the application must be able to resume write operations.
Which two of the following configuration options and operational behaviors should you include in the design? (Select TWO)
- Configure the storage account to use Read-Access Geo-Redundant Storage (RA-GRS) or Read-Access Geo-Zone-Redundant Storage (RA-GZRS).Cevap
- Initiate a customer-managed failover of the storage account, which updates the primary endpoint to point to the secondary region and allows writes to resume.Cevap
- CConfigure the application to perform active-active write operations directly to the secondary region storage endpoint prior to failover.
- DUse Locally Redundant Storage (LRS) combined with custom manual scripts to copy blobs to the secondary region.
- EDeploy an Azure SQL Database auto-failover group to manage the replication and failover of the Blob Storage containers.
Cevap
Configure the storage account to use Read-Access Geo-Redundant Storage (RA-GRS) or Read-Access Geo-Zone-Redundant Storage (RA-GZRS), and initiate a customer-managed failover of the storage account, which updates the primary endpoint to point to the secondary region and allows writes to resume.
To satisfy the requirements, the storage account must be configured with Read-Access Geo-Redundant Storage (RA-GRS) or Read-Access Geo-Zone-Redundant Storage (RA-GZRS). This ensures that the application can read from the secondary region while the primary is healthy or degraded. To restore write capabilities during a prolonged outage, a customer-managed storage account failover must be initiated. This updates the storage account's DNS records so that the secondary region becomes the new primary region, allowing the application to write to the storage account again.
Adım Adım Çözüm
Anahtar Kavram
Azure Storage replication types (RA-GRS/RA-GZRS) provide read access to the secondary region, but write access to the secondary region is only enabled after initiating a storage account failover.
Tahmini Süre:1m 30s