Forum Discussion
Azure file sync, avoid duplicate files
Hello guys,
I've a share with 2 server endpoint with Cloud Tiering enabled in Azure file sync environment, unfortunately on this share are created duplicate files with the name of the server endpoint so it means that the same file are opened by users on both endpoint.
My question is if it's possibile to set priority on these endpoint so the users can connect only to the first endpoint server unless this is unavailable then the second endpoint can be use.
Or there are other method to avoid this duplicated files?
thanks
1 Reply
Azure File Sync does not provide support for endpoint prioritization or failover mechanisms. Within a sync group, all server endpoints operate as peers. Consequently, if the same file is accessed and modified on multiple servers, conflict resolution may result in duplicate files, each appended with the corresponding server name. To mitigate this issue, it is recommended to architect the environment so that users consistently connect to a single authoritative endpoint or directly to the Azure file share rather than attempting to impose priority across multiple servers.
Modify your Azure File Sync topology | Microsoft Learn