UnauthorizedAccessException using Azure Files when storage account network access enabled for selected networks only
My website (ASP.NET Core, Windows, hosted in Azure app service using IIS) uses the Azure Files feature of my Azure Storage Account to read and write files and directories. It does this using the normal System.IO methods File.Open, etc. This…