Recall & Review
beginner
What does LRS stand for in Azure Storage redundancy?
LRS stands for Locally Redundant Storage. It keeps three copies of your data within a single data center to protect against hardware failures.
Click to reveal answer
intermediate
How does ZRS differ from LRS in Azure Storage?
ZRS means Zone-Redundant Storage. It stores copies of your data across multiple availability zones within the same region, protecting against data center failures.
Click to reveal answer
intermediate
What is the main benefit of GRS in Azure Storage?
GRS stands for Geo-Redundant Storage. It replicates your data to a secondary region hundreds of miles away, protecting against regional outages or disasters.
Click to reveal answer
advanced
Which Azure Storage redundancy option protects against both data center and regional failures?
Geo-Redundant Storage (GRS) protects against data center failures by replicating data within the primary region and also against regional failures by replicating data to a secondary region.
Click to reveal answer
beginner
Why might you choose LRS over GRS for your Azure Storage?
You might choose LRS because it is cheaper and provides protection against hardware failures within a single data center. It is suitable when you don't need protection against regional outages.
Click to reveal answer
Which Azure Storage redundancy option stores data copies across multiple availability zones within the same region?
✗ Incorrect
ZRS replicates data across multiple availability zones in the same region to protect against data center failures.
What does Geo-Redundant Storage (GRS) protect your data against?
✗ Incorrect
GRS replicates data to a secondary region far away to protect against regional disasters or outages.
Which redundancy option is the most cost-effective for protecting data within a single data center?
✗ Incorrect
LRS is the cheapest option as it keeps data copies only within one data center.
If you want your data to be available even if an entire Azure region goes down, which redundancy should you choose?
✗ Incorrect
GRS replicates data to a secondary region, so your data remains available if the primary region fails.
Which redundancy option replicates data synchronously within the same region?
✗ Incorrect
ZRS replicates data synchronously across availability zones within the same region.
Explain the differences between LRS, ZRS, and GRS in Azure Storage redundancy.
Think about where the data copies are stored and what failures each protects against.
You got /4 concepts.
When would you choose Zone-Redundant Storage (ZRS) over Locally Redundant Storage (LRS)?
Consider the difference in failure scope and cost.
You got /4 concepts.