2 Sensitive Labels In Azure Resources
Query
securityresources
| where type == "microsoft.security/insights"Explanation
This query is searching through a dataset called securityresources to find and display only the entries where the type is exactly "microsoft.security/insights". Essentially, it's filtering the data to show only those security resources that are specifically related to Microsoft Security Insights.
Details

Thomas Naunheim
Released: June 4, 2025
Tables
securityresources
Keywords
SecurityInsights
Operators
securityresources|where==