Recall & Review
beginner
What is an Availability Set in Azure?
An Availability Set is a group of virtual machines that are deployed across multiple physical servers, racks, and storage units to ensure high availability and redundancy.
Click to reveal answer
beginner
Why use Availability Sets for virtual machines?
To protect applications from hardware failures by distributing VMs across different fault domains and update domains, reducing downtime.
Click to reveal answer
intermediate
What is a Fault Domain in an Availability Set?
A Fault Domain is a group of hardware that shares a common power source and network switch. VMs in different fault domains are isolated from single points of failure.
Click to reveal answer
intermediate
What is an Update Domain in an Availability Set?
An Update Domain is a group of VMs that can be rebooted or updated at the same time during planned maintenance, ensuring not all VMs go down simultaneously.
Click to reveal answer
beginner
How does an Availability Set improve application uptime?
By spreading VMs across fault and update domains, it minimizes the risk of simultaneous failures and maintenance downtime, keeping applications running.
Click to reveal answer
What does an Availability Set in Azure primarily protect against?
✗ Incorrect
Availability Sets distribute VMs across fault and update domains to protect against hardware failures and planned maintenance.
How many fault domains does Azure typically provide in an Availability Set?
✗ Incorrect
Azure usually provides at least 2 fault domains to separate VMs physically.
What is the purpose of an Update Domain?
✗ Incorrect
Update Domains ensure only a subset of VMs reboot at the same time during updates.
Can VMs in an Availability Set be in different Azure regions?
✗ Incorrect
All VMs in an Availability Set must be deployed in the same Azure region.
What happens if all VMs are placed in the same fault domain?
✗ Incorrect
Placing all VMs in the same fault domain risks all going down if that hardware fails.
Explain how Availability Sets help keep applications running during hardware failures and maintenance.
Think about how spreading VMs physically and logically reduces downtime.
You got /4 concepts.
Describe the difference between a fault domain and an update domain in Azure Availability Sets.
One is about hardware, the other about software updates.
You got /4 concepts.