From the course: Microsoft Azure Fundamentals (AZ-900) Cert Prep by Microsoft Press

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Describe redundancy options

Describe redundancy options

- [Instructor] Let's talk about a concept we talked about way back in lesson two, and that's high availability. How does Azure Storage ensure high availability? Well, it does this by using one of several different redundancy options, and the first one is called Locally-Redundant Storage, or LRS. LRS is the least expensive redundancy option, but it's also the least durable. So in LRS, Microsoft creates three copies of your data in the same data center. Now remember, a data center is a specific building at an Azure region. So if there's a problem that impacts that entire building, you could lose access to your data if you're using LRS, and that's what I mean when I say LRS is the least durable option. The next redundancy option is called Zone-Redundant Storage, or ZRS. ZRS is more durable because it creates three copies of your data, and each is in a separate availability zone. Now remember from lesson two that an…

Contents