Azure Portal
- Go to Azure Portal.
- Navigate to Storage Accounts > your storage account.
- Go to Containers and create or open a container (e.g.,
vhds). - Click Upload, choose your
.vhdfile, and upload it. You can also enable Upload as block blob.
AzCopy (faster for large files)
- Download AzCopy.
- Open terminal or CMD, then upload:
azcopy copy "C:\path\to\YourDisk.vhd" "https://<storageaccount>.blob.core.windows.net/<container>/<YourDisk.vhd>?<SAS-token>"
- Get the full SAS URL from the Azure Portal (select the file/container > Generate SAS).