You are deploying three Azure virtual machines that will run a load-balanced application. You configure the virtual machines within an Availability Set. Which type of failure or disruption does this configuration protect the application against?
- Localized hardware failures within a single datacenterAnswer
- BA complete outage of an entire datacenter facility
- CAccidental deletion of the virtual machine resources by an administrator
- DAn unexpected surge in traffic that requires automatic horizontal scaling of instances
Answer
Localized hardware failures within a single datacenter
An Availability Set distributes virtual machines across multiple fault domains (racks with shared power and network) and update domains (groups that can be rebooted during maintenance) within a single datacenter. This protects the application against localized hardware failures or planned Azure maintenance within that datacenter.
Step-by-Step Solution
Key Concept
Azure Virtual Machine availability options and the distinction between Availability Sets and Availability Zones
Estimated Time:45s