Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions checklists/network_appdelivery_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
"guid": "43fae595-8a32-4299-a69e-0f32c454dcc9",
"id": "A01.41",
"severity": "Medium",
"graph": "resources | where type == "microsoft.network/applicationgatewaywebapplicationfirewallpolicies" | where properties['customRules'][0]['ruleType'] == "RateLimitRule" | distinct id, name",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use single quotes for strings inside of the graph field. Additionally, you want to use the case-insensitive operator =~ rather than ==.

Thanks!

"link": "https://learn.microsoft.com/azure/web-application-firewall/ag/rate-limiting-overview"
},
{
Expand Down