SAP shared file systems: Azure Files vs Azure NetApp Files vs self-managed NFS

Verdict: Use Azure Files or Azure NetApp Files for SAP shared volumes (sapmnt, transport, hana/shared). Prefer a managed share over a self-managed NFS cluster. For Azure Files, a private endpoint gives automatic zonal redirect without remounting.

CriterionAzure FilesAzure NetApp FilesSelf-managed NFS cluster
ManagementFully managed SMB/NFS, no file-server VMsFully managed, very low latencyYou patch and cluster it yourself
Best fittransport directory, sapmnthana/shared, scale-out standby, low-latency sharesOnly when neither managed service is available
Resilience notePrivate endpoint auto-redirects NFS clients to a healthy zoneCross-region replication for DRAdds HA and patching burden

Rules

Traps