An Azure backup service that provides built-in management at scale.
Hello MichaelB-2136
Thank you for posting your query on Microsoft Q&A platform.
Yes, your understanding is correct, and the scenario you described is supported when using Azure Backup for FSLogix containers stored on Azure Files.
When you protect an Azure File Share using Azure Backup (Vault‑Standard), the backup process works as follows:
- Azure Backup takes a storage‑level snapshot at the start of the backup job
- After the snapshot is completed, Azure Backup uses that snapshot to create the recovery point in the vault
- The long backup duration (several hours) is due to snapshot processing and data replication, not because the live file share or VHDX files are locked
Impact to FSLogix profiles:
FSLogix profile containers are stored as VHD/VHDX files on the file share. The key point is when the snapshot is taken:
- If no user is logged in (container not mounted) at the moment the snapshot is taken, the snapshot represents a clean, consistent point‑in‑time copy.
- Users can log in after the snapshot completes and continue working normally while Azure Backup finishes processing the snapshot.
- Azure Backup does not interact with the live, mounted VHDX after the snapshot.
Microsoft does not state any requirement that users must stay logged off for the entire backup window, nor does it document Azure Backup snapshots as a cause of FSLogix profile corruption.
Your example scenario:
12:00 AM – Backup starts, snapshot is taken
05:00 AM – User logs in
07:00 AM – Backup job finishes
This scenario is supported and acceptable, because the snapshot was already completed before the user logged in. All subsequent backup activity works only against the snapshot, not the live FSLogix profile.
Reference:
- Azure Files backup uses snapshot‑based protection and continues processing data after the snapshot while the share remains online: https://learn.microsoft.com/azure/backup/manage-afs-backup
- Azure Backup for FSLogix containers relies on storage snapshots, and users can continue accessing the file share after the snapshot is taken: https://learn.microsoft.com/answers/questions/5862180/backing-up-fslogix-containers
Best practice is to schedule backups when users are unlikely to be logged in, but from a product‑support standpoint, users logging in after the snapshot is taken does not invalidate the backup or introduce a documented corruption risk.
So, Azure Backup for FSLogix containers is snapshot‑based. As long as the FSLogix container is not mounted when the snapshot is taken, users logging in afterward do not affect the backup or introduce a documented risk of profile corruption.
Thanks,
Suchitra.