Skip to content

Commit a28ca45

Browse files
committed
updates4
1 parent dfe1a36 commit a28ca45

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

articles/web-application-firewall/quickstart-web-application-firewall-terraform.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
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.
44
ms.topic: quickstart
5-
ms.date: 03/20/2025
5+
ms.date: 04/07/2025
66
ms.custom: devx-track-terraform
7-
ms.service: azure-application-gateway
7+
ms.service: azure-web-application-firewall
88
author: halkazwini
99
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.
1111
content_well_notification:
1212
- AI-contribution
1313
---
1414

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
1616

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.
1818

1919
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
2020

articles/web-application-firewall/toc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ items:
3434
href: ./ag/tutorial-restrict-web-traffic-powershell.md
3535
- name: Azure CLI
3636
href: ./ag/tutorial-restrict-web-traffic-cli.md
37-
- name: Create Web Application Firewall v2 - Bicep
38-
href: ./ag/quick-create-bicep.md
3937
- name: Deploy Web Application Firewall v2 - ARM template
4038
href: ./ag/quick-create-template.md
39+
- name: Create Web Application Firewall v2 - Bicep
40+
href: ./ag/quick-create-bicep.md
41+
- name: Create Web Application Firewall v2 – Terraform
42+
href: quickstart-web-application-firewall.md
4143
- name: Front Door
4244
items:
4345
- name: Create WAF policy - portal

0 commit comments

Comments
 (0)