Kusto Query - Get a list all Security Recommendations groupedby Resource Groups, via Azure Graph Explorer.
Link the types : type == 'microsoft.resources/subscriptions/resourcegroups' and type == 'microsoft.security/assessments'
Get a report with : subscriptionName, resourceGroup, resource type, tags.owner, recommendationName, recommendationSeverity, description, remediationDescription,portalLink.
To get the tags of a resource, you need to join with the
resourcestable. For the subscription name you need theresourcecontainerstable. This should work: