I have a bunch of VHDs mounted locally. They contain a huge number of relatively small files (tens of millions of files per VHD)
Is there a way to transfer the VHDs to Azure and "mount" them inside a blob storage container so I can be able to access those files as blobs?
I can convert VHDs to ISO files if that would help.
Trying to save time and money with this method.
LE: Azure File Shares is fine, too
I don't think there is a way to do so. Instead, you can either:
In a word, there is no way to both mount the VHD in Azure Storage and access the files within the VHD with Azure Storage API, you need to choose either of them.