dolevshor / azure-orphan-resources

Centralize orphan resources in Azure environments
MIT License
533 stars 141 forks source link

Resources without Tags #40

Closed RenarsBD closed 4 months ago

RenarsBD commented 5 months ago

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!

dolevshor commented 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?

dolevshor commented 4 months ago

@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