Skip to content

Commit d44c166

Browse files
authored
Merge pull request #197362 from vhorne/fwm-waf-integrate
start manage waf policies
2 parents 54c6104 + b5448b9 commit d44c166

File tree

10 files changed

+91
-3
lines changed

10 files changed

+91
-3
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: Manage Azure Web Application Firewall policies (preview)
3+
description: Learn how to use Azure Firewall Manager to manage Azure Web Application Firewall policies
4+
author: vhorne
5+
ms.author: victorh
6+
ms.service: firewall-manager
7+
ms.topic: how-to
8+
ms.date: 06/01/2022
9+
---
10+
11+
# Manage Web Application Firewall policies (preview)
12+
13+
You can centrally create and associate Web Application Firewall (WAF) policies for your application delivery platforms, including Azure Front Door and Azure Application Gateway.
14+
15+
> [!IMPORTANT]
16+
> Managing Web Application Firewall policies using Azure Firewall Manager is currently in PREVIEW.
17+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
18+
19+
## Prerequisites
20+
21+
- A deployed [Azure Front Door](../frontdoor/quickstart-create-front-door.md) or [Azure Application Gateway](../application-gateway/quick-create-portal.md)
22+
23+
## Associate a WAF policy
24+
25+
1. Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.com).
26+
2. In the Azure portal search bar, type **Firewall Manager** and press **Enter**.
27+
3. On the Azure Firewall Manager page, select **Application Delivery Platforms**.
28+
:::image type="content" source="media/manage-web-application-firewall-policies/application-delivery-platforms.png" alt-text="Screenshot of Firewall Manager application delivery platforms.":::
29+
1. Select your application delivery platform (Front Door or Application Gateway) to associate a WAF policy. In this example, we'll associate a WAF policy to a Front Door.
30+
1. Select **Manage Security** and then select **Associate WAF policy**.
31+
:::image type="content" source="media/manage-web-application-firewall-policies/associate-waf-policy.png" alt-text="Screenshot of Firewall Manager associate WAF policy.":::
32+
1. Select either an existing policy or **Create New**.
33+
1. Select the domain(s) that you want the WAF policy to protect with your Azure Front Door profile.
34+
1. Select **Associate**.
35+
36+
## View and manage WAF policies
37+
38+
1. On the Azure Firewall Manager page, under **Security**, select **Web application firewall policies** to view all your policies.
39+
1. Select **Add** to create a new WAF policy or import settings from an existing WAF policy.
40+
:::image type="content" source="media/manage-web-application-firewall-policies/web-application-firewall-policies.png" alt-text="Screenshot of Firewall Manager Web Application Firewall policies.":::
41+
42+
## Upgrade Application Gateway WAF configuration to WAF policy
43+
44+
For Application Gateway with WAF configuration, you can upgrade the WAF configuration to a WAF policy associated with Application Gateway.
45+
46+
The WAF policy can be shared to multiple application gateways. Also, a WAF policy allows you to take advantage of advanced and new features like bot protection, newer rule sets, and reduced false positives. New features are only released on WAF policies.
47+
48+
To upgrade a WAF configuration to a WAF policy, select **Upgrade from WAF configuration** from the desired application gateway.
49+
50+
:::image type="content" source="media/manage-web-application-firewall-policies/upgrade-policy.png" alt-text="Screenshot showing upgrade from WAF configuration.":::
51+
52+
## Next steps
53+
54+
- [Configure an Azure DDoS Protection Plan using Azure Firewall Manager (preview)](configure-ddos.md)
55+
79.3 KB
Loading
84.6 KB
Loading
91.5 KB
Loading
87.8 KB
Loading

articles/firewall-manager/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
href: rule-hierarchy.md
6767
- name: Configure DDoS Protection Plan
6868
href: configure-ddos.md
69+
- name: Manage WAF policies
70+
href: manage-web-application-firewall-policies.md
6971
- name: Reference
7072
items:
7173
- name: Azure CLI

articles/web-application-firewall/afds/afds-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: web-application-firewall
55
author: vhorne
66
ms.service: web-application-firewall
77
ms.topic: conceptual
8-
ms.date: 03/30/2022
8+
ms.date: 05/06/2022
99
ms.author: victorh
1010
---
1111

@@ -108,7 +108,7 @@ If bot protection is enabled, incoming requests that match bot rules are logged
108108

109109
## Configuration
110110

111-
You can configure and deploy all WAF rule types using the Azure portal, REST APIs, Azure Resource Manager templates, and Azure PowerShell.
111+
You can configure and deploy all WAF policies using the Azure portal, REST APIs, Azure Resource Manager templates, and Azure PowerShell. You can also configure and manage Azure WAF policies at scale using Firewall Manager integration (preview). For more information, see [Use Azure Firewall Manager to manage Web Application Firewall policies (preview)](../shared/manage-policies.md).
112112

113113
## Monitoring
114114

articles/web-application-firewall/ag/ag-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article provides an overview of Web Application Firewall (WAF)
55
services: web-application-firewall
66
author: vhorne
77
ms.service: web-application-firewall
8-
ms.date: 04/21/2022
8+
ms.date: 05/06/2022
99
ms.author: victorh
1010
ms.topic: conceptual
1111
---
@@ -141,6 +141,10 @@ There's a threshold of 5 for the Anomaly Score to block traffic. So, a single *C
141141
> [!NOTE]
142142
> The message that's logged when a WAF rule matches traffic includes the action value "Blocked." But the traffic is actually only blocked for an Anomaly Score of 5 or higher. For more information, see [Troubleshoot Web Application Firewall (WAF) for Azure Application Gateway](web-application-firewall-troubleshoot.md#understanding-waf-logs).
143143
144+
### Configuration
145+
146+
You can configure and deploy all WAF policies using the Azure portal, REST APIs, Azure Resource Manager templates, and Azure PowerShell. You can also configure and manage Azure WAF policies at scale using Firewall Manager integration (preview). For more information, see [Use Azure Firewall Manager to manage Web Application Firewall policies (preview)](../shared/manage-policies.md).
147+
144148
### WAF monitoring
145149

146150
Monitoring the health of your application gateway is important. Monitoring the health of your WAF and the applications that it protects are supported by integration with Microsoft Defender for Cloud, Azure Monitor, and Azure Monitor logs.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Use Azure Firewall Manager to manage Web Application Firewall policies (preview)
3+
description: Learn about managing Azure Web Application Firewall policies using Azure Firewall Manager
4+
author: vhorne
5+
ms.author: victorh
6+
ms.service: web-application-firewall
7+
ms.topic: conceptual
8+
ms.date: 06/01/2022
9+
---
10+
11+
# Use Azure Firewall Manager to manage Web Application Firewall policies (preview)
12+
13+
> [!IMPORTANT]
14+
> Managing Web Application Firewall policies using Azure Firewall Manager is currently in PREVIEW.
15+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
16+
17+
Azure Firewall Manager is a central network security policy and route management service that allows administrators and organizations to protect their networks and cloud platforms at scale, all in one central place.
18+
19+
## Create and associate policies
20+
21+
You can use Azure Firewall Manager to centrally create, associate, and manage Web Application Firewall (WAF) policies for your application delivery platforms, including Azure Front Door and Azure Application Gateway.
22+
23+
## Next steps
24+
25+
- [Manage Azure Web Application Firewall policies (preview)](../../firewall-manager/manage-web-application-firewall-policies.md)

articles/web-application-firewall/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@
141141
href: ./afds/waf-front-door-tutorial-geo-filtering.md
142142
- name: Monitoring and logging
143143
href: ./afds/waf-front-door-monitor.md
144+
- name: Manage policies
145+
href: ./shared/manage-policies.md
144146
- name: Using Microsoft Sentinel with Web Application Firewall
145147
href: waf-sentinel.md
146148
- name: Troubleshoot

0 commit comments

Comments
 (0)