macOS using Azure Files - updated files are slow to show

Mark Simonds 1 Reputation point
2021-06-14T11:04:54.963+00:00

We have a customer using storage account with files shares which are connecting to both macOS and Windows machines.

Users on macOS are reporting they do not see the latest version of folder share with files, windows users can see all files.

If windows users save file to share it shows... mac users may see the folder update 20 mins later while others have to force quit finder and reconnect.

Win10 machine
macOS 10.14 + 11.4

have tried different locations for mac users and same issue so not local network related.

Any suggestions on fixes?

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,420 questions
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2021-06-14T12:13:12.143+00:00

    @Mark Simonds Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    One possible cause of slow performance is disabled caching. Caching can be useful if you are accessing a file repeatedly, otherwise, it can be an overhead. Check if you are using the cache before disabling it. Slow performance on an Azure file share mounted on a Linux VM

    This article lists some common problems related to Azure file shares. It provides potential causes and workarounds for when you encounter these problems: Troubleshoot Azure file shares performance issues

    This problem occurs because the SMB client sometimes has the option to delay certain network operations to improve overall I/O performance by using cached results or cached handles to remote files. This includes caching handles to remote files after applications have closed their handles to the files.

    In some scenarios that involve I/O-intensive workloads and that perform buffered I/O to many files, caching handles may cause Continuously Available SMB shares to take longer than usual to fail over the file server resources from one cluster node to another. This occurs after the application closes the caching handles.

    Additional information: Azure File Sync performance metrics
    For example, you can create a new throttle limit to ensure that Azure File Sync does not use more than 10 Mbps between 9 am and 5 pm (17:00h) during the work week:

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    -----------------------------------------------------------------------------------------------------------------------------------------

    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.


  2. Bennett, Dave 1 Reputation point
    2021-09-09T16:00:29.037+00:00

    Hi MarkSimonds,

    I have been scouring the net to find the best possible solution for a fileserver that our 15 Apple/Mac (all Catalina/Big Sur) users can use. There is no need to share with non-MacOS devices. They have a MacMini with DAS but that is not a good enterprise solution for so many reasons as you probably know. Is Azure File Storage the best option for this or is SMB with MacOS not wise? Thanks Dave


  3. Bennett, Dave 1 Reputation point
    2021-09-09T16:10:56.35+00:00

    Thanks Mark. Appreciate the quick response.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.