An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
Hello Nathan Smith,
Thank you for reaching out to the Microsoft Q&A forum.
When investigated we see that you’ve hit the “by-design” behavior of Azure Backup immutable vaults—once you’ve turned on WORM immutability with a retention of 99 years, you literally can’t shrink that window or delete any of the recovery points (or the vault) until that retention period expires.
Below is explanation of each point
Can you override or remove immutable retention? • No. Immutability in Azure Backup is irreversible. Any operation that would reduce retention (including deleting backup items or the vault itself) is explicitly blocked. You can only make policy changes that increase retention, never decrease.
Does soft delete help? • No. Soft delete is a separate feature that protects you from accidental deletes by keeping items in a “soft-deleted” state for a short period. Immutable vaults prevent all deletes or retention-reducing actions, so toggling soft delete on/off won’t let you bypass the 99-year lock.
What about deleting or disabling the subscription? Azure won’t purge an immutable vault even if the subscription or resource group is deleted. The underlying WORM storage lives on to satisfy the retention compliance—you’ll continue to incur storage charges until the retention period lapses.
Has Microsoft Support ever overridden this? Unfortunately no. Because it’s a compliance feature (WORM = Write Once, Read Many), neither you nor Microsoft Support can override or shorten it. The only “workaround” is to leave the vault in place (you can stop all new backups and remove any linked resources to minimize other charges) and spin up a brand-new Recovery Services vault with the correct retention settings.
We understand it’s overwhelming when a typo or misconfiguration locks you in, but immutable vaults exist exactly to guarantee data can’t be tampered with or accidentally erased. Your best path forward is:
- Stop protection on any remaining items (choose “retain as per policy” so you aren’t charged extra I/O).
- Remove all linked resources/dependencies in the portal so nothing else is hanging off that vault.
- Create a fresh vault with your intended, shorter retention.
- Accept that the old vault and its data will remain billed (at the immutable-storage rate) for 99 years.
Hope that helps clarify why you’re locked in
Reference docs:
- Manage Azure Backup immutable vault operations: https://learn.microsoft.com/azure/backup/backup-azure-immutable-vault-how-to-manage
- Immutable-vault restricted operations: https://learn.microsoft.com/azure/backup/backup-azure-immutable-vault-concept#restricted-operations
- Delete a Recovery Services vault (billing won’t stop until retention expires): https://learn.microsoft.com/azure/backup/backup-azure-delete-vault?tabs=portal