Azure front door waf rate limiting algorithm

Alex 515 Reputation points
2025-07-25T16:18:22.4566667+00:00

Hello,

What's the rate limiting algorithm Frontdoor and AppGw waf uses?

In the docs, appgw waf v2 mentioned it uses sliding window algorithm. Is that right? And how about Frontdoor waf?

Azure Web Application Firewall
0 comments No comments
{count} votes

Accepted answer
  1. hossein jalilian 11,520 Reputation points Volunteer Moderator
    2025-07-25T16:33:27.5033333+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    Azure Application Gateway WAF uses a sliding window rate limiting algorithm, allowing requests up to a defined threshold within a rolling time frame—useful for mitigating DoS attacks regionally. In contrast, Azure Front Door WAF uses a fixed window approach, where requests are counted within a static interval , and excess traffic is blocked until the window resets. App Gateway supports more granular grouping, while Front Door typically limits by IP at a global edge level. Both offer protection against high-volume traffic but differ in scope, algorithm behavior, and enforcement precision.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.