I am trying to upload a VHD to Azure using the Azure CLI. I am using Bash for Ubuntu for Windows. I am following these instruction https://docs.microsoft.com/en-us/azure/virtual-machines/linux/upload-vhd
Its at this stage here i get stuck and i am not sure what to do.
az storage blob upload --account-name mystorageaccount \ --account-key key1 --container-name mydisks --type page \ --file /path/to/disk/mydisk.vhd --name myDisk.vhd
I get the following error:
[Errno 2] No such file or directory: 'C:/_Downloads/myvhd.vhd'
The resource groups, storage disks created fine. How do i proceed?
Machine is windows 10 pro, latest SPs, node.js, bash for ubuntu for windows, azure cli installed