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