Availability sets for redundancy
📖 Scenario: You are setting up a simple Azure environment to ensure your virtual machines stay online even if some hardware fails. You will create an availability set to group your VMs so Azure can spread them across different physical servers.
🎯 Goal: Create an Azure availability set with fault domains and update domains configured. Then add virtual machines to this availability set to improve redundancy.
📋 What You'll Learn
Create an availability set named
myAvailabilitySet in resource group myResourceGroupSet the availability set to have exactly 2 fault domains and 3 update domains
Create two virtual machines named
vm1 and vm2 in the availability setUse the Azure CLI syntax for all commands
💡 Why This Matters
🌍 Real World
Availability sets help keep applications running by spreading virtual machines across different hardware to avoid single points of failure.
💼 Career
Cloud engineers and administrators use availability sets to design resilient infrastructure that minimizes downtime.
Progress0 / 4 steps