An Azure backup service that provides built-in management at scale.
Hello Marek, it looks like your vault is blocked by orphaned DPMProtectedItem entries in an “Invalid” state (0 recovery points) after the MABS server was decommissioned. Unfortunately there isn’t a supported client-side or REST API command to forcibly remove those orphaned entries once the server/agent is gone.
- Invalid protectionState means the source VM no longer exists, but Azure still tracks the item metadata.
- MABS registration enforces container integrity: Azure won’t allow vault deletion until all protected items are cleared.
- Immutability lock overrides force deletion flags, requiring backend intervention.
These items live as metadata in the vault backend and must be purged by Microsoft.
What to do next:
- Open a Azure Support ticket. How to create an Azure support request - Azure supportability | Microsoft Learn
- Provide the vault’s resource ID, the protected item names or IDs (VM;vm1<guid1>, VM;vm2<guid2>), and confirm you’ve already disabled soft delete and enhanced security on the vault.
- Ask for a backend purge of the orphaned DPMProtectedItem metadata.
Once Support completes the backend purge, you should be able to delete the vault normally (or via the forceDeletion flag if needed).
Hope that helps! Thanks
Reference list:
• Delete an Azure Backup Recovery Services vault: https://learn.microsoft.com/azure/backup/backup-azure-delete-vault