Microsoft Azure Data Fundamentals — Question 28
You need to create an Azure Storage account.
Data in the account must replicate outside the Azure region automatically.
Which two types of replication can you use for the storage account? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. zone-redundant storage (ZRS)
- B. read-access geo-redundant storage (RA-GRS)
- C. locally-redundant storage (LRS)
- D. geo-redundant storage (GRS)
Correct answer: B, D
Explanation
The correct answers are B and D because both read-access geo-redundant storage (RA-GRS) and geo-redundant storage (GRS) replicate data to another region, ensuring high availability and durability. Zone-redundant storage (ZRS) and locally-redundant storage (LRS) do not provide cross-region replication, as they only replicate data within the same region.