Azure Application Gateway
Application Gateway is type of load Balancer (web traffic). That enables you to manage traffic of your web application. In Azure Normal Load balancer operate at Transport Layer (OSI layer 4) using TCP and UDP protocol. Application gateway operate at Application layer (OSI Layer 7) Load balancing. This is also called as Application Delivery Controller (ADC) as a Service. Application gateway is optimized for Hypertext Transfer Protocol ( HTTP , HTTP’s) workload.
Continue reading