An Azure service that provides enterprise-grade file shares powered by NetApp.
Azure NetApp Files does support private endpoints, but this support is contingent on using Standard network features. According to the documentation, private endpoints allow for secure connections to Azure services via Azure Private Link, ensuring that traffic remains within your virtual network and does not traverse the public internet.
If you are unable to create private endpoints for your Azure NetApp Files instance, it may be due to the configuration of your network features. Ensure that you have selected Standard network features when creating your volumes, as private endpoints are not supported with Basic network features. Additionally, the documentation states that you must select a key vault private endpoint when using customer-managed keys, which indicates that private endpoints are indeed a part of the Azure NetApp Files security model.
If the option to create a private endpoint for Microsoft.NetApp/* is not available in the resource type selection drop-down, it could be a limitation or a specific requirement in your Azure setup that needs to be addressed. You may want to verify your Azure subscription and permissions or consult Azure support for further assistance.
References:
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.