Skip to content

Commit f634764

Browse files
winthrop28vhorne
andauthored
Update articles/web-application-firewall/ag/create-waf-policy-ag.md
Co-authored-by: Vic <[email protected]>
1 parent d1c441c commit f634764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/web-application-firewall/ag/create-waf-policy-ag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Optionally, you can use a migration script to migrate to a WAF policy. For more
9898

9999
## Force mode
100100

101-
If you don't want to copy everything into a policy that is exactly the same as your current config, you can set the WAF into "force" mode. Simply execute the following powershell and your WAF will be in force mode. Then you can associate any WAF Policy to your WAF, even if it doesn't have the exact same settings as your config.
101+
If you don't want to copy everything into a policy that is exactly the same as your current config, you can set the WAF into "force" mode. Run the following Azure PowerShell code and your WAF will be in force mode. Then you can associate any WAF Policy to your WAF, even if it doesn't have the exact same settings as your config.
102102

103103
```azurepowershell-interactive
104104
$appgw = Get-AzApplicationGateway -Name <your Application Gateway name> -ResourceGroupName <your Resource Group name>

0 commit comments

Comments
 (0)