@Carmelo LoPresti Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
As I understand you are experiencing slow performance when accessing Azure Files through Office Apps and Adobe, but not when accessing it directly through the mapped drive. You have found a workaround by disabling the WebClient service, but you are concerned about the impact on other workloads.
It is possible that the delay is caused by the WebClient service attempting to access the Azure Files share via WebDAV before falling back to SMB access. This behavior is expected, as the WebClient service is designed to enable WebDAV access to file shares. However, it is not clear why WebDAV access is slower than SMB access in your environment.
One possible explanation is that the delay is caused by the DFS namespace server resolving the share path to the actual Azure Files share location. This can take some time, especially if the DFS namespace server is located in a different region than the Azure Files share1. Disabling the WebClient service may bypass this delay by preventing WebDAV access and forcing SMB access directly to the Azure Files share.
Regarding the impact of disabling the WebClient service, it is possible that some applications may rely on WebDAV access to file shares. Disabling the WebClient service may cause these applications to fail or experience reduced functionality. However, if you have tested your applications and found that they work fine without the WebClient service, then disabling it may be a viable solution.
You may want to investigate other ways to optimize performance when accessing Azure Files through Office Apps and Adobe. For example, you could try increasing the number of threads in your applications to improve parallelism, or switch to applications where parallelism is possible. You could also review transaction metrics via Azure Monitor to identify any latency issues caused by the network or the client
Understand Azure Files performance
Azure Files scalability and performance targets
If the issue still persist, I would recommend you to contact support, so If you have a support plan, I request you file a support ticket, else please do let us know, we will try and help you get a one-time free technical support. In this case, could you send an email to AzCommunity[at]Microsoft[dot]com referencing this thread as well as your subscription ID. Please mention "ATTN subm" in the subject field. Thank you for your cooperation on this matter and look forward to your reply.
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.