Thanks for posting your question in the Microsoft Q&A forum.
Azure file share disconnections usually happen due to network, authentication, OS compatibility, or policy issues. The most common cause is port 445 being blocked by firewalls, VPNs, or ISPs, which breaks the SMB connection. Other frequent issues include secure transfer/encryption mismatches , firewall or VNET restrictions on the storage account, and credential problems if access keys are not persisted. Disconnections may also occur from idle timeouts, especially on Linux, where keep-alive writes or updated kernel versions help. To troubleshoot, first confirm port 445 is open; if not possible, use Azure File Sync with SMB over QUIC (443) or REST-based tools like Storage Explorer. Also, check storage firewall rules, verify encryption settings, persist credentials, and keep the Azure File Sync agent up-to-date. Reviewing SMB logs and error messages will help pinpoint whether the disconnects are due to network, authentication, or timeout issues
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful