An organization is designing the storage architecture for two Azure General Purpose v2 storage accounts with different business requirements:
* StorageAccount1: Stores machine learning models. The storage must survive a zone failure within the primary region and replicate to a secondary paired region to protect against a regional outage. Read access to the secondary region is not required.
* StorageAccount2: Stores static media assets. The storage must survive a zone failure within the primary region, replicate to a secondary region, and allow the application to read the media assets from the secondary region at any time without triggering a storage failover.
Which two redundancy options should you recommend to meet these requirements?
- Geo-zone-redundant storage (GZRS) for StorageAccount1Cevap
- Read-access geo-zone-redundant storage (RA-GZRS) for StorageAccount2Cevap
- CGeo-redundant storage (GRS) for StorageAccount1
- DRead-access geo-redundant storage (RA-GRS) for StorageAccount2
- EZone-redundant storage (ZRS) for StorageAccount2
Cevap
Geo-zone-redundant storage (GZRS) for StorageAccount1 and Read-access geo-zone-redundant storage (RA-GZRS) for StorageAccount2
The correct options are Geo-zone-redundant storage (GZRS) for StorageAccount1 and Read-access geo-zone-redundant storage (RA-GZRS) for StorageAccount2. GZRS replicates data across three availability zones in the primary region and copies it to a secondary region, which satisfies the zone survival and regional replication requirements for StorageAccount1. RA-GZRS provides the same zonal and regional protection while also enabling read access to the secondary region without failover, satisfying all requirements for StorageAccount2.
Adım Adım Çözüm
Anahtar Kavram
Selecting Azure Storage redundancy tiers to meet availability (zone-redundancy) and disaster recovery (geo-redundancy and read access) requirements.