0
votes

I faced with follow problem hope I can find the way for solving with your help. I created follow Azure resources:

  1. WebApp Service (Asp.Net Core web application)
  2. FileStorage
  3. VirtualNetwork

All resources created in one resources group. I trying to upload file from my WebApp to File storage via VNet (I need to secure storage so it must be unaccessable from outside internet).

Virtual Network have subnet, wich have setup a Microsoft.Storage - Service endpoints. This sub net is included In Storage firewall settings.

For work with Azure storage I use Microsoft.WindowsAzure.Storage package. When I trying to get access to storage from webapp I get 403 error. For access I use 'primary file service endpoint' - https://myaccount.file.core.windows.net/

What I have missed ?

Thnx for any advice !

1

1 Answers

1
votes

Azure File shares can’t be accessed from Azure App Service web apps. Refer this feedback item where the feature was declined.