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-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: vhorne
5
5
ms.service: web-application-firewall
6
6
services: web-application-firewall
7
7
ms.topic: tutorial
8
-
ms.date: 04/20/2022
8
+
ms.date: 10/21/2022
9
9
ms.author: victorh
10
10
---
11
11
@@ -30,20 +30,20 @@ First, create a basic WAF policy with managed Default Rule Set (DRS) by using th
30
30
31
31
1. On the top left-hand side of the screen, select **Create a resource** > search for **WAF** > select **Web Application Firewall (WAF)** > select **Create**.
32
32
33
-
1. 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
+
1. In the **Basics** tab of the **Create a WAF policy** page, enter or select the following information, accept the defaults for the remaining settings:
34
34
35
35
| Setting | Value |
36
36
| --- | --- |
37
37
| Policy for | Select **Global WAF (Front Door)**. |
38
-
| Front Door SKU | Select between basic, standard and premium SKU. |
39
-
| Subscription | Select your Front Door subscription name.|
38
+
| Front Door SKU | Select between **Classic**, **Standard** and **Premium** SKUs. |
39
+
| Subscription | Select your Azure subscription.|
40
40
| Resource group | Select your Front Door resource group name.|
41
41
| Policy name | Enter a unique name for your WAF policy.|
42
42
| Policy state | Set as **Enabled**. |
43
43
44
44
:::image type="content" source="../media/waf-front-door-create-portal/basic.png" alt-text="Screenshot of the Create a W A F policy page, with a Review + create button and list boxes for the subscription, resource group, and policy name.":::
45
45
46
-
1.In the **Association** tab of the **Create a WAF policy** page, select **+ Associate a Front Door profile**, enter the following settings, and then select **Add**:
46
+
1.Select **Association**, and then select **+ Associate a Front door profile**, enter the following settings, and then select **Add**:
47
47
48
48
| Setting | Value |
49
49
| --- | --- |
@@ -61,7 +61,7 @@ First, create a basic WAF policy with managed Default Rule Set (DRS) by using th
61
61
62
62
### Change mode
63
63
64
-
When you create a WAF policy, by the default WAF policy is in **Detection** mode. In **Detection** mode, WAF doesn't block any requests, instead, requests matching the WAF rules are logged at WAF logs.
64
+
When you create a WAF policy, by default, WAF policy is in **Detection** mode. In **Detection** mode, WAF doesn't block any requests, instead, requests matching the WAF rules are logged at WAF logs.
65
65
To see WAF in action, you can change the mode settings from **Detection** to **Prevention**. In **Prevention** mode, requests that match rules that are defined in Default Rule Set (DRS) are blocked and logged at WAF logs.
66
66
67
67
:::image type="content" source="../media/waf-front-door-create-portal/policy.png" alt-text="Screenshot of the Policy settings section. The Mode toggle is set to Prevention.":::
@@ -78,7 +78,7 @@ Below is an example of configuring a custom rule to block a request if the query
78
78
79
79
### Default Rule Set (DRS)
80
80
81
-
Azure-managed Default Rule Set is enabled by default. Current default version is DefaultRuleSet_1.0. From WAF **Managed rules**, **Assign**, recently available ruleset Microsoft_DefaultRuleSet_1.1 is available in the drop-down list.
81
+
Azure-managed Default Rule Set (DRS) is enabled by default. Current default version is Microsoft_DefaultRuleSet_2.0. From **Managed rules** page, select **Assign** to assign a different DRS.
82
82
83
83
To disable an individual rule, select the **check box** in front of the rule number, and select **Disable** at the top of the page. To change actions types for individual rules within the rule set, select the check box in front of the rule number, and then select the **Change action** at the top of the page.
84
84
@@ -92,4 +92,4 @@ When no longer needed, remove the resource group and all related resources.
92
92
93
93
> [!div class="nextstepaction"]
94
94
> [Learn more about Azure Front Door](../../frontdoor/front-door-overview.md)
95
-
> [Learn more about Azure Front Door Standard/Premium](../../frontdoor/standard-premium/overview.md)
95
+
> [Learn more about Azure Front Door tiers](../../frontdoor/standard-premium/tier-comparison.md)
0 commit comments