unable to communicate with the backend pool with internal load balancer

roshini 21 Reputation points
2021-01-29T13:05:39.25+00:00

i have created internal load balancer and configured backend pool as well but unable to communicate with LB from the backend pool

i am configuring LB for 6443 port it should listen on 6443 and route traffic to 6443 of backend pool vms .

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,986 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,503 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
450 questions
0 comments No comments
{count} votes

Accepted answer
  1. TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
    2021-01-29T23:34:09.037+00:00

    If you are unable to connect to your VMs via the load balancer front end IP / port, it is usually an issue with your LB configuration, backend health, or a firewall / NSG blocking the connection.

    Your LB configuration will be setup using the Load Balancing Rules of your load balancer.

    Azure Load Balancer will not route traffic to backends that are not reporting healthy via the Health Probes, so make sure your backend is healthy.

    A Firewall or NSG can also block the connection, so make sure there are no firewalls in your envt / OS firewalls that block the traffic, and check your Network Security Groups (NSGs) on your Subnet / NICs of the VM.

    0 comments No comments

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.