Why traffic manager does not distribute traffic evenly across all endpoints?

Shunlei Tang 140 Reputation points Microsoft Employee
2024-08-21T07:29:23.3533333+00:00

I have a traffic manager in Azure, with routing method as "performance".

Currently it has two endpoints, westus-a and eastus-a, each endpoints serves 1k/min request. An hour ago I added another endpoint westus-b to this traffic manager. After waiting for ah hour later, the traffic to westus-a only decreased a little portion, and westus-b only serves 200/min requests.

According to this document:

If your profile contains multiple endpoints in the same Azure region, then Traffic Manager distributes traffic evenly across the available endpoints in that region.

If this is the case, the westus-a and westus-b should both serve around 500/min request.

Also according to another document, the "performance" routing method relies on the internet latency table to choose the least endpoints.

Both westus-a and westus-b are deployed in West US region, there should not be so much difference in terms of latency among these two endpoints.

Azure Traffic Manager
Azure Traffic Manager
An Azure service that is used to route incoming network traffic for high performance and availability.
127 questions
{count} votes

Accepted answer
  1. Deepanshukatara-6769 10,130 Reputation points
    2024-08-21T08:10:10.7366667+00:00

    Hi Shunei, Welcome to MS Q&A

    Use Nested Traffic Manager Profiles: This helps distribute traffic evenly across the available endpoints in the particular region.

    Please check this doc for https://learn.microsoft.com/en-us/azure/traffic-manager/traffic-manager-nested-profiles

    Kindly accept answer if it helps

    Please let us know if you have any questions

    Thanks

    Deepanshu


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.