John
John

Reputation: 351

How to know which Traffic manager endpoint served the request

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?

Upvotes: 0

Views: 730

Answers (1)

Charles Xu
Charles Xu

Reputation: 31454

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:

enter image description here

Upvotes: 1

Related Questions