An Azure backup service that provides built-in management at scale.
Hello @MichaelBroadhead-2136
Switching the backup tier from Snapshot → Vault‑Standard does not retroactively delete or prune the snapshots you already have.
The change of backup tier will retain the existing snapshots AS‑IS as per the configured retention in the current policy and that only future backups follow the new Vault‑Standard behavior.
So in your scenario:
- You currently have 30 days of snapshots from the Snapshot-tier policy.
- After switching to Vault‑Standard, the setting “Retain snapshots for 5 days” applies going forward (for operational/fast restore snapshots), while vaulted retention (example: “Daily 30 days”) applies to backups stored in the vault.
- It will NOT delete 25 days of your existing snapshots immediately just because the “retain snapshots for 5 days” value is lower.
Reference: https://learn.microsoft.com/en-us/azure/backup/manage-afs-backup
Please have a look into below workaround If you want to delete the older snapshots immediately:
Azure Backup won’t “reconcile” and auto-delete older snapshots right away when you switch tiers. However, you can force cleanup only by stopping protection and choosing to delete recovery points this removes the retained snapshots created/managed as recovery points.
There are two stop-protection options:
- Stop all future backup jobs and delete all recovery points this is the “cleanup now” path, or
- Stop future backups but leave recovery points, snapshots remain and may still incur cost).
So, if the real requirement is “I must reduce snapshots now”, the supported workaround is:
- Stop protection + delete recovery points, understanding you won’t be able to restore from those once deleted).
If the concern is snapshot limits, on-demand snapshots contribute to the snapshot count, and if you hit max limits, you may need to delete on-demand snapshots to allow future backups to succeed.
https://learn.microsoft.com/en-us/azure/backup/backup-azure-files-faq
Thanks,
Suchitra.