A logistics company is designing a multi-region architecture for storing shipment images using Azure Block Blobs. To ensure high availability, the application must be able to write new images to the storage endpoints in both the primary and secondary Azure regions simultaneously. A junior architect suggests configuring the storage account with Read-Access Geo-Redundant Storage (RA-GRS). Why is this suggestion invalid?
- Read-Access Geo-Redundant Storage (RA-GRS) only allows read-only access to the secondary region, and write operations can only be performed on the primary region.Cevap
- BRead-Access Geo-Redundant Storage (RA-GRS) behaves exactly like Locally Redundant Storage (LRS) and does not replicate data to a secondary region.
- CRead-Access Geo-Redundant Storage (RA-GRS) forces all replication to stay within a single Availability Zone (ZRS), which does not support multi-region access.
- DRead-Access Geo-Redundant Storage (RA-GRS) only supports active-active write access when configured as standard Geo-Redundant Storage (GRS).
Cevap
Read-Access Geo-Redundant Storage (RA-GRS) only allows read-only access to the secondary region, and write operations can only be performed on the primary region.
The correct answer is correct because RA-GRS provides read-only access to the secondary endpoint. It does not support active-active multi-region write operations. All write operations must be sent to the primary endpoint.
Adım Adım Çözüm
Anahtar Kavram
Read-Access Geo-Redundant Storage (RA-GRS) provides read-only access to the secondary region's endpoint; it does not support active-active write access across regions.
Tahmini Süre:1m 0s