|
1 | 1 | ---
|
2 |
| -title: 'Quickstart: Use Terraform to configure Azure Web Application Firewall on Azure Application Gateway' |
3 |
| -description: In this quickstart, you use Terraform to create an Azure Application Gateway with an Azure Web Application Firewall (WAF) policy. A virtual network with a subnet, a static public IP address, a WAF policy with custom rules, and Azure Application Gateway with autoscaling work together to block specific IP addresses. |
| 2 | +title: 'Quickstart: Use Terraform to configure Azure Web Application Firewall v2 on Azure Application Gateway' |
| 3 | +description: In this quickstart, you use Terraform to create an Azure Application Gateway with an Azure Web Application Firewall (WAF) v2 policy. A virtual network with a subnet, a static public IP address, a WAF policy with custom rules, and Azure Application Gateway with autoscaling work together to block specific IP addresses. |
4 | 4 | ms.topic: quickstart
|
5 |
| -ms.date: 03/20/2025 |
| 5 | +ms.date: 04/07/2025 |
6 | 6 | ms.custom: devx-track-terraform
|
7 |
| -ms.service: azure-application-gateway |
| 7 | +ms.service: azure-web-application-firewall |
8 | 8 | author: halkazwini
|
9 | 9 | ms.author: halkazwini
|
10 |
| -#customer intent: As a Terraform user, I want to learn how to configure Azure Web Application Firewall on Azure Application Gateway. |
| 10 | +#customer intent: As a Terraform user, I want to learn how to configure Azure Web Application Firewall v2 on Azure Application Gateway. |
11 | 11 | content_well_notification:
|
12 | 12 | - AI-contribution
|
13 | 13 | ---
|
14 | 14 |
|
15 |
| -# Quickstart: Use Terraform to configure Azure Web Application Firewall on Azure Application Gateway |
| 15 | +# Quickstart: Use Terraform to configure Azure Web Application Firewall v2 on Azure Application Gateway |
16 | 16 |
|
17 |
| -In this quickstart, you use Terraform to create an Azure Application Gateway with an Azure Web Application Firewall (WAF) policy. A key component of creating scalable, reliable, and secure web front ends in Azure, Application Gateway is a web traffic load balancer that helps you to manage traffic to your web applications. Application Gateway bases how it routes traffic on factors that include round-robin, cookie-based sessions, and more. In addition to an Application Gateway, this code also creates a resource group, virtual network, subnet within the virtual network, public IP address, and a WAF policy with custom rules to block traffic from a specific IP address. |
| 17 | +In this quickstart, you use Terraform to create an Azure Application Gateway with an Azure Web Application Firewall (WAF) v2 policy. A key component of creating scalable, reliable, and secure web front ends in Azure, Application Gateway is a web traffic load balancer that helps you to manage traffic to your web applications. Application Gateway bases how it routes traffic on factors that include round-robin, cookie-based sessions, and more. In addition to an Application Gateway, this code also creates a resource group, virtual network, subnet within the virtual network, public IP address, and a WAF policy with custom rules to block traffic from a specific IP address. |
18 | 18 |
|
19 | 19 | [!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
|
20 | 20 |
|
|
0 commit comments