Azure Load Balancing with Application Gateway
- Azure Application Gateway is a Layer 7 load balancer and is aware of HTTP protocol, so Path Based Routing is possible
- Create a vmss with autoscaling enabled.
- Create an azure application gateway
- Now lets navigate to vmss
Azure Multi Region Routing
- Azure Traffic Manager can route traffic to multiple regions
- The popular routing methods are
- Priority: Select Priority for the primary service endpoint (Application Gateway/Azure Load Balancer) & provide one or more backup endpoints
- Performance: Select this routing method when you want the closest service endpoint with lowest network latency
- Geographic: Use this routing to direct users to specific endpoints based on their geography
- Priority: Select Priority for the primary service endpoint (Application Gateway/Azure Load Balancer) & provide one or more backup endpoints
Next Steps:
- Maintenance of Azure VMs (Os Patching)
- Azure Extensions
- Azure Automation.
- Azure CLI/Azure Powershell with VMS
Exercises
- Ensure you understand about json Refer Here
- Ensure you go through the Powershell Refer Here