An Azure service that offers file shares in the cloud.
Hi Richard Fisk,
Thanks for reaching out in Microsoft Q&A forum,
What we want to confirm is this: After proceeding with the steps in Scenario 1 in the De-provisioning article, does deleting the Server 1 endpoints have any effect on the data in the Azure File Share?
Deleting Server 1's endpoints will not affect data in the Azure File Share, provided sync is fully up to date beforehand. The Azure Files share acts as the source of truth in Azure File Sync, retaining all data independently of server endpoints.
Your approach completing Scenario 1 steps from the deprovisioning documentation, verifying final upload sync (Event 9102 in Event Viewer), then removing endpoints ensures a safe transition to Server 2 with its sync groups and cloud tiering intact.
Verify before deletion:
- Block user access to Server 1 synced paths to prevent changes.
- Trigger the VSS Sync Scheduled Task for final upload.
- Confirm success: Event 9102 shows HResult=0 and PerItemErrorCount=0.
- Resolve any errors using FileSyncErrorsReport.ps1 if needed.
Once confirmed, delete endpoints via Azure portal or PowerShell; data stays in the share and continues syncing with Server 2.
Kindly let us know if the above helps or you need further assistance on this issue.
Please “Accept the Answer” wherever the information provided helps you, this can be beneficial to other community members.