Azure Application Gateway

2023-06-23T20:36:26+00:00

Azure Application Gateway Cheat Sheet A web traffic load balancer. It allows you to distribute incoming traffic based on HTTP request properties such as URL and host headers. Application gateway has four tiers: Standard, Standard V2, WAF, and WAF v2 You can use the same application gateway for up to 100+ websites with multi-site hosting. Set the minimum and maximum scale units based on your needs. Azure Application Gateway vs Azure Load Balancer An application gateway operates at layer 7. A load balancer functions at layer 4. You can use both public and private IP on the frontend. Features Secure [...]