A scientific research institute is designing the storage infrastructure for a high-performance computing (HPC) application. The application requires Azure Blob Storage with sub-millisecond latency and high throughput for write operations, which necessitates the Premium block blobs performance tier.
The architecture must satisfy the following resilience and accessibility requirements:
1. Protect against the outage of a single datacenter in the primary region by replicating data synchronously.
2. Protect against a regional disaster by maintaining an asynchronous copy of the data in a secondary paired region.
3. Allow a reporting tool located in the secondary region to read the data at any time without initiating a storage account failover.
Which storage solution should you recommend to meet these requirements?
- Deploy a Premium Block Blob storage account configured with Zone-Redundant Storage (ZRS) in the primary region, and implement a custom replication workflow using Azure Data Factory to copy blobs to a Premium Block Blob storage account configured with Zone-Redundant Storage (ZRS) in the secondary region.Cevap
- BDeploy a single Premium Block Blob storage account configured with Read-Access Geo-Zone-Redundant Storage (RA-GZRS) to provide synchronous replication in the primary region and read-only access in the secondary region.
- CDeploy a Premium Block Blob storage account configured with Locally Redundant Storage (LRS) in the primary region, and configure Azure Site Recovery (ASR) to replicate the storage account contents asynchronously to the secondary region.
- DDeploy a Standard General Purpose v2 storage account configured with Read-Access Geo-Zone-Redundant Storage (RA-GZRS) to support both zone redundancy and read-only secondary access.