Query Details

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.