My traffic manager with performance routing method has two endpoints.They are in different region. I wanted to validate when I make a request to webpage, which endpoints served that requests. Is there a way to validate that, like any third party website or some tool in Azure itself?
Asked
Active
Viewed 422 times
0
-
Traffic Manager Real User Measurements might be a option or answer for your query refer to this link https://learn.microsoft.com/en-us/azure/traffic-manager/traffic-manager-rum-overview – Zahid Faroq May 28 '18 at 08:50
1 Answers
1
You can use Traffic View to achieve the purpose. In Azure portal, find your Traffic Manager. Then click Traffic view in left and enable Traffic view.
After that, you can check DNS QUERY SOURCE IP and ENDPOINT to see where the request come from and which endpoint serve this request.
The result likes this screenshot:

Charles Xu
- 29,862
- 2
- 22
- 39
-
Yeah, just now I saw that. It was showing only one end point all the time, so was the confusion. I disabled and enabled again, now I can see both endpoints and traffic. Thanks. – John May 28 '18 at 09:25
-