Restore a Storage Account

Michael Pedersen 21 Reputation points
2020-09-18T10:23:35.36+00:00

Hi there,
Today we were doing some tidying up in our ressource groups and deleted a ressource group containing a storage account that we belived was nolonger needed. Turns out however that the old customer it belonged to never changed to their own blob storage and were still running on ours.
Can we in any shape or form restore the deleted storage account so we can retrieve the content?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,836 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 44,586 Reputation points Microsoft Employee
    2020-09-18T11:19:19.013+00:00

    @Michael Pedersen It's not possible to restore a deleted storage account or retrieve any of the content that it contained before deletion.

    If you have enabled soft delete you may restore the blob files if they were deleted but configured Soft Delete option. If it's configured, you can see when you check "Show deleted blobs" there will be an option to undelete in its properties section. Below documentation explains the same in detail with the screen shots: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-soft-delete?tabs=azure-portal#get-started

    Note: If it is production data that got deleted, Recommended to reach out to Azure Support immediately. They may be able to recover the data if not too much time has elapsed.

    The Undelete Blob operation restores the contents and metadata of a soft deleted blob and any associated soft deleted snapshots.: Undelete Blob

    This is a similar thread discussion , please refer to the suggestion How to restore storage account in azure?

    Recover Deleted Storage Account - Recover Deleted Storage Account

    Deleting a Azure Storage account is an irreversible action. But still there is an option to avoid accidental deletion of storage accounts by settings locks to your account.

    For more details, refer “Lock resources to prevent unexpected changes”.

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    -------------------------------------------------------------------------------------------------------------------------------------------------------

    Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Michael Pedersen 21 Reputation points
    2020-09-18T11:41:30.107+00:00

    Thanks for your great a detailed answer, we have reached out to Azure Support, and they have confirmed that they can restore the Storage Account in question.

    0 comments No comments