@jebes250 Thanks for posting your query on Microsoft Q&A.
Based on the information you provided, it seems that the server endpoint is not syncing with Azure File Sync service. You can try the following steps:
- Check the Event Viewer on the server that is showing as "Appears offline" in the portal. Look at Event ID 9301 in the Telemetry event log (located under Applications and Services\Microsoft\FileSync\Agent in Event Viewer) to determine why the server is unable to access the Azure File Sync service.
- Verify that the Storage Sync Monitor (AzureStorageSyncMonitor.exe) process is running on the server. If the process is not running, first try restarting the server. If restarting the server does not resolve the issue, upgrade to the latest Azure File Sync agent version.
- Use the Test-StorageSyncNetworkConnectivity cmdlet to check network connectivity to the service endpoints. To learn more, see Test network connectivity to service endpoints.
- If the server is behind a proxy, configure the machine-wide or app-specific proxy settings by following the steps in the Proxy documentation.
- Verify that the Azure File Sync filter drivers (StorageSync.sys and StorageSyncGuard.sys) are running.
- Ensure that the Azure file share exists and that the SMB security settings on the storage account allow SMB 3.1.1 protocol version, NTLM v2 authentication.
If none of these steps work, you can try running AFSDiag which is a tool that helps diagnose issues with Azure File Sync. You can find more information about how to run it here.
Reference documentation:
- Troubleshoot Azure File Sync
- Troubleshoot Azure File Sync sync group management
- Troubleshoot Azure File Sync sync health and errors
Let me know the results. Thanks.