How to use Two different Azure Web App from different subscription with Single Domain name - route traffic based on request region

Atulkumar Thummar 101 Reputation points
2022-08-30T13:40:22.057+00:00

Hi Team,

How to use Two different Azure Web App from different subscription with Single Domain name - route traffic based on request region

For Example :
Subscription A : WebAppForUS
Subscription B : WebAppForUK

Now I have to use ONLY one entry point in DNS like www.mywebsite.com and based on user request from US region than it should be call to WebAppForUS web app and if from UK region then call WebAppUK

Best way to achieve this in Azure ?

Azure Traffic Manager
Azure Traffic Manager
An Azure service that is used to route incoming network traffic for high performance and availability.
111 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,269 questions
0 comments No comments
{count} votes

Accepted answer
  1. Carlos Solís Salazar 17,701 Reputation points MVP
    2022-08-30T14:42:34+00:00

    Hi @Atulkumar Thummar

    Thank you for asking this question on the **Microsoft Q&A Platform. **

    You can use Azure Front Door which will give you a CDN and a WAF.

    Whether you’re delivering content and files or building global apps and APIs, Azure Front Door can help you deliver higher availability, lower latency, greater scale, and more secure experiences to your users wherever they are.

    or
    You can use a Traffic Manager

    Azure Traffic Manager is a DNS-based traffic load balancer. This service allows you to distribute traffic to your public facing applications across the global Azure regions. Traffic Manager also provides your public endpoints with high availability and quick responsiveness.

    Hope this helps,


    Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.
    NOTE: To answer you as quickly as possible, please mention me in your reply.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Nadav Ben Haim 501 Reputation points Microsoft Employee
    2022-08-30T13:44:27.767+00:00

    The solution sounds like Azure Traffic Manager.
    https://video2.skills-academy.com/en-us/azure/traffic-manager/traffic-manager-overview take a look at this link.

    0 comments No comments