Dear Team,
As a part of project requirement, I am creating a Virtual directory pointing to Azure File Share on Azure Windows server 2012R2 and IIS8.5. However its failing at Authorization with the error :
"Path might not exist and could not be verified."
Below are the steps and blog that has been followed for configuring this:
FYI: The exact same set of steps are working without any issues in Windows 2016, IIS 10.
1. Created a local user with the same name as AzureStorage account and the storage Key as password.
2. Added the user to IIS_IUSRS group.
3. Created an application pool with the same name as the StorageAccount details.
4. Created a virtual directory pointing to the UNC path of the Fileshare (\\storageaccntname.FQDN)
Blogs Followed:
------------------
https://blogs.iis.net/davidso/azurefile
https://techcommunity.microsoft.com/blog/iis-support-blog/how-to-use-azure-file-share-in-iis-shared-configuration/874878