
Answer-first summary for fast verification
Answer: Deploy the virtual machines to two or more availability zones., Deploy the virtual machines to two or more regions.
Deploying virtual machines to two or more availability zones (Option A) ensures that your VMs are distributed across multiple physically separate locations within the same region, reducing the risk of a single point of failure. Similarly, deploying virtual machines to two or more regions (Option D) ensures that your VMs are distributed globally, providing an even higher level of availability and disaster recovery capabilities. Both options A and D are correct since they ensure high availability if a single data center fails.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In order to maintain high availability for services running on Azure virtual machines in the event of a single data center failure, what are two effective strategies for deploying these virtual machines?
A
Deploy the virtual machines to two or more availability zones.
B
Deploy the virtual machines to two or more resource groups.
C
Deploy the virtual machines to a scale set.
D
Deploy the virtual machines to two or more regions.
No comments yet.