Skip to content

Commit a568f17

Browse files
committed
capitalization corrections
1 parent 4f2552e commit a568f17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/web-application-firewall/afds/waf-sensitive-data-protection-configure-frontdoor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following table shows examples of log scrubbing rules that can be used to pr
2121
| --- | --- | --- | --- |
2222
| Request Header Names | Equals | keytoblock | {"matchVariableName":"HeaderValue:keytoblock","matchVariableValue":"****"} |
2323
| Request Cookie Names | Equals | cookietoblock | {"matchVariableName":"CookieValue:cookietoblock","matchVariableValue":"****"} |
24-
| Request Post Arg Names <sup>1</sup> | Equals | var | {"matchVariableName":"PostParamValue:var","matchVariableValue":"****"} |
24+
| Request Body Post Arg Names <sup>1</sup> | Equals | var | {"matchVariableName":"PostParamValue:var","matchVariableValue":"****"} |
2525
| Request Body JSON Arg Names <sup>1</sup> | Equals | JsonValue | {"matchVariableName":"JsonValue:key","matchVariableValue":"****"} |
2626
| Query String Arg Names | Equals | foo | {"matchVariableName":"QueryParamValue:foo","matchVariableValue":"****"} |
2727
| Request IP Address <sup>2</sup> | Equals Any | NULL | {"matchVariableName":"ClientIP","matchVariableValue":"****"} |
@@ -33,7 +33,7 @@ The following table shows examples of log scrubbing rules that can be used to pr
3333

3434
For more information, see [What is Azure Web Application Firewall on Azure Front Door Sensitive Data Protection?](waf-sensitive-data-protection-frontdoor.md)
3535

36-
## Enable Sensitive Data Protection
36+
## Enable sensitive data protection
3737

3838
Use the following information to enable and configure Sensitive Data Protection.
3939

@@ -77,7 +77,7 @@ az network front-door waf-policy update -g <MyResourceGroup> -n <MyPolicyName> -
7777

7878
---
7979

80-
## Verify Sensitive Data Protection
80+
## Verify sensitive data protection
8181

8282
To verify your Sensitive Data Protection rules, open the Front Door firewall log and search for _******_ in place of the sensitive fields.
8383

0 commit comments

Comments
 (0)