Folder and contents within an ADLS blob deleted, no records within logs

LanceKramer-6297 20 Reputation points
2025-06-05T18:53:09.0166667+00:00

Between the hours of 3:00 PM CST on 6/4/2025 and 8:20 AM CST on 6/5/2025, a folder and it's contents were deleted from one of our storage containers. This folder is not within our deleted items (we have 7 day retention enabled), and I cannot locate any logs of it's deletion within our Azure monitor logs. I'm confident in the timeframe, because the alert that this file path did not exist came from the failed refresh of a Power BI report in the service, which was last successfully refreshed on 6/4/2025 at 3:00 PM CST. This led me to review ADLS, and that's when I could not locate the folder or it's contents. Are there additional records Microsoft has access to that can give me a data/time of deletion of this folder and it's contents?

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,559 questions
{count} votes

Accepted answer
  1. Pradeep Kommaraju 625 Reputation points Microsoft Employee
    2025-06-05T19:11:30.3666667+00:00

    Hi Lance,

    What Might Be Happening

    If your storage account is using ADLS Gen2 with hierarchical namespace (HNS) enabled (which is common), then unfortunately soft delete doesn’t apply to folders or files in the same way it does for regular blob storage. Even if soft delete is turned on, deleted folders in ADLS Gen2 are often permanently removed.

    Also, if diagnostic settings weren’t specifically set up to log DeletePath or DeleteBlob operations, those deletions might not show up in Azure Monitor—even if logging is generally enabled.

    **
    What You Can Still Do**

    • Check Activity Logs in the Azure Portal for the storage account. These logs are at the control plane level and might show who or what triggered the deletion.
    • Check if Blob Versioning was enabled. If it was, you might be able to restore a previous version of the deleted files.
    • Reach out to Microsoft Support. Since you know the exact time window and path, they may be able to pull backend logs that aren’t visible to customers. Be sure to include:
      • The storage account name
      • The container and folder path
      • The time window (3:00 PM CST on 6/4 to 8:20 AM CST on 6/5)
      • Any alerts or correlation IDs (like the Power BI refresh failure)

    Do let me know if this was helpful with accepting the answer or do let me know if you have any follow up questions on the same .

    Thanks

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.