How to remove recovery service vault from my resource group? i tried using to remove resource group but not happening

naren 0 Reputation points
2025-03-25T06:45:08.42+00:00

Hi team,

Recovery Services vault :

How to remove recovery service vault from my resource group? i tried using to remove resource group but not happening because of recovery service vault.

Please help here.

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

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 10,565 Reputation points
    2025-03-25T09:53:42.5666667+00:00

    Dear Naren,

    thank you for yours question here at Q&A portal. So, to remove a Recovery Services vault that's preventing deletion of your resource group. Ensure you have Owner or Contributor permissions. Verify no backup items are protected in the vault. Removal Process looks like as delete Protected Items First. Navigate to your vault > Backup Items

    For each item (VMs, files, etc.): Select item > Stop Backup. Choose Delete Backup Data when prompted. Disable Soft Delete (If Enabled). Vault > Properties > Security Settings

    Turn off Soft delete and save. Delete the Vault.

    # PowerShell method
    

    OR u can do next Azure Portal > Locate vault > Delete

    Force Resource Group Deletion (If needed)

    az group delete 
    

    bellow links to an official MSFT doc's accourding urs issue.

    Best regards,

    Alex

    P.S. If my answer help to you, please Accept my answer

    0 comments No comments

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.