Azure load balancing
- Refer Here for azure load balancer docs
- Standard vs Basic Load Balancer Refer Here
- Limits: Refer Here for load balancer limits
- Load Balancer algorithm Refer Here
-
We have create two vms with instructions from previous classroom notes
- Lets try to create an Azure Load Balancer










- Now access the application with port and protocol
Layer 7 load balancing using Azure Application Gateway
- Refer Here for official docs
- We have 4 vms in which 2 vms host admin and 2 vms host app.
- url for accessing admin
http://x.x.x.x/admin/info.htmland app ishttp://x.x.x.x/app/info.html - Now lets create path based routing using Azure Application gateway when we access
http://azure-app-gw-ip/admin/*forward the request to admin and when we accesshttp://azure-app-gw-ip/app/*forward the request to app vms - Create azure app gateway : Refer Here for tutorial
