An Azure backup service that provides built-in management at scale.
Hi @Andrew Norman Thank you for explaining your requirement. We understand that you would like to delete the active Azure file share to reduce source storage costs while retaining the existing backup data for a future restore.
With snapshot-based Azure Files backup, the recovery points are stored as share snapshots associated with the source file share. Azure Files does not support permanently deleting the base file share while retaining its share snapshots. Therefore, if the file share is permanently deleted, its snapshot-only recovery points cannot be retained for future recovery.
To maintain a backup copy that is independent of the source file share, we recommend evaluating the Vault-Standard backup tier. Vault-Standard transfers backup data to the Recovery Services vault and provides offsite protection without a hard dependency on the continued availability of the source data. Before deleting the source file share, please complete the following validations:
- Confirm that the file share protocol, storage account type, region, and configuration support Vault-Standard by reviewing the support matrix.
- Change the backup policy from Snapshot to Vault-Standard, or configure a Vault-Standard policy as applicable.
- Run an on-demand backup and verify that the backup job completes successfully.
- Confirm that a Vault-Standard recovery point is available. Please note that changing the tier does not convert previously created snapshot-only recovery points into vaulted recovery points. Existing snapshots remain under their current retention, while future backups are transferred to the vault.
- Perform a full-share test restore from the vaulted recovery point to an alternate file share and validate the restored data. For a Vault-Standard restore, the target file share must have at least 20 percent more free space than the source data being restored.
- Review all dependencies, including application access, mount points, Azure File Sync, identities, networking, private endpoints, and automation scripts.
- If backup protection must be stopped, select Retain Backup Data. Do not select Delete Backup Data, because that operation deletes all recovery points associated with the file share.
- After the vaulted backup and test restore have been successfully validated, your authorized administrator can decide whether to delete the original file share.
Please also note that retained vaulted backup data may continue to incur Azure Backup protected-instance and backup-storage charges.
At this stage, the above provides the recommended resolution path. We suggest considering the requirement completed only after a Vault-Standard recovery point has been created successfully and a full-share restore to an alternate location has been validated.
Please refer the microsoft documentation for more details:
- Azure Files backup support matrix
- Back up Azure Files in the Azure portal
- Manage Azure Files backups
- Use share snapshots with Azure Files
- Frequently asked questions about backing up Azure Files
If you have further questions regarding this answer, feel free to click "Comment". If you find the answer helpful, please click "upvote" and accept it. This helps the community by allowing others with similar queries to easily find the solution.