Skip to content

Commit 370b43a

Browse files
authored
Merge pull request #107070 from teresayao/Manganese
Manganese
2 parents 1e84c80 + 83793a0 commit 370b43a

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

articles/web-application-firewall/afds/waf-front-door-create-portal.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
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.
44
author: vhorne
55
ms.service: web-application-firewall
66
services: web-application-firewall
77
ms.topic: tutorial
8-
ms.date: 09/07/2019
8+
ms.date: 03/10/2020
99
ms.author: victorh
1010
---
1111

1212
# Tutorial: Create a Web Application Firewall policy on Azure Front Door using the Azure portal
1313

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

1616
In this tutorial, you learn how to:
1717

@@ -22,17 +22,18 @@ In this tutorial, you learn how to:
2222
2323
## Prerequisites
2424

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).
2626

2727
## Create a Web Application Firewall policy
2828

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

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**.
3232
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**:
3333

3434
| Setting | Value |
3535
| --- | --- |
36+
| Policy for |Select Global WAF (Front Door).|
3637
| Subscription |Select your Front Door subscription name.|
3738
| Resource group |Select your Front Door resource group name.|
3839
| Policy name |Enter a unique name for your WAF policy.|

articles/web-application-firewall/afds/waf-front-door-geo-filtering.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: 10/30/2019
8+
ms.date: 03/10/2020
99
ms.author: victorh
1010
ms.reviewer: tyao
1111
---
@@ -16,7 +16,7 @@ By default, Azure Front Door Service responds to user requests regardless of the
1616

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

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).
2020

2121
## Country code reference
2222

articles/web-application-firewall/afds/waf-front-door-tutorial-geo-filtering.md

Lines changed: 1 addition & 1 deletion
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: 10/30/2019
8+
ms.date: 03/10/2020
99
ms.author: victorh
1010
ms.reviewer: tyao
1111
---
-53.2 KB
Loading

0 commit comments

Comments
 (0)