Backend pool configuration ‘by NIC’ vs ‘IP’—difference?

Aditya Garg 66 Reputation points
2021-06-18T14:23:27.347+00:00

Can anyone please help me understand the difference between 2 Loadbalancer options(while configuring backend pool) and when to use each?
107141-d.png

Regards,
Aditya

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

1 answer

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 15,256 Reputation points MVP Volunteer Moderator
    2021-06-18T14:49:57.443+00:00

    Hi @gargaditya-0330

    There are two ways of configuring a backend pool:

    1. Network Interface Card (NIC)
    2. IP address and Virtual Network (VNET) Resource ID
      Network Interface Card (NIC)
      Configure your backend pool by NIC when using existing virtual machines and virtual machine scale sets. This method builds the most direct link between your resource and the backend pool.

    Virtual machines
    You can only attach virtual machines in Azure region that have a standard SKU public IP configuration or no public IP configuration. All IP configurations must be on the same virtual network.

    IP Addresses
    When preallocating your backend pool with an IP address range which you plan to later create virtual machines and virtual machine scale sets, configure your backend pool by IP address and VNET ID combination.

    IP Addresses
    You can only add resources IP address in the Virtual Network. The configuration is associated with the IP address and will apply to any resource which has this IP address assigned.

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

    If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.

    3 people found this answer helpful.
    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.