Do i need azure VM for azure load balancer

Vishal Shah 20 Reputation points
2024-11-27T07:19:11.98+00:00

I need to consume azure load balancer services.Do i need to have azure VM for using azure load balancer service?

Will it be a virtual server?

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

Accepted answer
  1. Deepanshu katara 12,635 Reputation points
    2024-11-27T07:20:58.6333333+00:00

    Hello Vishal , Welcome to MS Q&A

    Yes, you need to have an Azure Virtual Machine (VM) to use the Azure Load Balancer service. The load balancer is designed to balance incoming Internet traffic to VMs or balance traffic between VMs within a Virtual Network (VNet). It can also forward external traffic to a specific VM.

    Azure Load Balancer is a Layer 4 (TCP, UDP) load balancing service that distributes incoming network traffic across multiple virtual machines (VMs) or instances. To use Azure Load Balancer, you need to have backend resources to distribute the traffic to, which are typically Azure VMs.

    Here are the key points:

    • Backend Pool: Azure Load Balancer requires a backend pool, which consists of virtual machines or instances that will receive the traffic.
    • Virtual Machines: These VMs can be in the same virtual network or across different virtual networks, depending on the type of load balancer (Basic or Standard).
    • Virtual Server: The VMs in the backend pool act as virtual servers that handle the traffic distributed by the load balancer.

    In summary, you do need Azure VMs to use Azure Load Balancer, as the load balancer distributes traffic to these VMs.

    References:

    Please let us know if any questions

    Kindly accept answer if it helps

    Thanks

    Deepanshu

    1 person found this answer helpful.

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.