Skip to content

Commit 8f8df23

Browse files
authored
Update api-management-howto-integrate-internal-vnet-appgateway.md
Noted option to configure WAF in either Detection or Prevention mode
1 parent 4110431 commit 8f8df23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/api-management/api-management-howto-integrate-internal-vnet-appgateway.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,10 @@ All configuration items must be set up before you create the application gateway
389389
$sku = New-AzApplicationGatewaySku -Name "WAF_v2" -Tier "WAF_v2" -Capacity 2
390390
```
391391
392-
1. Configure WAF to be in "Prevention" mode.
392+
1. Configure the WAF mode.
393+
394+
> [!TIP]
395+
> For a short period during setup and to test your firewall rules, you might want to configure "Detection" mode, which monitors and logs threat alerts but doesn't block traffic. You can then make any updates to firewall rules before transitioning to "Prevention" mode, which blocks intrusions and attacks that the rules detect.
393396
394397
```powershell
395398
$config = New-AzApplicationGatewayWebApplicationFirewallConfiguration -Enabled $true -FirewallMode "Prevention"

0 commit comments

Comments
 (0)