application gateway compare service basic tire & standard tire and WAF - Microsoft Q&A (2024)

Hello @Abdulloh Etaeluengoh ,

Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.

I understand that you need information comparing features between Application gateway basic tier & standard tier and WAF.

Azure Application gateway doesn't have a basic tier.

Azure Application gateway offers 2 SKUs: Application gateway v1 SKU and v2 SKU. Both v1 and v2 SKUs offers 2 different tiers: Standard and WAF. So, Application gateway can be deployed with the following tiers: Standard/WAF (which is v1 SKU) and Standard v2/WAF v2.

You can find the feature comparison table between Application gateway v1 SKU and v2 SKU in the below link:

https://learn.microsoft.com/en-us/azure/application-gateway/overview-v2#feature-comparison-between-v1-sku-and-v2-sku

application gateway compare service basic tire & standard tire and WAF - Microsoft Q&A (1)

Azure Application Gateway is a web traffic/application layer (OSI layer 7) load balancer that enables you to manage traffic to your web applications. Application Gateway can make routing decisions based on additional attributes of an HTTP request.

Application Gateway includes the features listed in the below doc:

https://learn.microsoft.com/en-us/azure/application-gateway/features

Web Application Firewall (WAF) is a service/feature on Application gateway that provides centralized protection of your web applications from common exploits and vulnerabilities. WAF is based on rules from the OWASP (Open Web Application Security Project) core rule sets 3.1 (WAF_v2 only), 3.0, and 2.2.9.

The WAF SKU supports all the features available in the Standard SKU.

Refer: https://learn.microsoft.com/en-us/azure/web-application-firewall/overview

https://learn.microsoft.com/en-us/azure/web-application-firewall/ag/ag-overview

https://learn.microsoft.com/en-us/azure/web-application-firewall/ag/application-gateway-waf-faq

So, to summarize:

Application gateway Standard v1 and v2 SKU differs in the features provided:

Autoscaling, Zone redundancy, Static VIP, Azure Kubernetes Service (AKS) Ingress controller, Azure Key Vault integration, Rewrite HTTP(S) headers, Mutual Authentication (mTLS), Private Link support are only provided in v2 SKU and are not available with v1 SKU.

Refer: https://learn.microsoft.com/en-us/azure/application-gateway/overview-v2

Application gateway WAF v1 and v2 SKU differs in the features provided:

WAF custom rules, WAF policy associations are only provided in v2 SKU and are not available with v2 SKU.

Refer: https://learn.microsoft.com/en-us/azure/web-application-firewall/ag/custom-waf-rules-overview

https://learn.microsoft.com/en-us/azure/web-application-firewall/ag/policy-overview

Application gateway Standard and WAF tiers differs in the way they are used:

Standard tier is used only for load balancing web traffic and routing the web requests to your backend servers.

WAF tier is used along with the Application gateway load balancing and routing to protect your web applications from web vulnerabilities and attacks without modification to back-end code. Also, you can create custom rules (available with WAF v2) to either block, allow, or log requested traffic based on matching criteria.

Kindly let us know if the above helps or you need further assistance on this issue.

Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

application gateway compare service basic tire & standard tire  and WAF - Microsoft Q&A (2024)

FAQs

What is the difference between WAF and 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 app gateway basic and standard? ›

Azure Application Gateway has two pricing options: Basic and Standard. Basic offers basic load balancing, SSL termination, and cookie-based session affinity. Standard includes all the features of Basic, along with URL-based routing, multi-site hosting, and autoscaling.

What is the difference between standard and WAF? ›

Understanding Web Application and Network-level Firewalls

A WAF protects web applications by targeting Hypertext Transfer Protocol (HTTP) traffic. This differs from a standard firewall, which provides a barrier between external and internal network traffic.

What is the difference between Azure standard load balancer and gateway? ›

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 WAF and API gateway? ›

WAFs are crucial to any. By integrating API gateways and WAFs, the gateway efficiently handles traffic, while the WAF focuses on securing against potential threats, creating a comprehensive solution for API management and security.

Why use an application gateway? ›

App Gateway Advantages and Benefits

Key benefits and advantages include: Superior user experiences – with an app gateway, users seamlessly access all their applications and services, from any location or device, using a single set of logon credentials.

What is the difference between WAF application gateway and front door? ›

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 load balancer? ›

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.

What is the difference between Application Gateway v1 and v2? ›

Application Gateway v2 is the latest version of Application Gateway. It provides advantages over Application Gateway v1 such as performance enhancements, autoscaling, zone redundancy, and static VIPs. Deprecation of Application Gateway V1 was announced on April 28, 2023.

What are the three types of WAF? ›

There are three primary types of WAFs: a cloud-based WAF, software-based WAF, and hardware-based WAF. Each type of WAF has its own advantages and disadvantages. Lastly, WAFs are increasingly part of a larger application security strategy: web application and API protection (WAAP).

What is the difference between a secure web gateway and a WAF? ›

Secure web gateways (SWGs) primarily work at the application level. They protect against advanced internet-based attacks and detecting malicious intent by inspecting actual traffic. WAFs also inspect traffic, but at the packet level, using deep packet inspection rules to identify safe applications.

What are the basics of WAF? ›

WAF security detects and filters out threats which could degrade, compromise, or expose online applications to denial-of-service (DoS) attacks. WAF security examines HTTP traffic before it reaches the application server. They also protect against unauthorized transfer of data from the server.

What is the difference between a basic and standard load balancer? ›

Standard: Standard tier load balancer is generally available and offers higher-scale and new features. It is a paid-for feature using a complex set of consumption-based charges and the Basic tier continues to be free.

What are the three types of load balancers in Azure? ›

Azure Load Balancer has 3 SKUs - Basic, Standard, and Gateway. Each SKU is catered towards a specific scenario and has differences in scale, features, and pricing. To compare and understand the differences between Basic and Standard SKU, see the following table.

What is the difference between load balancer and service gateway? ›

API gateways handle the "what" (routing, security, transformation) of your API traffic, while load balancers handle the "how" (distribution, scalability, fault tolerance). Both tools play crucial roles in modern microservice architectures, and often work hand-in-hand for optimal performance and user experience.

What is the difference between web gateway and WAF? ›

A SWG primarily aims to filter unwanted software and internet traffic to enforce corporate and regulatory policy compliance. In contrast, a WAF focuses on protecting web applications from attacks by filtering and monitoring HTTP traffic.

What is the difference between WSA and WAF? ›

Pricing Model: AWS WAF follows a pay-as-you-go pricing model, where customers are charged based on their actual usage of the service. Cisco WSA, on the other hand, typically follows a traditional upfront licensing model, where customers need to purchase licenses based on their estimated capacity requirements.

What is the difference between a WAF and an application proxy? ›

While a proxy server protects a client machine's identity by using an intermediary, a WAF is a type of reverse-proxy, protecting the server from exposure by having clients pass through the WAF before reaching the server. A WAF operates through a set of rules often called policies.

Top Articles
How Are International Exchange Rates Set?
19 Financial Reform, Financial Policy and Bank Regulation
Poe T4 Aisling
Netr Aerial Viewer
Worcester Weather Underground
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
Combat level
Online Reading Resources for Students & Teachers | Raz-Kids
Toyota Campers For Sale Craigslist
Autobell Car Wash Hickory Reviews
A Fashion Lover's Guide To Copenhagen
FIX: Spacebar, Enter, or Backspace Not Working
Oriellys St James Mn
Erin Kate Dolan Twitter
Oxford House Peoria Il
Immediate Action Pathfinder
Best Fare Finder Avanti
Wisconsin Women's Volleyball Team Leaked Pictures
Google Feud Unblocked 6969
Download Center | Habasit
"Une héroïne" : les funérailles de Rebecca Cheptegei, athlète olympique immolée par son compagnon | TF1 INFO
Free Online Games on CrazyGames | Play Now!
Christina Steele And Nathaniel Hadley Novel
Jeff Now Phone Number
1973 Coupe Comparo: HQ GTS 350 + XA Falcon GT + VH Charger E55 + Leyland Force 7V
Bellin Patient Portal
Troy Gamefarm Prices
Spiritual Meaning Of Snake Tattoo: Healing And Rebirth!
4 Times Rihanna Showed Solidarity for Social Movements Around the World
Tuw Academic Calendar
Snohomish Hairmasters
Grave Digger Wynncraft
Delete Verizon Cloud
Infinite Campus Asd20
Orange Park Dog Racing Results
1475 Akron Way Forney Tx 75126
Gina's Pizza Port Charlotte Fl
Lil Durk's Brother DThang Killed in Harvey, Illinois, ME Confirms
Santa Cruz California Craigslist
Gold Nugget at the Golden Nugget
Babylon 2022 Showtimes Near Cinemark Downey And Xd
Studio 22 Nashville Review
Eastern New Mexico News Obituaries
Royals Yankees Score
Race Deepwoken
Theater X Orange Heights Florida
Meee Ruh
Is Chanel West Coast Pregnant Due Date
Grand Park Baseball Tournaments
O'reilly's Eastman Georgia
La Fitness Oxford Valley Class Schedule
Latest Posts
Article information

Author: Dan Stracke

Last Updated:

Views: 5992

Rating: 4.2 / 5 (43 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Dan Stracke

Birthday: 1992-08-25

Address: 2253 Brown Springs, East Alla, OH 38634-0309

Phone: +398735162064

Job: Investor Government Associate

Hobby: Shopping, LARPing, Scrapbooking, Surfing, Slacklining, Dance, Glassblowing

Introduction: My name is Dan Stracke, I am a homely, gleaming, glamorous, inquisitive, homely, gorgeous, light person who loves writing and wants to share my knowledge and understanding with you.