A company has virtual machines in Azure that need to be grouped across multiple fault domains and update domains to ensure high availability. They plan to deploy three VMs running the same application tier. Which Azure feature should they use to provide redundancy within a single region?
Trap 1: Availability Zone
Availability Zones provide redundancy across separate physical locations, offering higher SLA but not required for simple within-datacenter HA.
Trap 2: Virtual Machine Scale Set with manual scaling
Scale Sets are for auto-scaling and can use availability zones or sets, but the primary HA feature within a region is the Availability Set.
Trap 3: Azure Site Recovery
Site Recovery is for disaster recovery across regions, not for high availability within a single region.
- A
Availability Zone
Why wrong: Availability Zones provide redundancy across separate physical locations, offering higher SLA but not required for simple within-datacenter HA.
- B
Availability Set
Availability Sets ensure VMs are placed in different fault and update domains within a single datacenter, meeting the requirement.
- C
Virtual Machine Scale Set with manual scaling
Why wrong: Scale Sets are for auto-scaling and can use availability zones or sets, but the primary HA feature within a region is the Availability Set.
- D
Azure Site Recovery
Why wrong: Site Recovery is for disaster recovery across regions, not for high availability within a single region.