Which load balancer supports the performance based rounting

Amar-Azure-Practice 661 Reputation points
2021-07-19T04:21:35.957+00:00

Hi

Which load balancer supports the performance based routing.

we have services running in 3 VM's, and load balancer need to distribute the load to these 3 VM's based on the CPU utilization.

can anyone suggest the best Azure loadbalancer service to do this.

Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
506 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. suvasara-MSFT 10,076 Reputation points Moderator
    2021-07-19T07:27:02.44+00:00

    @Amar-Azure-Practice , Generally, Azure load balancers distribute traffic based on Geographical location/Performance based, weight based, or path based in case of layer 7 load balancers. If you are looking to distribute traffic based on CPU utilization, then the best approach would be composing your custom script on the health probe configuration.
    Here is a doc provided for better understanding on load balancer custom probes.

    ----------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.

    0 comments No comments

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.