Meridian Transit plans to deploy a new critical scheduling application in the West Europe region. The application requires two virtual machines named `VM-Sched1` and `VM-Sched2`. The deployment must meet the following requirements:
- Protect the application against the failure of an entire datacenter.
- Achieve a virtual machine uptime Service Level Agreement (SLA) of .
Which configuration should you implement?
- ACreate an Availability Set named `AvSet-Sched` configured with fault domains and update domains. Deploy `VM-Sched1` and `VM-Sched2` into the Availability Set.
- Deploy `VM-Sched1` in Availability Zone and `VM-Sched2` in Availability Zone , and associate them with a Standard Load Balancer.Answer
- CCreate an Availability Set named `AvSet-Sched` and configure it to span across Availability Zone and Availability Zone . Deploy `VM-Sched1` and `VM-Sched2` into the Availability Set.
- DDeploy `VM-Sched1` and `VM-Sched2` as standalone virtual machines using Premium SSDs in a single Availability Zone, and associate them with a Basic Load Balancer.
Answer
Deploy the virtual machines in different Availability Zones (Availability Zone and Availability Zone ) and associate them with a Standard Load Balancer.
Deploying virtual machines across different Availability Zones provides protection against datacenter-wide failures because each zone is a physically separate location with independent power, cooling, and networking. This configuration qualifies for the highest Microsoft Azure VM uptime Service Level Agreement (SLA) of . A Standard Load Balancer is required when routing traffic to zone-redundant backend pools.
Step-by-Step Solution
Key Concept
Deploying virtual machines across Availability Zones to achieve high availability and a SLA.
Estimated Time:2m 0s