-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old snapshot #44
Comments
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. Blog: Azure Snapshots: Simplify Management and monitoring |
Hi @snehangshu2 , I Plan to close this issue soon. |
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.
The text was updated successfully, but these errors were encountered: