An Azure service that is used to route incoming network traffic for high performance and availability.
Hello RajeshKumar G
**
**We want to share our findings about the Azure Traffic Manager (TM) behavior you reported, where users in East US are being routed to the West US endpoint instead of East US.
Azure Traffic Manager is a DNS-based global traffic routing service, so routing is determined by the source IP of the DNS recursive resolver making the query, not the user’s device IP.
Users often use centralized, corporate, VPN-based, or public DNS resolvers, which may be geolocated elsewhere (like West US). Therefore, even if someone is in East US, Traffic Manager may return the West US endpoint based on the resolver’s location.
Your current setup uses Geographic routing at the parent profile and Weighted routing in child profiles for East and West endpoints. This follows Microsoft’s recommended architecture.
Note that a Traffic Manager profile can only use one routing method at a time; combining Geographic and Performance routing requires nested profiles.
To route users to endpoints within their region, keep the parent profile on Geographic routing and assign each region East US, West US, UK its own child profile. Each child should only have endpoints from that region and can use Weighted routing as needed.
Make sure geographic mappings at the parent level are set so East US states map only to the East US child profile, and West US states only to the West US child profile. Also, DNS caching and TTL settings can cause resolved answers to persist after changes.
Because Traffic Manager is DNS-based, it’s not possible to guarantee 100% region-accurate routing, especially with centralized or remote DNS resolvers. Geographic or Performance routing works well for most users, but regional mismatches may occasionally occur and are considered normal.
Check the below documents for more understanding:
https://learn.microsoft.com/en-us/azure/traffic-manager/traffic-manager-routing-methods
https://learn.microsoft.com/en-us/azure/traffic-manager/traffic-manager-faqs
Please feel free to contact us if you require any further information.
I hope the above answer helps you! Please let us know if you have any further questions.
Please don't forget to "upvote" where the information provided will help you, this can be beneficial to other members of the community.