Skip to content

Commit 7e667d0

Browse files
Update waf-sensitive-data-protection-configure-frontdoor.md
1 parent c48cd85 commit 7e667d0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ Repeat to add more rules.
5757
Use the following Azure PowerShell commands to [create]() and [configure]() Log Scrubbing rules for Sensitive Data Protection:
5858

5959
```azurepowershell
60-
text
60+
New-AzFrontDoorWafLogScrubbingRuleObject -MatchVariable <String> -SelectorMatchOperator <String>
61+
-State <String> [-Selector <String>] [-DefaultProfile <IAzureContextContainer>]
62+
[<CommonParameters>]
63+
64+
New-AzFrontDoorWafLogScrubbingSettingObject -ScrubbingRule <PSFrontDoorWafLogScrubbingRule[]> -State <String>
65+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
6166
```
6267

6368
#### [CLI](#tab/cli)

0 commit comments

Comments
 (0)