Soru

Zorluk: KolayDesign Storage and Non-Relational Data HA and DR

A logistics company, SwiftRoute Deliveries, is designing a disaster recovery plan for its package tracking data stored in Azure Blob Storage. The solution must meet the following requirements:
- The tracking data must remain readable even if the primary Azure region experiences a complete regional outage.
- Users must be able to read data from the secondary region at any time without initiating a storage account failover.
- Storage costs must be minimized.

Which two configuration steps should you recommend? (Select TWO)

  1. Configure the storage account to use Read-access geo-redundant storage (RA-GRS).Cevap
  2. Configure the client application to direct read operations to the secondary endpoint if the primary endpoint is unavailable.Cevap
  3. C
    Configure the client application to write tracking data directly to the secondary storage endpoint to achieve active-active write capabilities.
  4. D
    Configure the storage account to use Locally redundant storage (LRS) to minimize storage costs.
  5. E
    Configure the storage account to use Geo-redundant storage (GRS) to allow read access to the secondary endpoint at all times.

Cevap

Configure the storage account to use Read-access geo-redundant storage (RA-GRS) and configure the client application to direct read operations to the secondary endpoint if the primary endpoint is unavailable.
To meet the requirements, you must configure the storage account to use Read-access geo-redundant storage (RA-GRS) because it replicates data across regions and provides a read-only endpoint in the secondary region. Additionally, the client application must be configured to handle read failures by targeting the secondary read endpoint. This allows users to read tracking data even during a primary region outage without requiring a storage account failover.

Adım Adım Çözüm

1
Analyze the read availability requirement during a primary region outage without failover.
Read-access geo-redundant storage (RA-GRS) must be selected because it replicates data to a secondary region and provides a secondary read-only endpoint.
Standard Geo-redundant storage (GRS) replicates data but does not expose a read-only endpoint in the secondary region unless a failover is triggered.
2
Determine how the client application should access the secondary region.
The client application must be configured to query the secondary read-only endpoint if the primary endpoint fails.
This allows the application to remain available for read queries during a primary region outage without requiring administrative failover.

Anahtar Kavram

Read-access geo-redundant storage (RA-GRS) replication and client-side read routing to the secondary storage endpoint.
Bu soruyu puanla