Project Description
XDrive Mount is a command line tool to help you create, mount, snapshot, and failover for Windows Azure drives. It is designed to be launched as a startup task in Windows Azure and supports working with the RoleEnvironment and cloud configuration.
This will mount the drive listed in your ServiceConfiguration.cscfg at the 'DriveUrl' using the 'ConnectionString' Windows Azure storage connection string:
xdm mount /url $config(DriveUrl) /sc $config(ConnectionString)
This will create a drive in the Windows Azure storage account specified in your ServiceConfiguration.cscfg at 'ConnectionStrong' and mount it:
xdm mount /url drives/tempdrive.vhd /create /sc $config(ConnectionString)