Recover Azure Recovery vault post deletion

MS Techie 2,751 Reputation points
2022-03-30T15:49:31.157+00:00

As can be seen , we cannot delete recovery vault when there is data in it.
https://learn.microsoft.com/en-us/azure/backup/backup-azure-delete-vault?tabs=portal#before-you-start

1)But in case, the recovery vault is deleted, can we restore it back ?
2)what is the cost of configuring alerts to stop deletion of recovery vault ?
3) Is alert triggered automatically when delete is performed and it goes to soft-delete state?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,068 questions
0 comments No comments
{count} votes

Accepted answer
  1. Prrudram-MSFT 28,366 Reputation points Microsoft Employee Moderator
    2022-03-30T18:41:02.88+00:00

    Hello @MS Techie ,

    Thank you for reaching out to the Microsoft Q&A platform. Happy to answer your question.

    Important Points to know for azure backup deletions:

    Recovery services vault deleton is blocked when there are associated backup items(Its recovery points, backup policies, registered servers etc.,) are still in there.

    Everytime someone wants to delete a RSV, they need to remove all the above mentioned associated backup items after stopping and deleting the backup items. You would also need to disable soft-delete right before starting the deletion process.

    To disable soft-delete, you need to navigate to Azure Portal->RSV->Go to Properties -> Security Settings and disable the Soft Delete feature if enabled. See how to disable soft delete.

    Please find my answers in-line to your questions below

    1)But in case, the recovery vault is deleted, can we restore it back ?

    With built-in Azure Monitor alerts, alerts for critical operations/failures generate by default (that you can view in the portal or via non-portal interfaces) at no additional cost.

    1. Is alert triggered automatically when delete is performed and it goes to soft-delete state?
    • To receive alerts/notifications when a user in the organization disables soft-delete for a vault, use Azure Monitor alerts for Azure Backup. As the disable of soft-delete is a potential destructive operation, we recommend you to use alert system for this scenario to monitor all such operations and take actions on any unintended operations.

    A detailed guidance for vault deletion is available in the following link backup-azure-delete-vault

    Please "Accept as Answer" and Upvote if any of the above helped to help others in the community looking for remediation for similar issues.


0 additional answers

Sort by: Most helpful

Your answer

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