Microsoft Azure Architect Design (legacy) — Question 56

Note: This question is part of 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 need to deploy resources to host a stateless web app in an Azure subscription. The solution must meet the following requirements:
✑ Provide access to the full .NET framework.
✑ Provide redundancy if an Azure region fails.
✑ Grant administrators access to the operating system to install custom application dependencies.
Solution: You deploy a web app in an Isolated App Service plan.
Does this meet the goal?

Answer options

Correct answer: B

Explanation

The correct answer is B because an Isolated App Service plan does not provide direct access to the operating system, which is necessary for installing custom application dependencies. Additionally, while it offers a high level of isolation and scalability, it may not fully meet the redundancy requirement across Azure regions as effectively as other solutions, such as using Virtual Machines or Azure Kubernetes Service.