docs(waf): document custom rulesets quota limits#31854
Conversation
Add quota limits section to account-level custom rulesets documentation: - 10 rulesets maximum - 100 rules per ruleset - 1,000 total rules hard limit across all rulesets on request path Also document that redistribution requires Cloudflare Support to update account-level entitlements. Fixes DEE-3670
Review💡 1 suggestion found in commit Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsChecks PR title, description, and redirect checklist. No convention issues found. Style Guide ReviewSuggestions (1)
RedirectsNo missing redirect entries found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
There was a problem hiding this comment.
1 issue needs fixing before merge.
MEDIUM — line 84: Step 12 adds a note about quota limits that duplicates the new Quota limits section directly above it. Keeping both creates maintenance risk if limits change in the future.
Posted 1 inline suggestion.
| 11. Select **Deploy**. | ||
|
|
||
| 12. Add other rules to the custom ruleset, if needed. You can also duplicate an existing rule in the custom ruleset. | ||
| 12. Add other rules to the custom ruleset, if needed. You can also duplicate an existing rule in the custom ruleset. Note that each ruleset is limited to 100 rules, and the total number of rules across all rulesets cannot exceed 1,000. |
There was a problem hiding this comment.
This duplicates the quota limits already documented in the section above. Remove to avoid drift if limits change.
| 12. Add other rules to the custom ruleset, if needed. You can also duplicate an existing rule in the custom ruleset. Note that each ruleset is limited to 100 rules, and the total number of rules across all rulesets cannot exceed 1,000. | |
| 12. Add other rules to the custom ruleset, if needed. You can also duplicate an existing rule in the custom ruleset. |
|
Reviewed PR #31854. Added Summary of changes Issue flagged
Everything else looks clean: no MDX syntax issues, links are correctly formatted, and the content is consistent between both files. |
Summary
Documents the quota limits for account-level custom rulesets.
Changes
Related Issue
Fixes DEE-3670