In old versions of windows azure sdk we could use ClouDrive
class to mount a virtual disk. Not anymore, there is no such a class in the new sdks (2.x)
my cloud project contains:
- a worker role.
- a vhd file stored as a page blob.
Question: How can i get the vhd file mounted as a virtual drive inside of the worker role instance ?
Thank you.
P.S. : Im using windows azure sdk 2.3