Open snehangshu2 opened 3 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.
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
Hi @snehangshu2 ,
I Plan to close this issue soon. Did the Azure Snapshots Insights provide the solution you were looking for?
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.