Question

Difficulty: EasyConfigure VMs for High Availability

An administrator is planning the deployment of two Azure virtual machines named VM-Web1 and VM-Web2 in the North Europe region. To meet high availability requirements, the administrator decides to deploy both virtual machines in a single Availability Set. Which of the following statements describe the features or configuration requirements of Azure Availability Sets? (Select two.)

  1. Virtual machines are automatically distributed across multiple physical fault domains to protect against localized hardware failures.Answer
  2. B
    Virtual machines are distributed across physically separate datacenter facilities with independent power, cooling, and networking within the region.
  3. Virtual machines are automatically distributed across multiple update domains to prevent simultaneous downtime during scheduled Azure platform updates.Answer
  4. D
    Virtual machines can be added to or removed from the Availability Set after the VMs are created and running.

Answer

The correct options are that virtual machines in an Availability Set are automatically distributed across physical fault domains to protect against hardware failures, and distributed across update domains to prevent simultaneous downtime during updates.
Availability Sets provide redundancy within a single datacenter. The option describing distribution across fault domains is correct because fault domains represent physical hardware racks that isolate hardware failures. The option describing distribution across update domains is correct because update domains ensure that only a portion of the VMs are rebooted at any given time during Azure host maintenance.

Step-by-Step Solution

1
Analyze the high availability capabilities of Azure Availability Sets.
Identify that Availability Sets protect virtual machines from localized hardware failures and platform updates within a single datacenter.
This establishes the scope of Availability Sets vs Availability Zones.
2
Determine how Availability Sets achieve localized redundancy.
Confirm that they automatically place VMs in separate fault domains (racks) and update domains (groups for platform updates).
This matches the core capabilities of Availability Sets.
3
Evaluate the configuration and deployment constraints of Availability Sets.
Understand that Availability Sets cannot span datacenters and VMs cannot be added post-creation.
This filters out invalid choices.

Key Concept

Azure Availability Sets provide redundancy within a single datacenter by distributing VMs across separate fault domains (racks) and update domains (logical groups for updates).
Estimated Time:1m 0s
Rate this question