
Answer-first summary for fast verification
Answer: Yes
The solution meets the goal because deploying two virtual machines across two availability zones satisfies the minimum requirements for Azure's 99.99% SLA for virtual machines. According to Microsoft's official SLA documentation (cited in multiple high-upvoted comments, including BinuRaj's with 96 upvotes), 'For all Virtual Machines that have two or more instances deployed across two or more Availability Zones in the same Azure region, we guarantee you will have Virtual Machine Connectivity to at least one instance at least 99.99% of the time.' This configuration uses the least number of VMs (two) and availability zones (two) possible to achieve 99.99% availability, as using fewer resources (e.g., one VM or one zone) would result in lower SLAs (e.g., 99.9% for a single VM with premium disks). The community consensus strongly supports 'A' (Yes), with 92% of answers favoring it and detailed reasoning confirming it aligns with Azure best practices and SLA requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are deploying a critical line-of-business application on an Azure virtual machine. The deployment strategy must guarantee 99.99% availability while using the minimum number of virtual machines and availability zones.
Proposed Solution: You deploy two virtual machines across two availability zones.
Does this solution meet the goal?
A
Yes
B
No
No comments yet.