Hi @Trent Mallon,
I understand that you are experiencing slow performance with Azure File Shares when transferring large files.
Azure file shares have different performance characteristics compared to local desktop.
Azure file shares have specific performance limits depending on the tier and other settings like provisioned capacity and IO/s. These limitations can affect the speed of data transfer, especially when compared to a local server with higher I/O capabilities.
Azure file share involves sending data over the internet which can have latency and bandwidth. Compared to that, copying data to the local desktop is faster due to lower network latency and higher bandwidth. Unzipping tools need to perform multiple metadata operations like checking file attributes, updating the file system, while extracting the files.
To get the better performance, I recommend you to:
Copy the zip file from the Azure File Share to the computer and unzip the file on the computer. Once the file is unzipped, use the tool AzCopy to copy the files back to the Azure file share.
For more details refer:
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.