An Azure service that is used to share data from multiple sources with other organizations.
Hi CA-Michael Sheppard,
Thankyou for reaching microsoft Q&A!
Azure file share soft delete protects the entire share from accidental deletion, retaining it (along with snapshots) for your configured 14 days. However, it does not provide soft delete or recovery for individual files or folders deleted within the share.
Recover Deleted Files
Use share snapshots to restore files deleted between snapshots (e.g., via sync client). Snapshots are point-in-time, read-only copies of the whole share. In Azure portal, go to Storage account > File shares > [your share] > Snapshots tab, then browse the snapshot and copy the file to the live share.
If no prior snapshot exists, recovery is not possible without Azure Backup (which automates snapshots).
Enable/Configure Snapshots
Snapshots are manual by default; automate via Portal (Share > Snapshots > + Add), PowerShell (New-AzStorageShare -Context $ctx -Name "myshare" -Snapshot), or Azure Backup for shares (Vault > Backup > Azure Files policy with daily snapshots and retention).
For sync scenarios, schedule frequent snapshots (e.g., hourly) to minimize gaps.
Let me know your resource group/storage account details if you need help checking snapshots!
References:
https://learn.microsoft.com/en-us/azure/backup/soft-delete-azure-file-sharehttps://learn.microsoft.com/en-us/azure/backup/azure-file-share-backup-overview
https://learn.microsoft.com/en-us/azure/storage/files/storage-snapshots-fileshttps://learn.microsoft.com/en-us/azure/storage/files/storage-files-prevent-file-share-deletion