Share via

Cannot delete a Backup Vault

Bruno Costa 1 Reputation point
2021-08-31T10:06:19.677+00:00

Hi,

We are unable to delete a Backup Vault. The Backup Vault still has a Backup Instance configured, but when we try to access it, it throws an error:

{ "shellProps": { "sessionId": "<REDACTED>", "extName": "Microsoft_Azure_DataProtection", "contentName": "GenericBackupInstanceDashboardBlade" }, "error": { "message": "The extension encountered an unexpected error and provided no additional details.", "code": null }}

Best regards

Azure Backup
Azure Backup

An Azure backup service that provides built-in management at scale.


1 answer

Sort by: Most helpful
  1. Sadiqh Ahmed 49,571 Reputation points Microsoft External Staff Moderator
    2021-10-05T06:52:22.15+00:00

    Sharing the solution for the benefit of the community.

    Problem:

    The issue occurred due to creation of multiple backup instances for different disks with the same name through automation. Ideally each name should be unique.

    Solution:

    To fix the issue, rename all the backup instances so that they will be visible in Azure portal and PowerShell with distinct names. Post that we can call delete operation on them and then delete the vault.


    If the response helped, do "Accept Answer" and up-vote it

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.