An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
Hi @Josue Lopez
As we have discussed in the call the error occurs because the Recovery Services Vault still contains a protected item in the Soft Deleted state. Azure does not allow a Recovery Services Vault to be deleted while backup items remain active or soft deleted.
In your case, the backup item was stopped and deleted on 08-Aug, and the vault is configured with a 14-day soft delete retention period. The backup item will remain in the Soft Deleted state until the retention period expires. During this time, vault deletion attempts will fail with errors similar to ResourceDeletionFailed.
After the retention period expires and the soft-deleted backup item is permanently removed, retry the vault deletion.
Please note that the Recovery Services Vault is not automatically deleted after the retention period, you must manually initiate the deletion again.
For reference, see Microsoft's documentation:
If the vault still cannot be deleted after the retention period has elapsed, please check for any remaining dependencies such as backup items, registered servers, Site Recovery items, or private endpoints.
Thanks,
Suchitra.