Thank you Steve and Freaky for the confirmation.
Also making sure "unsupported" means does not work at all :). If there is any unsupported way, please let me know.
I am doing a prototype to setup Mongo DB that uses Blob storage for data persistence. The Blob is stored as a VHD. For reading and writing to Mongo DB from Azure environment (deployed and emulated), we are pointing Mongo DB data directory
to a path mouted to a Local Resource using Cloud Drive. This works as expected.
But the role requires configuration data to be present in Mongo DB to start correctly. The config data is dependent on the user who delpoys to Cloud. More over the users who deploys the package do not have Azure environment (Visual Studio and Azure tools).
So we were thinking of writing config before deploying Azure package to cloud by moutning the blob from console app. This is where I encountered the issue.
So I guess I should create VHD (so this can be mounted from a Azure role during role startup) that contains the config values and then upload it as a Page Blob to Cloud storage.