Import VHD to Azure Portal via Gui and Powershell
If you have Powershell issue try this link.
Open Powershell (As Admin)
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Try it again!
Import via Powershell
1. Install-Module AzureRM -AllowClobber
2. Connect-AzureRmAccount
3. Add-AzureRmVhd -ResourceGroupName (Your RG name) -destination “Storage account file location” -LocalFilePath “C:\azure\your.vhd”
Please Comment and Subscribe