Closed RenarsBD closed 4 months ago
Hi @RenarsBD ,
Thanks, I'm happy you found this workbook usefully.
How a view of resources without Tags are related to Orphaned Resources?
@RenarsBD,
I closed this issue.
You can use this KQL query to list all your resources without Tags.
resources
| where isnull(tags)
| project name, type, resourceGroup, tags
Hello! Awesome dash, appreciate it very much. I would like to request a view of resources without Tags and possibility to see which RGs they belong to. Thanks!