You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/web-application-firewall/afds/waf-front-door-create-portal.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
-
title: 'Tutorial: Create WAF policy for Azure Front Door - Azure portal'
3
-
description: In this tutorial, you learn how to create a Web Application Firewall (WAF) policy by using the Azure portal.
2
+
title: 'Tutorial: Create Web Application Firewall (WAF) policy for Azure Front Door - Azure portal'
3
+
description: In this tutorial, you learn how to create a WAF policy by using the Azure portal.
4
4
author: vhorne
5
5
ms.service: web-application-firewall
6
6
services: web-application-firewall
7
7
ms.topic: tutorial
8
-
ms.date: 09/07/2019
8
+
ms.date: 03/10/2020
9
9
ms.author: victorh
10
10
---
11
11
12
12
# Tutorial: Create a Web Application Firewall policy on Azure Front Door using the Azure portal
13
13
14
-
This tutorial show you how to create a basic Azure Web Application Firewall (WAF) policy and apply it to a front-end host at Azure Front Door.
14
+
This tutorial shows you how to create a basic Azure Web Application Firewall (WAF) policy, and apply the policy to a front-end host at Azure Front Door.
15
15
16
16
In this tutorial, you learn how to:
17
17
@@ -22,17 +22,18 @@ In this tutorial, you learn how to:
22
22
23
23
## Prerequisites
24
24
25
-
Create a Front Door profile by following the instructions described in [Quickstart: Create a Front Door profile](../../frontdoor/quickstart-create-front-door.md).
25
+
Create a Front Door profile by following the instructions described in [Quickstart: Create a Front Door profile](../../frontdoor/quickstart-create-front-door.md).
26
26
27
27
## Create a Web Application Firewall policy
28
28
29
-
First, create a basic WAF policy with managed Default Rule Set (DRS) by using the portal.
29
+
First, create a basic WAF policy with managed Default Rule Set (DRS) by using the portal.
30
30
31
-
1. On the top left-hand side of the screen, select **Create a resource**>search for **WAF**>select **Web application firewall (Preview)** > select **Create**.
31
+
1. On the top left-hand side of the screen, select **Create a resource**>search for **WAF**>select **Web application firewall ** > select **Create**.
32
32
2. In the **Basics** tab of the **Create a WAF policy** page, enter or select the following information, accept the defaults for the remaining settings, and then select **Review + create**:
33
33
34
34
| Setting | Value |
35
35
| --- | --- |
36
+
| Policy for |Select Global WAF (Front Door).|
36
37
| Subscription |Select your Front Door subscription name.|
37
38
| Resource group |Select your Front Door resource group name.|
38
39
| Policy name |Enter a unique name for your WAF policy.|
@@ -16,7 +16,7 @@ By default, Azure Front Door Service responds to user requests regardless of the
16
16
17
17
A WAF policy usually includes a set of custom rules. A rule consists of match conditions, an action, and a priority. In match condition, you define a match variable, operator, and match value. For geo filtering rule, match variable is REMOTE_ADDR, operator is GeoMatch, value is the two letter country code of interest. You may combine a GeoMatch condition and a REQUEST_URI string match condition to create a path-based geo-filtering rule.
18
18
19
-
You can configure a geo-filtering policy for your Front Door by either using [Azure PowerShell](waf-front-door-tutorial-geo-filtering.md) or by using our [quickstart template](https://github.com/Azure/azure-quickstart-templates/tree/master/101-front-door-geo-filtering).
19
+
You can configure a geo-filtering policy for your Front Door using the Azure portal, [Azure PowerShell](waf-front-door-tutorial-geo-filtering.md) or our [quickstart template](https://github.com/Azure/azure-quickstart-templates/tree/master/101-front-door-geo-filtering).
0 commit comments