@Greg Melnyk Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
It sounds like you are experiencing issues with the Azure File Sync agent after updating to version 18.0.
The Azure File Sync agent v18 release is no longer available due to the following security issue:
Unauthorized users might be able to delete files in locations they don’t have access. For more information about this vulnerability, see CVE-2024-35253.
This issue is fixed in the Azure File Sync agent v18.1 release.
Based on the error message, please refer to the troubleshooting article : https://learn.microsoft.com/en-us/troubleshoot/azure/azure-storage/files/file-sync/file-sync-troubleshoot-sync-errors?tabs=portal1%2Cazure-portal
Can you please un-install and re-install the Azure File Sync agent.
Download the newest Azure File Sync agent installer from the Microsoft Download Center. To upgrade an existing Azure File Sync agent installation, uninstall the older version and then install the latest version from the downloaded installer. The server registration, sync groups, and any other settings are maintained by the Azure File Sync installer.
Azure File Sync Agent v18
https://www.catalog.update.microsoft.com/Search.aspx?q=5023058
Azure File Sync Agent v18.1
Additional information:
Check the sync interval: Make sure that the sync interval is set correctly. The sync interval determines how often the sync agent checks for changes in the Azure File Share. If the sync interval is too long, it may take longer for the changes to be detected. You can check the sync interval by using the Set-StorageSyncServiceConfiguration
cmdlet.
Check the file size: Make sure that the file size is not too large. If the file size is too large, it may take longer for the changes to be detected. You can check the maximum file size supported by the sync agent by using the Get-StorageSyncServiceConfiguration
cmdlet.
Check the network connectivity: Slow network connectivity can also affect the sync agent's ability to detect changes. Make sure that the network connectivity between the Azure File Share and the local file server is stable and fast.
Check the sync agent logs: Check the sync agent logs for any error messages related to the file that is not updating correctly. The error messages may provide clues as to what is causing the issue.
Try restarting the sync agent: Sometimes, restarting the sync agent can help resolve issues with file syncing. You can restart the sync agent by using the Restart-StorageSyncService
cmdlet.
If you have tried all of these things and are still experiencing issues, I would like to work offline on this issue.
Please let us know if you have any further queries. I’m happy to assist you further.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.