Microsoft Azure Fundamentals — Question 141

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You plan to deploy several Azure virtual machines.
You need to ensure that the services running on the virtual machines are available if a single data center fails.
Solution: You deploy the virtual machines to a scale set.
Does this meet the goal?

Answer options

Correct answer: B

Explanation

Deploying virtual machines in a scale set does not inherently provide high availability across different data centers; it typically focuses on scalability and automatic management within a single region. For services to remain available during a data center failure, it is necessary to implement cross-region redundancy or utilize availability zones, which the scale set alone does not ensure.