
Answer-first summary for fast verification
Answer: No
The solution does not meet the goal because Azure's SLA for 99.99% availability requires at least two virtual machines deployed across two or more availability zones. A single virtual machine cannot span multiple availability zones; when multiple zones are selected during VM creation, Azure creates one VM per zone. The community discussion, with high upvotes and consensus, confirms that one VM only achieves up to 99.9% availability (with Premium SSD/Ultra Disk), while two VMs in two zones are needed for 99.99%. The proposed solution fails as it uses only one VM, which does not provide the required redundancy.
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: Deploy one virtual machine across two availability zones.
Does this solution meet the goal?
A
Yes
B
No
No comments yet.