Share via

Unable to Recover Blobs After Container Deletion – Soft Delete Enabled

Arley Duarte 0 Reputation points
2026-03-11T21:38:24.7333333+00:00

Hello,

I have Soft Delete enabled on my Storage Account, but I accidentally deleted a container and I am unable to see or recover the blobs that were stored in it.

Details:

Storage Account: zyght

Container name: demo

Feature enabled: Blob Soft Delete

After deleting the container, I expected the blobs to still be recoverable due to Soft Delete being enabled, but I cannot find them or restore the container.

Could you please help me understand:

Whether the blobs can still be recovered.

If there is a way to restore the deleted container and its contents.

What steps I should follow to recover the data.

Thank you for your assistance.

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Alex Burlachenko 19,695 Reputation points Volunteer Moderator
    2026-03-12T12:54:21.6933333+00:00

    Hi Arley Duarte,

    this depends on what exactly was enabled and when. Blob soft delete protects blobs, but container recovery requires container soft delete to be enabled as well. They are separate settings.

    If only Blob Soft Delete was enabled and Container Soft Delete was not enabled, deleting the container permanently removes the container object itself, and even though blob soft delete protects individual blobs, once the container is gone you cannot easily list or restore them because the container metadata is deleted.

    Go to the storage account > Data protection and check if Container soft delete was enabled at the time the container was deleted. If it was enabled and the retention period has not expired, you should see an option to show deleted containers and restore the container from there.

    If container soft delete was not enabled, then unfortunately the container deletion is permanent, even if blob soft delete was on. In that case recovery is only possible if you had blob backup configured or if Microsoft support can assist within a very short backend retention window, which is not guaranteed.

    So first confirm whether container soft delete was enabled before the deletion. If yes, restore from the deleted containers view. If not and no backup was configured, recovery is very unlikely and you should open a support ticket immediately just in case.

    rgds,

    Alex

    0 comments No comments

  2. Venkatesan S 6,115 Reputation points Microsoft External Staff Moderator
    2026-03-11T21:48:33.7266667+00:00

    Hi Arley Duarte,

    Thanks for reaching out in Microsoft Q&A forum,

    Feature enabled: Blob Soft Delete

    If the container was deleted without container soft delete enabled, the container and its contents cannot be recovered. The original container and its data are permanently lost, and recreating a container with the same name does not restore the previous data.

    User's image

    Unfortunately, if the container was deleted when container soft delete was not enabled, there is no supported way to recover it. In Azure container recovery is only possible if container soft delete was enabled before the deletion occurred.

    Reference:

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

    Please do not forget to 210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


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.