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-sensitive-data-protection-configure-frontdoor.md
+25-5Lines changed: 25 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,6 @@ ms.date: 04/09/2024
10
10
11
11
# How to mask sensitive data on Azure Web Application Firewall on Azure Front Door (preview)
12
12
13
-
> [!IMPORTANT]
14
-
> Web Application Firewall on Azure Front Door Sensitive Data Protection 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
13
The Web Application Firewall's (WAF) Log Scrubbing tool helps you remove sensitive data from your WAF logs. It works by using a rules engine that allows you to build custom rules to identify specific portions of a request that contain sensitive data. Once identified, the tool scrubs that information from your logs and replaces it with _*******_.
18
14
19
15
> [!NOTE]
@@ -39,7 +35,7 @@ For more information, see [What is Azure Web Application Firewall on Azure Front
39
35
40
36
Use the following information to enable and configure Sensitive Data Protection.
41
37
42
-
###Portal
38
+
#### [Portal](#tab/browser)
43
39
44
40
To enable Sensitive Data Protection:
45
41
@@ -56,6 +52,30 @@ To configure Log Scrubbing rules for Sensitive Data Protection:
56
52
57
53
Repeat to add more rules.
58
54
55
+
#### [PowerShell](#tab/powershell)
56
+
57
+
Use the following Azure PowerShell commands to create and configure Log Scrubbing rules for Sensitive Data Protection:
Use the following Command Line Interface commands to [create and configure](/cli/azure/network/front-door/waf-policy) Log Scrubbing rules for Sensitive Data Protection:
0 commit comments