@Leif Johansson For better understanding of the issue: The first thing to see is the latency of your server to the Azure DataCenter. Please use this URL to determine the latency: https://azurespeedtest.azurewebsites.net/
What speed are you getting and are you using any tool to copy (which tool, parameters, etc)?
May I know which version of the File sync agent are you using? May I know the region?
Are you using Windows or Linux OS(version)? What is the Health Status of the Server Endpoint in the Portal?
You might see slow performance when you try to transfer files to the Azure File service.
- If you don't have a specific minimum I/O size requirement, we recommend that you use 1 MiB as the I/O size for optimal performance.
- If you know the final size of a file that you are extending with writes, and your software doesn't have compatibility problems when the unwritten tail on the file contains zeros, then set the file size in advance instead of making every write an extending write.
- Use the right copy method:
Use AzCopy for any transfer between two file shares.
Use Robocopy between file shares on an on-premises computer.
Additional information: Sometimes your proxies/VMs or whatever runs in the same datacenter, network requests does not leave the local network and the speed then depends on the infrastructure. (routers, firewalls, cables, etc). I'm sure they won't limit speed between their own infrastructure so services hosted on the same network work at full speed.
Hope this helps!
Kindly let us know if the above helps or you need further assistance on this issue.
-------------------------------------------------------------------------------------------------------------
Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.