CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Understanding Azure Storage Replication Options: A Deep Dive

Learn how to choose the right Azure storage replication option with this detailed question walkthrough for the AZ-104 exam.

You face a common decision point when configuring Azure storage for applications. Choosing the right replication option can be confusing, especially under exam conditions. This question tests your understanding of storage redundancy and access needs.

The question

You are configuring a storage account for a new application that will store user-generated content. The application requires that the data be available in multiple regions to ensure low latency. Which storage replication option should you choose?

A. Locally Redundant Storage (LRS)
B. Geo-Redundant Storage (GRS)
C. Zone-Redundant Storage (ZRS)
D. Geo-Redundant Storage with Read Access (RA-GRS)

Think before you scroll

Before you jump to the answer, consider the application's requirements. It needs data available in multiple regions for low latency. This requirement will guide your choice of storage replication.

The answer

The correct option is D. Geo-Redundant Storage with Read Access (RA-GRS). This option provides redundancy across regions and allows for read access to the secondary region. This is crucial for applications that require low latency from multiple geographic locations.

Why the other options lose

A. Locally Redundant Storage (LRS)
LRS only replicates data within a single region. This option does not meet the requirement for multi-region availability, making it unsuitable for the application in question.

B. Geo-Redundant Storage (GRS)
While GRS offers cross-region replication, it does not allow read access from the secondary region. This limitation makes GRS a poor fit for applications needing low latency from multiple locations.

C. Zone-Redundant Storage (ZRS)
ZRS provides redundancy across availability zones within a single region. Like LRS, it does not offer cross-region availability, failing to meet the application's multi-region requirement.

The concept behind it

Understanding the different Azure storage replication options is vital. LRS and ZRS are region-specific, while GRS and RA-GRS provide cross-region redundancy. The key difference lies in read access: RA-GRS allows reads from the secondary region, making it suitable for applications needing low latency across geographic locations.

Exam trap to remember

Remember: RA-GRS is your go-to option for multi-region access with read capabilities. If low latency is a requirement, don't settle for anything less than read access from the secondary region.

Take the free AZ-104 mock exam

Take a free mock exam →