0%

0/1 Lessons

Course Introduction

• 12min

0 / 1 lessons complete

Introduction to Cloud Computing

• 1hr 10min

0 / 6 lessons complete

The Benefits of using Cloud Services

• 44min

0 / 6 lessons complete

Azure Cloud Service Types

• 38min

0 / 5 lessons complete

Core architectural components of Azure

• 2hr 20min

0 / 8 lessons complete

Compute and Networking Services

• 3hr 14min

0 / 13 lessons complete

Azure Storage Services

• 1hr 48min

0 / 8 lessons complete

Azure Identity, Access and Security

• 1hr 54min

0 / 10 lessons complete

Azure Cost Management

• 1hr 30min

0 / 7 lessons complete

Azure Features and Tools for Governance and Compliance

• 1hr 17min

0 / 7 lessons complete

Features and Tools for Managing and Deploying Azure Resources

• 54min

0 / 5 lessons complete

Monitoring Tools in Azure

• 24min

0 / 5 lessons complete

AZ-900 Practice Exams

• 55min

0 / 2 lessons complete

Course Conclusion

• 5min

0 / 1 lessons complete

Azure Storage Redundancy

Instructions

Q&A (0)

Notes (0)

Resources (0)

Saving Progress...

Resources

There are no resources for this lesson.

Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.

Create note

Lesson: Describe Azure Storage Redundancy

Lesson Introduction

In this lesson, you'll learn about the various redundancy options available in Azure Storage. Redundancy is crucial for ensuring your data is protected from planned and unplanned events such as hardware failures, power outages, and natural disasters. Azure Storage offers multiple redundancy options to meet different availability and durability requirements.

Redundancy in the Primary Region

Azure Storage always replicates your data three times within the primary region to ensure durability and availability. There are two main redundancy options within the primary region:

Locally Redundant Storage (LRS)

Locally redundant storage (LRS) replicates your data three times within a single data center in the primary region. LRS offers at least 99.999999999% durability over a given year. While LRS protects against server rack and drive failures, it does not safeguard against data center disasters like fire or flooding.

Diagram: Locally Redundant Storage (LRS)

DatacenterStorage Account NameData
Primary Regionmyaccount1Copy 1
myaccount1Copy 2
myaccount1Copy 3

Zone-Redundant Storage (ZRS)

For regions with Availability Zones, zone-redundant storage (ZRS) synchronously replicates your data across three Azure availability zones in the primary region. ZRS ensures that your data remains accessible even if one zone becomes unavailable, offering at least 99.9999999999% durability over a given year.

Diagram: Zone-Redundant Storage (ZRS)

Primary RegionAvailability Zone 1Availability Zone 2Availability Zone 3
DatacenterStorage AccountStorage AccountStorage Account
myaccount1myaccount1myaccount1
Copy 1Copy 2Copy 3

Redundancy in a Secondary Region

For applications requiring high durability, Azure Storage allows replication to a secondary region that is geographically distant from the primary region. This protects against regional disasters. The secondary region is determined by Azure Region Pairs and cannot be changed once set.

Geo-Redundant Storage (GRS)

Geo-redundant storage (GRS) synchronously replicates your data three times within a single physical location in the primary region using LRS. It then asynchronously copies the data to a secondary region, also using LRS, ensuring at least 99.99999999999999% durability over a given year.

Diagram: Geo-Redundant Storage (GRS)

Primary RegionSecondary Region
DatacenterDatacenter
Locally Redundant Storage (LRS)Locally Redundant Storage (LRS)
Storage AccountStorage Account
myaccount1myaccount2
Copy 1Copy 1
Copy 2Copy 2
Copy 3Copy 3

Geo-Zone-Redundant Storage (GZRS)

Geo-zone-redundant storage (GZRS) combines the high availability of ZRS with the regional disaster protection of GRS. Data is synchronously replicated across three availability zones in the primary region and asynchronously copied to a secondary region using LRS. GZRS offers at least 99.99999999999999% durability over a given year.

Azure Data Storage Design
Azure Data Storage Design

Read Access to Data in the Secondary Region

For applications that require read access to replicated data in the secondary region, Azure offers read-access geo-redundant storage (RA-GRS) and read-access geo-zone-redundant storage (RA-GZRS). These options ensure that your data is always available, even when the primary region is running optimally.

Important: Data in the secondary region may not be up-to-date due to the recovery point objective (RPO), which typically has a delay of less than 15 minutes.

Server Academy Members Only

Sorry, this lesson is only available to Server Academy Full Access members. Become a Full-Access Member now and you’ll get instant access to all of our courses.

0 0 votes
Lesson Rating
Subscribe
Notify of
profile avatar
0 Comments
Inline Feedbacks
View all comments