Need to delete an immutable backup vault which is not used

Jeff Powell 0 Reputation points
2025-12-03T20:46:02.61+00:00

We have a backup service vault (Name), which we are not using. The service which was being backed up no longer exists. Since we no longer need this Azure backup vault, we would like to delete it. However, since the vault is marked immutable (or something similar to that) we are unable to delete it. Any helpful suggestions?

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-12-03T20:46:09.3233333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To delete an immutable Azure Backup vault, you need to first disable the immutability feature. This typically involves the following steps:

    1. Disable Soft Delete: If the soft delete feature is enabled on the vault, you will need to disable it. You can do this by going to Properties -> Security Settings in the vault and disabling the Soft Delete feature.
    2. Remove Protected Items: Ensure that all backup items and protected data sources associated with the vault are deleted. You can do this by navigating to Backup Instances in the vault and deleting any listed items.
    3. Check for Dependencies: Make sure there are no dependencies such as registered storage accounts or private endpoints. Unregister any storage accounts and remove any private endpoints if they exist.
    4. Delete the Vault: Once all dependencies are cleared, you can proceed to delete the vault from the Azure portal by selecting Delete on the vault dashboard and confirming the deletion.

    If you encounter issues during this process, ensure that you have the necessary permissions and that all items are indeed removed before attempting to delete the vault again.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.