Introduction to Azure Application Gateway

Azure Application Gateway is a web traffic load balancer that enables you to manage traffic to your web applications. It offers load balancing, a Web Application Firewall (WAF), and a web application accelerator.

What is Azure Application Gateway?

Application Gateway provides routing capabilities based on attributes of the request, such as the URI path or host headers. It supports multiple load balancing strategies to distribute incoming traffic across multiple backend servers, ensuring high availability and scalability for your applications.

Key Capabilities

When to Use Application Gateway

Application Gateway is ideal for scenarios where you need to:

Application Gateway Tiers

Application Gateway offers different tiers to meet varying performance and feature requirements:

Tip: For new deployments, it is recommended to use the v2 SKU, which offers enhanced features like autoscaling and zone redundancy.

Core Components

Understanding the core components of Application Gateway is crucial for effective configuration:

This document provides a foundational understanding of Azure Application Gateway. For detailed configuration and advanced scenarios, please refer to the subsequent sections of this documentation.