An Azure backup service that provides built-in management at scale.
Azure Backup: Unable to undelete recovery services vault backup items — Soft delete and protection status clarification
Problem description
I am experiencing an issue with a backup item protected by Azure Recovery Services. Despite the last successful backup being on 9/3/2026 at 11:00 AM, the item no longer performs daily backups. In the portal, the 'Undelete' option is unavailable, and an error code 'BMSUserErrorInvalidAPIVersionMABProtectedItemsList' is displayed. PowerShell diagnostics indicate the item's 'DeleteState' is 'NotDeleted', suggesting it isn't soft-deleted. I need to understand whether the item is soft-deleted or marked for deferred deletion, and how to restore or re-enable backups.
Environment
Recovery Services vault configured for file-and-folder backups using the Microsoft Azure Recovery Services (MARS) agent; a Windows server protected by the MARS agent; soft-delete configuration for the vault has not been determined.
What I've already tried
I reviewed the backup item in the Azure portal and noted that the 'Undelete' action is unavailable. I executed PowerShell commands to list backup containers and items, set and retrieved vault context, and queried the item’s properties. Diagnostics show that 'DeleteState' is 'NotDeleted' and 'LastBackupStatus' is 'Completed'. I also checked the protection status and the last backup time. Additionally, I attempted to confirm whether the item is soft-deleted or in deferred deletion, but the portal and diagnostic data do not provide clear information. I have not tried restoring the item or modifying vault settings.
Current status
I am seeking clarification on whether the backup item is soft-deleted or in deferred deletion state and guidance on how to restore or re-enable backups for this item. Any steps or best practices to resolve this issue would be appreciated.