0

Hi community I've been trying to connect a public load balancer or app gateway to a private load balancer or do you guys know another way to handle that ?

Thanks in advance.

David Noreña
  • 3,951
  • 1
  • 28
  • 43

1 Answers1

0

It is possible to traffic from Application Gateway to Internal LB. Application Gateway support backends:

  • Public IP addresses
  • Internal IP addresses
  • FQDN

https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-components#backend-pools

Here is document that describes how to configure Application Gateway with Internal LB as a backend.

https://renjithmenon.com/application-gateway-with-internal-load-balancer-configuration/

Andriy Bilous
  • 2,337
  • 1
  • 5
  • 16
  • But it means you cannot redirect traffic from load balancer to another load balancer ? still dont find a way to do it :( – David Noreña Feb 26 '21 at 03:17
  • 1
    It is possible, did you try this way? https://renjithmenon.com/application-gateway-with-internal-load-balancer-configuration/ – Andriy Bilous Feb 26 '21 at 10:34
  • Amazing but as you can see its only related to App Gateway to loadbalancer and not loadbalancer to another loadbalancer maybe the way you describe its the way to go – David Noreña Feb 26 '21 at 14:49