An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
This vault cannot be deleted until every dependency is removed. For legacy DPM data, the blocking items are usually one or more of these:
- Backup items still exist or are retained
- In the vault, go to Backup Items.
- Under Backup Management Type, select DPM or Azure Backup Server and inspect the protected data sources.
- If protection was stopped but data was retained, the item can still appear in the vault and billing continues until the online recovery points are completely deleted.
- Delete the DPM-backed items from the DPM console
In the DPM Administrator Console:
- Go to Protection.
- Select the protection group member.
- Right-click Stop Protection of Group Members.
- Select Delete protected data and Delete storage online.
- Complete the operation.
- For supported versions, generate the Security PIN in Azure portal from Recovery Services vault > Settings > Properties > Security PIN > Generate, then paste it into DPM.
- If needed afterward, right-click the inactive protection group and select Remove inactive protection, then select Delete online storage.
- Then remove the DPM server registration from the vault
In Azure portal:
- Go to Recovery Services vault > Backup Infrastructure > Backup Management Servers.
- Delete or unregister all DPM or MABS management servers.
- Deleting MABS or DPM servers also removes the corresponding backup items protected in the vault.
- Check for soft-deleted backup data
Even after deletion, backup data can block vault deletion while in soft-deleted state.
- Go to Properties > Security Settings and disable Soft Delete if enabled.
- If items are already soft-deleted, restore them and delete them again so they can be permanently deleted.
- For MARS-managed deletions, the portal notes deleted backup data is retained for 14 days before permanent deletion. The vault cannot be deleted while soft-deleted items remain.
- Disable other vault protections that block deletion
- If Multi-user authorization (MUA) is enabled, required authorization must be obtained before deletion.
- In Properties > Security Settings, disable Security Features if enabled.
- Remove remaining infrastructure dependencies
Check and clear all of these before retrying vault deletion:
- Backup Infrastructure > Protected Servers
- Backup Infrastructure > Backup Management Servers
- Backup Infrastructure > Storage Accounts
- Settings > Networking > Private access for any private endpoints
- Delete the vault
Once Essentials shows no backup items, backup management servers, or replicated items:
- Open the vault.
- Select Delete.
- Confirm deletion.
- If the vault is empty but still fails to delete
Use one of the supported fallback methods:
- From the vault Overview > Delete > Delete using PowerShell Script > Generate and Download Script. The generated script is customized for the vault and recursively deletes backup items, unregisters servers and storage accounts, removes private endpoints, and deletes the vault. This is destructive and cannot be undone.
- If all dependencies are already removed and the portal still returns Vault deletion error, use the ARMClient method described for deleting the Recovery Services vault.
- If the DPM server is registered under the wrong backup management type There is a known case where deletion is blocked with the error that the same server is registered under a different Backup Management Type. That condition requires Microsoft support to correct from the backend.
For the scenario described, the most likely end-to-end path is:
- In Backup Items, verify whether legacy DPM data sources still appear under DPM or Azure Backup Server.
- In the rebuilt DPM server, use Stop Protection of Group Members with Delete protected data and Delete storage online.
- In the vault, remove the DPM management server from Backup Infrastructure > Backup Management Servers.
- Disable Soft Delete and clear any soft-deleted items.
- Remove storage accounts and private endpoints if present.
- Retry vault deletion.
- If the vault is empty and still blocked, run the generated vault-deletion PowerShell script or use ARMClient.
- If the error specifically mentions registration under a different backup management type, backend support is required.