What is Azure Application Gateway (2024)

  • Article

Azure Application Gateway is a web traffic (OSI layer 7) load balancer that enables you to manage traffic to your web applications. Traditional load balancers operate at the transport layer (OSI layer 4 - TCP and UDP) and route traffic based on source IP address and port, to a destination IP address and port.

Application Gateway can make routing decisions based on additional attributes of an HTTP request, for example URI path or host headers. For example, you can route traffic based on the incoming URL. So if /images is in the incoming URL, you can route traffic to a specific set of servers (known as a pool) configured for images. If /video is in the URL, that traffic is routed to another pool that's optimized for videos.

What is Azure Application Gateway (1)

This type of routing is known as application layer (OSI layer 7) load balancing. Azure Application Gateway can do URL-based routing and more.

Note

Azure provides a suite of fully managed load-balancing solutions for your scenarios.

  • If you're looking to do DNS based global routing and do not have requirements for Transport Layer Security (TLS) protocol termination ("SSL offload"), per-HTTP/HTTPS request or application-layer processing, review Traffic Manager.
  • If you need to optimize global routing of your web traffic and optimize top-tier end-user performance and reliability through quick global failover, see Front Door.
  • To do transport layer load balancing, review Load Balancer.

Your end-to-end scenarios may benefit from combining these solutions as needed.For an Azure load-balancing options comparison, see Overview of load-balancing options in Azure.

Features

To learn about Application Gateway features, see Azure Application Gateway features.

Infrastructure

To learn about Application Gateway infrastructure, see Azure Application Gateway infrastructure configuration.

Security

  • Protect your applications against L7 layer DDoS protection using WAF. For more information, see Application DDoS protection.

  • Protect your apps from malicious actors with Bot manager rules based on Microsoft’s own Threat Intelligence.

  • Secure applications against L3 and L4 DDoS attacks with Azure DDoS Protection plan.

  • Privately connect to your backend behind Application Gateway with Private Link and embrace a zero-trust access model.

  • Eliminate risk of data exfiltration and control privacy of communication from within the virtual network with a fully Private-only Application Gateway deployment.

  • Provide a centralized security experience for your application via Azure Policy, Azure Advisor, and Microsoft Sentinel integration that ensures consistent security features across apps.

Pricing and SLA

For Application Gateway pricing information, see Application Gateway pricing.

For Application Gateway SLA information, see Application Gateway SLA.

What's new

To learn what's new with Azure Application Gateway, see Azure updates.

Next steps

Depending on your requirements and environment, you can create a test Application Gateway using either the Azure portal, Azure PowerShell, or Azure CLI.

What is Azure Application Gateway (2024)

FAQs

What is Azure Application Gateway? ›

Azure Application Gateway is a web traffic (OSI layer 7) load balancer that enables you to manage traffic to your web applications. Traditional load balancers operate at the transport layer (OSI layer 4 - TCP and UDP) and route traffic based on source IP address and port, to a destination IP address and port.

What is the difference between Application Gateway and Azure load balancer? ›

Answer: Azure Load Balancer operates at the network transport layer (Layer 4), focusing on distributing TCP and UDP traffic efficiently. In contrast, Application Gateway operates at the application layer (Layer 7), providing more advanced routing, load balancing, and security features for web applications.

What is the difference between Azure WAF and Azure Application Gateway? ›

WAF is an additional setting for the application gateway. It's used to increase the security of applications behind the application gateway, and it also provides centralized protection.

What is the difference between Azure front door and Application Gateway? ›

Azure Front Door and Azure Application Gateway are both load balancers for HTTP/HTTPS traffic, but they have different scopes. Front Door is a global service that can distribute requests across regions, while Application Gateway is a regional service that can balance requests within a region.

What is the difference between Application Gateway and VPN gateway in Azure? ›

Application Gateway is a Layer 7 load balancing service with advanced features like SSL termination. It's used to route client requests to your applications. Virtual Network Gateway is a VPN gateway for point-to-site (user) and site-to-site (office/datacenter) VPN connections to your own Azure VNETs.

What is the purpose of an app gateway in Azure? ›

Azure Application Gateway is a web traffic (OSI layer 7) load balancer that enables you to manage traffic to your web applications. Traditional load balancers operate at the transport layer (OSI layer 4 - TCP and UDP) and route traffic based on source IP address and port, to a destination IP address and port.

Why use API gateway instead of load balancer? ›

The main difference between AWS load balancer and API gateway is that load balancers distribute incoming requests, while API gateways authenticate and provide access to data sources or other applications.

Which two are characteristics of an Azure Application Gateway? ›

Application Gateway includes the following features:
  • Secure Sockets Layer (SSL/TLS) termination. ...
  • Autoscaling. ...
  • Zone redundancy. ...
  • Static VIP. ...
  • Web Application Firewall. ...
  • Ingress Controller for AKS. ...
  • URL-based routing. ...
  • Multiple-site hosting.
Mar 24, 2023

Is Azure Application Gateway a firewall? ›

Azure Web Application Firewall (WAF) is an optional addition to Azure Application Gateway. It provides inspection of HTTP requests, and it prevents malicious attacks at the web layer, such as SQL Injection or Cross-Site Scripting.

What is the difference between Azure traffic manager and Azure Application Gateway? ›

Azure Traffic Manager uses DNS-based routing to distribute incoming traffic across multiple regions, while Azure Application Gateway provides application-level routing and load balancing within a region.

Is Azure Application Gateway a PaaS? ›

Azure Application Gateway is a platform as a service (PaaS) that acts as a Layer-7 load balancer. It acts as a reverse-proxy service and provides among its offerings Azure Web Application Firewall (WAF).

How many types of gateways are there in Azure? ›

Azure supports two different VPN types for VPN gateways: policy-based and route-based.

Is Azure Application Gateway regional or global? ›

HTTP(S) vs. non-HTTP(S)
ServiceGlobal/RegionalRecommended traffic
Azure Front DoorGlobalHTTP(S)
Azure Traffic ManagerGlobalNon-HTTP(S)
Azure Application GatewayRegionalHTTP(S)
Azure Load BalancerRegional or GlobalNon-HTTP(S)

What is the difference between Azure Application Gateway and WAF? ›

Azure Front Door WAF and Azure App Gateway WAF are very similar in functionality, one of the main differences is where the WAF is applied. Azure Front Door applies the WAF filters at edge locations, way before it gets to the datacenter. App Gateway applies the filter when it enters your VNET via the App Gateway.

Is Azure Application Gateway a proxy? ›

As a reverse proxy service, the Layer 4 operations of Application Gateway work similar to its Layer 7 proxy operations. A client establishes a TCP connection with Application Gateway, and Application Gateway itself initiates a new TCP connection to a backend server from the backend pool.

Is Azure Front Door a WAF? ›

Azure Web Application Firewall on Azure Front Door is a global and centralized solution. It's deployed on Azure network edge locations around the globe. WAF-enabled web applications inspect every incoming request delivered by Azure Front Door at the network edge.

What is the difference between load balancer and Gateway load balancer? ›

Both services can function together, although they do not require each other to work. For instance, the API gateway connects between microservices. The load balancer redirects multiple instances of a microservice component (to scale the deployment).

What is the difference between load balancer and application load balancer? ›

Application Load Balancer enables content-based routing and allows requests to be routed to different applications behind a single load balance. While the Classic Load Balancer doesn't do that, a single ELB can host single application. ALB isn't an improved Classic Load balancer. It's made on a completely new platform.

What is the difference between application load balancer and network load balancer in Azure? ›

These load balancers support different protocols to handle specific types of traffic and perform advanced functions. ALBs support HTTP, HTTPS, and gRPC protocols for web-based traffic. An NLB supports TCP, UDP, and TLS protocols, which covers network-level traffic distributions.

What is the difference between application load balancer ALB and API gateway? ›

Summary of API Gateway and Load Balancer

An API gateway handles authentication and security policies, while a load balancer API distributes network traffic across multiple servers. When selecting a gateway for your application, consider which one best meets your specific security and performance needs.

Top Articles
How to Break Down Silos: 4 Ways to Eliminate the Enemy of Digital Transformation
Trend Analysis - What Is It, Examples, Types, Uses, Benefits
3 Tick Granite Osrs
Occupational therapist
13 Easy Ways to Get Level 99 in Every Skill on RuneScape (F2P)
Sandrail Options and Accessories
Lifebridge Healthstream
Immobiliare di Felice| Appartamento | Appartamento in vendita Porto San
Craigslist Motorcycles Jacksonville Florida
The Pope's Exorcist Showtimes Near Cinemark Hollywood Movies 20
According To The Wall Street Journal Weegy
Craigslist Vermillion South Dakota
Https Www E Access Att Com Myworklife
Miami Valley Hospital Central Scheduling
Saw X | Rotten Tomatoes
How to Store Boiled Sweets
History of Osceola County
Trac Cbna
Spergo Net Worth 2022
Willam Belli's Husband
Roll Out Gutter Extensions Lowe's
Trivago Sf
20 Different Cat Sounds and What They Mean
Program Logistics and Property Manager - Baghdad, Iraq
Munis Self Service Brockton
Rapv Springfield Ma
Busted Mugshots Paducah Ky
Culver's.comsummerofsmiles
Will there be a The Tower season 4? Latest news and speculation
Calvin Coolidge: Life in Brief | Miller Center
Courtney Roberson Rob Dyrdek
Swimgs Yuzzle Wuzzle Yups Wits Sadie Plant Tune 3 Tabs Winnie The Pooh Halloween Bob The Builder Christmas Autumns Cow Dog Pig Tim Cook’s Birthday Buff Work It Out Wombats Pineview Playtime Chronicles Day Of The Dead The Alpha Baa Baa Twinkle
Scat Ladyboy
Basil Martusevich
Culver's Hartland Flavor Of The Day
Metra Union Pacific West Schedule
Tra.mypatients Folio
El agente nocturno, actores y personajes: quién es quién en la serie de Netflix The Night Agent | MAG | EL COMERCIO PERÚ
Unlock The Secrets Of "Skip The Game" Greensboro North Carolina
Unity Webgl Player Drift Hunters
Fifty Shades Of Gray 123Movies
2132815089
Acts 16 Nkjv
Booknet.com Contract Marriage 2
Big Reactors Best Coolant
Truck Works Dothan Alabama
15 Best Places to Visit in the Northeast During Summer
Wzzm Weather Forecast
Iron Drop Cafe
M Life Insider
Obituaries in Westchester, NY | The Journal News
Códigos SWIFT/BIC para bancos de USA
Latest Posts
Article information

Author: Barbera Armstrong

Last Updated:

Views: 5380

Rating: 4.9 / 5 (79 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Barbera Armstrong

Birthday: 1992-09-12

Address: Suite 993 99852 Daugherty Causeway, Ritchiehaven, VT 49630

Phone: +5026838435397

Job: National Engineer

Hobby: Listening to music, Board games, Photography, Ice skating, LARPing, Kite flying, Rugby

Introduction: My name is Barbera Armstrong, I am a lovely, delightful, cooperative, funny, enchanting, vivacious, tender person who loves writing and wants to share my knowledge and understanding with you.