An Azure service that provides enterprise-grade file shares powered by NetApp.
During analysis, it was identified that the NFS mount was configured to use the UDP protocol. UDP is a connectionless protocol and does not guarantee packet delivery or ordering, which can lead to instability or retransmission issues, especially in non-ideal network conditions.
Resolution: The issue was identified to be caused by the NFS mount using the UDP protocol. During the debugging session, the NFS path was remounted with the appropriate configuration, which resolved the issue.
Post-change, the issue has not reoccurred and services are functioning as expected.