NovaApp Corp. plans to deploy two new virtual machines named VM-Web11 and VM-Web12 in the East US region. The deployment must minimize downtime caused by localized hardware failures or scheduled maintenance within the Azure infrastructure.
Which of the following configuration options can you use to achieve this goal? Select two.
- Deploy the virtual machines in a single Availability Set.Answer
- Deploy the virtual machines across different Availability Zones.Answer
- CDeploy the virtual machines as standalone resources first, and then add them to a new Availability Set.
- DDeploy the virtual machines in a single Availability Set that spans across multiple Availability Zones.
Answer
Deploying the virtual machines in a single Availability Set, or deploying them across different Availability Zones.
Deploying the virtual machines in a single Availability Set protects them from localized hardware failures and maintenance events by spreading them across different fault and update domains. Alternatively, deploying them across different Availability Zones provides even higher availability by placing the virtual machines in physically separate datacenters within the same region.
Step-by-Step Solution
Key Concept
High availability options for Azure Virtual Machines include Availability Sets (for intra-datacenter redundancy) and Availability Zones (for inter-datacenter redundancy within a region).