I have a storage container in Azure (Premium, LRS, General Purpose v1) which has about 7 disks , 1023 GiB each.
Upon reviewing the subscription costs breakdown, half of the cost of this account is from snapshots that are sitting on the underlying VHDs in the vhd container.
The snapshots are all created on random days 2-3 days apart, around 5pm.
Questions
- Where are they coming from / how are they being generated?
- How can I automate clean-up?
Thoughts
- Are they coming from backup / Recovery Services Vault process?
- Powershell get-snapshots | delete-snapshots ?