Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
Azure Files NFS shares cannot be created on the Standard (HDD) tier. NFS for Azure Files requires SSD (Premium) file shares.
From the protocol and tier matrix:
- SMB file shares: available on SSD and HDD.
- NFS file shares: SSD only.
For AKS workloads using Azure Files with NFS:
- Use SSD-based file shares such as
PremiumV2_LRS,PremiumV2_ZRS,Premium_LRS, orPremium_ZRS. - The storage account must be virtual network–enabled.
Given the migration plan, any PV/PVC that needs NFS must point to an SSD (Premium) Azure Files share in the new storage account. Standard (HDD) file shares can only be used with SMB.
References: