nerdexam
MicrosoftMicrosoft

AZ-305 · Question #201

AZ-305 Question #201: Real Exam Question with Answer & Explanation

This question tests knowledge of Azure Traffic Manager routing methods and App Service plan tiers for achieving regional failover with cost optimization when deploying a web app across North Europe and West Europe regions.

Submitted by rohit_dlh· Mar 6, 2026

Question

Hotspot Question You are designing an Azure we app. You plan to deploy the web app to the Europe Azure region and the West Europe region. You need to recommend a solution for the web app. The solution must the following requirements: - Users must always access the web app form the North region, unless the region fails. - The web app must be available to users if an Azure region is unavailable. - Deployment costs must be minimized. What should you include in the recommendation? To answer, select the appropriate options in the area. NOTE: Each correct selection is worth one point. Answer:

Options

  • __typehotspot
  • variantdropdown

Explanation

This question tests knowledge of Azure Traffic Manager routing methods and App Service plan tiers for achieving regional failover with cost optimization when deploying a web app across North Europe and West Europe regions.

Approach. The correct Traffic Manager routing method is 'Priority' routing, which directs all user traffic to the primary endpoint (North Europe) and only fails over to the secondary endpoint (West Europe) when the primary becomes unavailable - satisfying the requirement that users always access from North Europe unless it fails. For the App Service Plan, the correct tier is 'Standard' (or higher), as it supports Traffic Manager integration, custom domains, SSL, and auto-scaling while being more cost-effective than Premium. The Standard tier is the minimum tier that supports the features needed for production failover scenarios, minimizing deployment costs while meeting availability requirements. This combination - Traffic Manager with Priority routing + Standard App Service Plan in both regions - ensures high availability, regional failover, and cost minimization.

Concept tested. Azure Traffic Manager routing methods (Priority vs Performance vs Weighted vs Geographic) and Azure App Service Plan tiers (Free/Shared/Basic/Standard/Premium) in the context of multi-region high availability web app deployments with failover and cost optimization.

Reference. https://learn.microsoft.com/en-us/azure/traffic-manager/traffic-manager-routing-methods#priority-traffic-routing-method

Community Discussion

No community discussion yet for this question.

Full AZ-305 PracticeBrowse All AZ-305 Questions