Redundancy options (LRS, GRS, RA-GRS, ZRS)

Azure storage services

📘Microsoft Certified: Azure Fundamentals (AZ-900)


Absolutely! Let’s break down Azure Storage redundancy options in a clear, exam-focused way for the AZ-900 course. I’ll explain everything you need to know for the exam, in simple IT terms, without using unrelated real-life analogies.


Azure Storage Redundancy Options

When you store data in Azure Storage (like blobs, files, or tables), it’s important to make sure your data is safe and available, even if something goes wrong. Redundancy in Azure means how many copies of your data exist and where they are stored. This helps protect against hardware failures, data center issues, or regional outages.

Azure provides several redundancy options:


1. LRS – Locally Redundant Storage

  • Full name: Locally Redundant Storage
  • What it does:
    • Keeps 3 copies of your data within a single Azure datacenter.
    • All copies are stored in the same physical location.
  • Use case:
    • Protects against hardware failures inside the datacenter.
    • If one server or disk fails, your data is still available from the other copies.
  • Limitation:
    • If the entire datacenter goes down, your data may be temporarily unavailable.
  • Key point for exam:
    • LRS = 3 copies, same datacenter, protects against local hardware failure only.

2. ZRS – Zone-Redundant Storage

  • Full name: Zone-Redundant Storage
  • What it does:
    • Keeps 3 copies of your data in different Availability Zones within the same region.
    • Availability Zones are physically separate data centers within a region.
  • Use case:
    • Protects against datacenter failures in a region.
    • If one zone goes down, your data is still available in other zones.
  • Key point for exam:
    • ZRS = 3 copies across multiple zones in one region, better for higher availability than LRS.

3. GRS – Geo-Redundant Storage

  • Full name: Geo-Redundant Storage
  • What it does:
    • Keeps 6 copies of your data:
      • 3 copies in the primary region
      • 3 copies in a secondary region (hundreds of miles away)
    • The secondary region is automatically kept synchronized.
  • Use case:
    • Protects against regional disasters.
    • Even if the entire primary region goes down, your data can be recovered from the secondary region.
  • Limitation:
    • Secondary region is read-only by default; you can’t access it unless Microsoft triggers failover or you manually request it.
  • Key point for exam:
    • GRS = 6 copies, primary + secondary region, protects against regional disaster.

4. RA-GRS – Read-Access Geo-Redundant Storage

  • Full name: Read-Access Geo-Redundant Storage
  • What it does:
    • Same as GRS, but you can read data from the secondary region at any time.
    • Provides continuous read availability, even if the primary region is unavailable.
  • Use case:
    • Useful for critical applications that need read access even during a regional outage.
    • Example: Reporting or analytics that can still work if primary region fails.
  • Key point for exam:
    • RA-GRS = GRS + read access from secondary region.

Quick Comparison Table for Exam

Redundancy TypeCopiesLocation of CopiesData Access During OutageBest For
LRS3Single datacenterNo, datacenter failure can cause outageLocal hardware protection
ZRS3Across zones in one regionYes, if one zone failsHigh availability within region
GRS63 primary, 3 secondary regionNo, read-only unless failoverDisaster recovery across regions
RA-GRS63 primary, 3 secondary regionYes, read access from secondaryDisaster recovery + continuous read access

Key Exam Points to Remember

  1. All Azure Storage accounts allow you to choose a redundancy option when you create the account.
  2. LRS and ZRS stay within one region.
  3. GRS and RA-GRS replicate to a secondary region automatically.
  4. RA-GRS is the only option that allows read access from the secondary region.
  5. Redundancy affects data durability, availability, and disaster recovery.

💡 Tip for the AZ-900 exam:

  • Remember LRS = local, ZRS = zones, GRS = geo, RA-GRS = geo + read access.
  • If the question mentions regional disaster recovery, it’s either GRS or RA-GRS.
  • If the question mentions multiple datacenter zones, it’s ZRS.
Buy Me a Coffee