Skip to content
Open
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion checklists/afd_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
"guid": "2902d8cc-1b0c-4495-afad-624ab70f7bd6",
"id": "A01.28",
"severity": "High",
"graph" : "resources | where type == "microsoft.network/frontdoorwebapplicationfirewallpolicies" | where properties['policySettings']['mode'] == "Detection"| extend compliant = (properties['policySettings']['mode'] == "Detection")| distinct id, compliant",
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 (instead of double quotes) inside of the ARG query string
  • Please use the =~ operator for comparisons

"link": "https://learn.microsoft.com/azure/web-application-firewall/afds/waf-front-door-best-practices#tune-your-waf"
},
{
Expand Down Expand Up @@ -514,4 +515,4 @@
"waf": "all",
"timestamp": "September 23, 2024"
}
}
}