Import VHD to Azure Portal via Gui and Powershell

0
If you have Powershell issue try this link.

https://answers.microsoft.com/en-us/windows/forum/windows_7-performance/trying-to-install-program-using-powershell-and/4c3ac2b2-ebd4-4b2a-a673-e283827da143

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

Loading

Leave a Reply

Your email address will not be published. Required fields are marked *

Import VHD to Azure Portal via Gui and Powershell

Import VHD to Azure Portal via Gui and Powershell

Loading

Leave a Reply

Your email address will not be published. Required fields are marked *