When should I have multiple backend pools for a load balancer?

Mahdi 125 Reputation points
2024-07-06T07:40:59.8433333+00:00

Hi,

I'm preparing for Azure Certification exams and I've a question about load balancer. I googled and checked documentation but couldn't find answer: when do I need to have / should I have more than one backend pool for an Azure load balancer, being it public or private load balancer?

I saw following sentence in the doc which may answer me but I have no clue what does it mean:

"You can configure IP based and NIC based backend pools for the same load balancer. You can’t create a single backend pool that mixes backed addresses targeted by NIC and IP addresses within the same pool."

source: https://learn.microsoft.com/en-us/azure/load-balancer/backend-pool-management

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

Accepted answer
  1. Marcin Policht 18,420 Reputation points MVP
    2024-07-06T14:56:22.25+00:00

    If you want to load balance traffic differently for different set of resources. By creating multiple load balancing rules, each targeting a different backend pool, you can ensure that traffic is distributed according to your specific requirements across different sets of backend resources.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful