I've successfully set up a file share (via a storage account) in Azure...and then on a VM in that subscription I've successfully mounted a drive to the file share (M drive in the example below). This works fine. Next I upload a certificate to the azure file share. The cert is clearly available in the VM via windows explorer. I then attempt to set up IIS Centralized Certificates to read the certificate from the M drive I have mounted. IIS isn't happy about this.
Again, I can access the mounted drive from my VM with no problem...but when setting up the Central Certificates Location, IIS will not allow use of this mounted drive. IIS requires a username and password for the share and will not accept either a local user or the user/key credentials of the file store (although neither should be necessary as the share connection itself contains the connection user and key). It looks as if this feature of IIS is incompatible with Azure file share. Is there a way to make this work?