Skip to content
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

Open
snehangshu2 opened this issue Jul 30, 2024 · 3 comments
Open

Old snapshot #44

snehangshu2 opened this issue Jul 30, 2024 · 3 comments

Comments

@snehangshu2
Copy link

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
Copy link
Owner

dolevshor commented Aug 25, 2024

Hi @snehangshu2 ,

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

  • If a snapshot is older than X days, this does not necessarily mean that it is an orphan resource.
  • I thought about adding Snapshots that doesn't have a VM.

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
Copy link
Owner

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
Copy link
Owner

dolevshor commented Oct 14, 2024

Hi @snehangshu2 ,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants