Available Sets Flashcards
What are availability sets used for?
Availability sets provide high availability for non-identical or unique virtual machines within a single data center or zone.
How do availability sets differ from VM Scale Sets?
Availability sets are for unique VMs, do not have autoscaling, and are relevant within a single data center or zone, unlike VM Scale Sets which handle identical VMs and can scale across regions.
What is the purpose of fault domains in availability sets?
Fault domains ensure high availability by grouping VMs on separate server racks with distinct power and networking sources to prevent a single point of failure.
What are update domains in availability sets?
Update domains are groups of hypervisors with the same maintenance window, allowing VMs to be placed on different hypervisors to minimize downtime during maintenance updates.
How does an availability set help in maintaining high availability?
By placing VMs in different fault and update domains, an availability set ensures that VMs are distributed across multiple server racks and maintenance schedules, reducing the impact of failures or maintenance updates on overall availability.
What is the maximum limit for update domains in an Azure availability set?
Azure allows configuring up to 20 separate update domains for VMs within an availability set, while fault domains are limited to a maximum of three.