question

metalheart-8020 avatar image
0 Votes"
metalheart-8020 asked metalheart-8020 commented

Azure AppService vs Azure NetApp Files

Hi All,

I would like to migrate some .NET (4.x) workloads that access Azure NetApp Files (ANF) from IIS in a VM to PaaS. What are some options to achieve this?

From the documentation I understood that currently it's only possible to mount Azure [Premium] File Shares in App Service. We chose ANF over Azure Files for performance reasons, so I'm afraid such a downgrade would be inferior for us.

Thanks in advance!

azure-webappsazure-netapp-files
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

AndriyBilous avatar image
0 Votes"
AndriyBilous answered AndriyBilous edited

Hello @metalheart-8020

You are right, currently it's only possible to mount Azure [Premium] File Shares in App Service. Documentation

Performance for Azure Files is Up to 100,000 IOPS(up to 80 Gib/s throughput) and Azure NetApp Files is Up to 460,000 IOPS(up to 36 Gib/s throughput).
Definitely in case of Azure NetApp Files to Azure Files migration, performance could be degraded
https://docs.microsoft.com/en-us/azure/storage/common/nfs-comparison

Azure AKS supports integration with Azure NetApp Files, however it would be costly and inefficient for your case.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.