Azure Load Balancer multiple frontend

alsavi1984 21 Reputation points
2021-09-30T13:38:54.237+00:00

Hi,

I have one question related to ILB. We have configured three different frontend Ips and two back end with same VMS.

It is possible to create two rules that points to the same listener ports on two frontend addresses?

Thanks

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

1 answer

Sort by: Most helpful
  1. suvasara-MSFT 10,076 Reputation points Moderator
    2021-09-30T15:31:16.01+00:00

    @alsavi1984 , Azure Load Balancer provides the flexibility to reuse the frontend port across multiple frontends regardless of the rule type used. Additionally, some application scenarios prefer or require the same port to be used by multiple application instances on a single VM in the backend pool. If you want to reuse the backend port across multiple rules, you must enable Floating IP in the rule definition.

    Note: Floating IP is not currently supported on secondary IP configurations for Internal Load Balancing scenarios.

    Ref: https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-multivip-overview

    ----------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.

    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.