Is Azure Load balancer act like reverse proxy?

53654583 111 Reputation points
2022-06-19T15:23:14.413+00:00

I would like to know when we have a backend vm behind Az lb do we see original client ip in the backend or we see az lb ip address as source?

Is load balancer act as reverse proxy?

How about CDN , fd , traffic manager , application gateway? Are they also reverse proxies which replace the Client ip with its own pub ip ?

Please help understanding this

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,213 questions
Azure Content Delivery Network
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. Luis Rodriguez 6,226 Reputation points Microsoft Employee
    2022-06-19T19:28:20.787+00:00

    Hello @53654583

    Welcome to Microsoft Q&A Platform,

    Azure load balancer works at layer4 forwarding traffic to it's backend VMs, it doesn't have reverse proxy capabilities. For that you need an application gateway.

    For reference:

    https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview

    https://learn.microsoft.com/en-us/azure/application-gateway/overview

    I hope this helps!

    ----------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person 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.