How to recover files from Azure Storage

Stefan 0 Reputation points
2023-06-14T11:42:42.7266667+00:00

Hello,

I have some weird situation here.

Many files from our storage disappeared quite sudden. It might be some wordpress plugin, not sure.

The major problem we have now is that we don't have a backup of the Uploads folder as we did not activate it (ashame, I know).

Is there any way to recover them?

Thank you,

Stefan

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.
3,514 questions
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 38,016 Reputation points Microsoft Employee Moderator
    2023-06-14T14:37:26.69+00:00

    @Stefan

    That sounds really frustrating. I am assuming that you are using Blob storage, please let me know if that is not correct.

    If you have enabled soft delete for your Blob storage, you can recover deleted files during the retention period. Soft delete maintains the deleted data in the system for a specified period of time, allowing you to restore the blob to its state at deletion. Please check if this is enabled for your storage account.

    If you haven't enabled soft delete, unfortunately, there is no built-in way to recover deleted files.


    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    0 comments No comments

Your answer

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