Can i use Azure Load Balancer for below scenario? If yes what is the cost incured? or if not which load balacing solution suits and its cost?

Jayanth Rajanna 46 Reputation points
2020-08-19T12:09:16.033+00:00

Load balancer: A load balancer is a device that acts as a reverse proxy and distributes network or
application traffic across several servers.

Load balancers are used to increase capacity(concurrent users) and reliability of applications.

They improve the overall performance of application by decreasing the burden on servers associated with
managing and maintaining application and network session, as well as by performing application specific tasks

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

Accepted answer
  1. GitaraniSharma-MSFT 50,021 Reputation points Microsoft Employee Moderator
    2020-08-19T15:48:38.773+00:00

    Hello @Jayanth Rajanna ,

    Yes, you can use Azure Application gateway to distribute incoming application traffic across multiple backend pools, which include Azure VMs, virtual machine scale sets, Azure App Service, and on-premises/external servers.

    Azure Application Gateway is a managed web traffic load balancer and HTTP(S) full reverse proxy that can do secure socket layer (SSL) encryption and decryption. Application Gateway also uses Web Application Firewall to inspect web traffic and detect attacks at the HTTP layer.

    Application gateway supports SSL/TLS termination at the gateway, after which traffic typically flows unencrypted to the backend servers. This feature allows web servers to be unburdened from costly encryption and decryption overhead.

    Application Gateway Standard_v2 supports autoscaling and can scale up or down based on changing traffic load patterns. Autoscaling also removes the requirement to choose a deployment size or instance count during provisioning.

    For more information, please refer the below articles:
    https://learn.microsoft.com/en-us/azure/application-gateway/overview
    https://learn.microsoft.com/en-us/azure/application-gateway/features

    Kindly let us know if you need any further assistance on this issue from our end.

    ----------------------------------------------------------------------------------------------------------------

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

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. GitaraniSharma-MSFT 50,021 Reputation points Microsoft Employee Moderator
    2020-08-19T12:34:39.833+00:00

    Hello @Jayanth Rajanna ,

    Azure provides the following load balancing options : Azure Front Door, Traffic Manager, Application Gateway & Azure Load Balancer. You need to choose the load balancing service depending upon which type of application you are going to use and how would you like the traffic to be distributed.

    You can find all types of load-balancing options available in Azure in the below article:
    https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview

    You can select the load balancing option depending on your need such as Gloabl/Regional, HTTP(S) or Non-HTTP(S). Please make use of the decision tree for load balancing in Azure which will give you a fair idea on cost and SLA as well.

    Kindly let us know if you need any further assistance on this issue from our end.

    ----------------------------------------------------------------------------------------------------------------

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

    2 people found this answer 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.