Skip to content

Commit 2989050

Browse files
Merge pull request #230291 from Miskatonic-Electronic/patch-37
Improving WAF DDoS Protection References
2 parents 099c5d4 + 8c90d68 commit 2989050

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/frontdoor/front-door-ddos.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ Front Door is a large scaled, globally distributed service. We have many custome
3434

3535
[Front Door's Web Application Firewall (WAF)](../web-application-firewall/afds/afds-overview.md) can be used to mitigate many different types of attacks:
3636

37-
* Using the managed rule set provides protection against many common attacks.
37+
* Using the managed rule set provides protection against many common attacks. For more information, see [Managed rules](../web-application-firewall/afds/waf-front-door-drs.md).
3838
* Traffic from outside a defined geographic region, or within a defined region, can be blocked or redirected to a static webpage. For more information, see [Geo-filtering](../web-application-firewall/afds/waf-front-door-geo-filtering.md).
39-
* IP addresses and ranges that you identify as malicious can be blocked.
40-
* Rate limiting can be applied to prevent IP addresses from calling your service too frequently.
39+
* IP addresses and ranges that you identify as malicious can be blocked. For more information, see [IP restrictions](../web-application-firewall/afds/waf-front-door-configure-ip-restriction.md).
40+
* Rate limiting can be applied to prevent IP addresses from calling your service too frequently. For more information, see [Rate limiting](../web-application-firewall/afds/waf-front-door-rate-limit.md).
4141
* You can create [custom WAF rules](../web-application-firewall/afds/waf-front-door-custom-rules.md) to automatically block and rate limit HTTP or HTTPS attacks that have known signatures.
42+
* Using the bot protection managed rule set provides protection against known bad bots. For more information, see [Configuring bot protection](../web-application-firewall/afds/waf-front-door-policy-configure-bot-protection.md).
4243

4344
## Protect VNet origins
4445

0 commit comments

Comments
 (0)