
Answer-first summary for fast verification
Answer: No
The proposed solution does not meet the goal of 99.99% availability. According to Azure's SLA for Virtual Machines, to achieve 99.99% availability, you need at least two virtual machines deployed across two or more availability zones in the same region. The solution uses two virtual machines but only one availability zone, which provides only 99.95% availability (when using availability sets) or lower for single instances. The community discussion strongly supports this, with high-upvoted comments emphasizing that two availability zones are required for 99.99% SLA, as a single zone represents a single point of failure. The minimal configuration for 99.99% availability is two VMs across two availability zones.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You plan to deploy a critical line-of-business application to an Azure virtual machine. The deployment must guarantee 99.99% availability. You need to ensure the solution uses the minimum number of virtual machines and availability zones.
Proposed Solution: Deploy two virtual machines in one availability zone.
Does the proposed solution meet the goal?
A
Yes
B
No