An administrator has an Azure Storage account named store1 that currently uses locally redundant storage (LRS). The administrator must configure replication to protect the data against a regional outage. Additionally, the data in the secondary region must be available for read access before any failover is initiated. Which configuration should the administrator use?
- AConfigure the storage account to use geo-redundant storage (GRS).
- BConfigure the storage account to use zone-redundant storage (ZRS).
- Configure the storage account to use read-access geo-redundant storage (RA-GRS).Answer
- DAssign the Storage Blob Data Reader role to users specifically for the secondary region endpoint.
Answer
Configure the storage account to use read-access geo-redundant storage (RA-GRS).
Configuring the storage account to use read-access geo-redundant storage (RA-GRS) satisfies both requirements. It replicates data to a secondary region to protect against a regional disaster, and it provides a secondary read-only endpoint that is accessible to clients before any failover is initiated.
Step-by-Step Solution
Key Concept
Selecting the correct Azure Storage replication option based on durability, geographical distribution, and read availability requirements.
Estimated Time:45s