Microsoft Azure Architect Design (AZ-304) Practice Test

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Microsoft Azure Architect Design Test with our comprehensive questions and detailed explanations. Get ready to ace your exam with tailored study materials!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


If you want to ensure redundancy in the event of an Azure region failure and have access to the full .NET framework for a web app, which solution is suitable?

  1. Utilizing Azure App Service

  2. Configuring Azure Functions

  3. Deploying virtual machines with Traffic Manager

  4. Using Azure Logic Apps

The correct answer is: Deploying virtual machines with Traffic Manager

To ensure redundancy in the event of an Azure region failure while also having access to the full .NET framework for a web application, deploying virtual machines along with Traffic Manager is a suitable solution. This approach allows for the installation and configuration of a web application on multiple virtual machines across different Azure regions. Traffic Manager plays a critical role here by routing traffic to the available instances of the web app based on configured rules, health checks, and geographic locations. This ensures that if one region goes down, Traffic Manager can redirect the traffic to a healthy instance in another region, thus maintaining service availability. In contrast, other options may not adequately meet the requirement for full .NET framework capabilities or regional redundancy in the same way. Azure App Service provides a platform for applications but may not give the same level of control or compatibility with all features of the full .NET framework as hosting on virtual machines. Azure Functions are better suited for serverless computing scenarios and might not support full .NET framework applications in the same capacity. Azure Logic Apps focus on automating workflows and integrations rather than hosting full-fledged web applications, which is not aligned with the requirement for redundancy and framework access. Overall, deploying virtual machines with Traffic Manager offers comprehensive redundancy and the necessary support for the