I need to evaluate the use of Azure FileShare and use the Fileshare storage to upload/download the files. The current functionality of the application is where user can upload a file from local machine and can also download the file from ISS root folder.
Now moving into cloud we do not want to create and use a folder in IIS rather want to use one of the service in Azure. So we have Azure Storage. Previously I have used Azure Blob storage to upload and download the files. Now want to try out FileShare but it is seem to me it is like a share folder over the network where Azure FileShare would work as a file server.
So just to make short. My question is if my app is hosting in the Azure and we do have Azure AD and using Azure AD authentication for our apps. I want to upload/download file, would Fileshare be a good option or Blob storage would server the purpose? Let's not consider cost.