Microsoft Azure Architect Design (AZ-304) Practice Test

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

Study for the Microsoft Azure Architect Design AZ-304 Test with comprehensive quizzes and multiple-choice questions. Each question comes with detailed explanations to help you grasp key concepts. Prepare effectively and boost your chances of success!

Practice this question and more.


For moving a web application to Azure with a requirement for availability during outages, what is an effective recommendation?

  1. Deploy a Traffic Manager profile and a web app in two Azure regions.

  2. Deploy a load balancer and a virtual machine scale set in two Azure regions.

  3. Deploy a load balancer and a virtual machine scale set across two availability zones.

  4. Deploy a load balancer and a web app in two Azure regions.

The correct answer is: Deploy a Traffic Manager profile and a web app in two Azure regions.

Deploying a Traffic Manager profile along with a web app in two Azure regions is the most effective recommendation for ensuring availability during outages. Traffic Manager is designed to manage traffic distribution across multiple regions or endpoints, which significantly enhances redundancy and helps mitigate downtime. When one region potentially experiences an outage or degradation in performance, Traffic Manager can automatically redirect user traffic to the other available region, maintaining service availability. By using this approach, the architecture not only provides geographic redundancy but also improves user experience by routing them to the nearest region, thereby decreasing latency. This is especially crucial for web applications where responsiveness and uptime are essential to user satisfaction and overall performance. While using a load balancer with a virtual machine scale set or deploying resources across availability zones can enhance reliability, these options may not provide the same level of geographic diversity and global traffic management that a Traffic Manager can offer. Choosing the right combination of these services ensures that a web application remains accessible regardless of regional outages, making it a superior choice for high availability scenarios.