marthy
marthy

Reputation: 1

load balancer - web app AZURE

I've deployed my php app on azure (web app MS + SQL). I'd like to do a load balancer for education purpose and I have no idea how to do it, cause every tutorial is for VM's or app sevice enviroment. how could i do load balancer with app service or should I deploy my project on virtual machine?

Upvotes: 0

Views: 295

Answers (1)

aaronR
aaronR

Reputation: 1567

Azure App Service has a built in load balancer. You can add more nodes by scaling out.

Azure Web App Scale Out

Reference Article here

Upvotes: 2

Related Questions