Hello BH
I understand that you are trying to configure custom rate limiting rule for Azure Front Door Standard Web Application Firewall.
If you are looking for the option with RequestUri, you could find it as below:
Under Custom rule, conditions-->Select Match Type as String or Size-->Match Variable as RequestUri
Please refer to the screenshot for reference:
If you want to configure it using the IP ranges, then
- Match Type =IP Address
- Set the range
- Please add the range 0.0.0.0/0 in IP address details.
- Set the Action: Choose Block -this will block the requests after the threshold is breached, so they’ll receive a 403 Forbidden response.
Finalize and apply the changes.
Refer Custom Rate Limit-Azure for the detailed steps to configure the rate limit
By default, WAF policies may be in Detection mode, switch to prevention mode.
Please don’t forget to close the thread by clicking "Accept the answer" and "Yes" wherever the information provided helps you, as this can be beneficial to other community members.