An Azure backup service that provides built-in management at scale.
Hello Sharad Varade
Thank you for posting your query on Microsoft Q&A platform.
I understand you created a Recovery Services Vault under the resource group az104-RG1 for practice, and now it's contributing to your Azure subscription charges. To stop the billing, you need to stop the backup, delete the backup data, and then delete the Recovery Services Vault itself. Simply deleting the resource group won't work if the vault still has protected items or dependencies.
Here are the steps to clean this up:
Step 1: Disable Soft Delete
- In the Azure portal, navigate to your Recovery Services Vault.
- Go to Properties → Security Settings → select Update.
- Uncheck Enable soft delete for cloud workloads and Enable soft delete and security settings for hybrid workloads.
- Select Update.
Step 2: Stop Backup and Delete Backup Data
- In the vault, go to Protected items → Backup items.
- For each backup type listed (e.g., Azure Virtual Machine, Azure Backup Agent, etc.), select View details.
- Select each backup item, then choose Stop backup.
- In the confirmation window, select Delete Backup Data.
- Type the item name, select a reason, and confirm Delete.
- Repeat this for all backup items across all backup types.
Step 3: Unregister Servers and Storage Accounts
- Go to Backup Infrastructure → Protected Servers and unregister all servers listed.
- Go to Backup Infrastructure → Storage Accounts and unregister all storage accounts.
Step 4: Remove Private Endpoints (if any)
- Go to Settings → Networking → Private access.
- Remove all private endpoint connections, if any exist.
Step 5: Delete the Recovery Services Vault
- Go back to the vault Overview page.
- Select Delete and confirm by selecting Yes.
- The vault will be deleted.
Step 6: Delete the Resource Group (Optional)
Once the vault is deleted, if the resource group az104-RG1 is no longer needed, you can delete it as well:
- Search for Resource groups in the portal.
- Select az104-RG1 → Delete resource group → type the name to confirm → Delete.
Note: If you're facing difficulties deleting the vault manually, Microsoft also provides a PowerShell script that automates the entire cleanup process (disabling soft delete, removing all backup items, unregistering servers, and deleting the vault). You can generate this script directly from the vault's Overview page by selecting Delete → Delete using PowerShell Script.
Reference: https://learn.microsoft.com/en-us/azure/backup/scripts/delete-recovery-services-vault
Once the vault and all backup data are removed, you will no longer be billed for the backup service.
For more details, refer to the official documentation: Delete an Azure Backup Recovery Services Vault
Hope this helps! Please let us know if you have any further questions.
Thanks,
Suchitra.