dolevshor / azure-orphan-resources

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

Old snapshot #44

Open snehangshu2 opened 3 months ago

snehangshu2 commented 3 months ago

We would like to have a seperate tab for taking the old snapshot

The query is:

Resources | where type =~ 'Microsoft.Compute/snapshots' | where properties.timeCreated < now(-30d)

But we are not able to group it properly. Its reflecting in all the tabs.

dolevshor commented 2 months ago

Hi @snehangshu2 ,

Snapshot is a resource type that is trickier to mark as "Orphaned Resource".

FYI, I plan to publish a workbook dedicated for Snapshots, which will include the option to view "old snapshots" by X days.

Having said that, if you'd like to add this tab to the workbook because for you it is make sense, please feel free to reach out to me directly. I'd be happy to assist.

dolevshor commented 1 month ago

Hi @snehangshu2 ,

Just to update that I released today the 'Azure Snapshots Insights' workbook. With this workbook you can filter snapshots by age and identify "old snapshots".

Blog: Azure Snapshots: Simplify Management and monitoring Repository: Azure Snapshots Insights

dolevshor commented 2 weeks ago

Hi @snehangshu2 ,

I Plan to close this issue soon. Did the Azure Snapshots Insights provide the solution you were looking for?