Forum Discussion
krish111
Dec 18, 2022Copper Contributor
Is it possible to send public load balancer traffic to Internal Load Balancer?
Hi, I have 2 VM's with web application installed, these are clustered with NLB (Because of application limitation/support). Created Azure Internal Load balancer with Frontend IP assigned to NLB clu...
anas86
Dec 19, 2022Copper Contributor
Azure load balancer only support VMs or VMSS in their backend pool. You can't add a load balancer IP to another load balancer backend pool.
What you can do is to add the same VMs NICs/IPs to the public load balancer backend pool instead of adding the internal LB IP. This way you will have your VMs added to 2 different load balancers: One public and one internal.
- agarwalshantanu29Jul 12, 2023Copper Contributor
anas86 can you guide us with appropriate steps for the same?
- needleStackJul 14, 2023Copper ContributorApplication gateway can have the internal ip as a backend component.
- agarwalshantanu29Jul 14, 2023Copper Contributor
needleStack so you're saying that I've to use application gateway to connect private LB with public backend pool