Storage redundancy (LRS, ZRS, GRS)
📖 Scenario: You are setting up Azure Storage accounts for a company that wants to protect their data against hardware failures and regional outages. You will create storage accounts with different redundancy options to understand how data is replicated and protected.
🎯 Goal: Create three Azure Storage accounts with different redundancy settings: Locally-redundant storage (LRS), Zone-redundant storage (ZRS), and Geo-redundant storage (GRS). This will help you see how Azure keeps data safe in different ways.
📋 What You'll Learn
Create a storage account named
storageLRS with redundancy set to LRSCreate a storage account named
storageZRS with redundancy set to ZRSCreate a storage account named
storageGRS with redundancy set to GRSUse the Azure CLI syntax for storage account creation
Use the resource group
myResourceGroup and location eastus💡 Why This Matters
🌍 Real World
Companies use storage redundancy to protect their data from hardware failures and disasters. Understanding how to configure redundancy helps ensure data availability and durability.
💼 Career
Cloud engineers and administrators often create and manage storage accounts with appropriate redundancy to meet business continuity and disaster recovery requirements.
Progress0 / 4 steps