Creating an image configuration

Run the New-AzureRmImageConfig command to create an image configuration that will be used to create the eventual image:

$image = New-AzureRmImageConfig `
-Location EastUS `
-SourceVirtualMachineId $vm.ID
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.221.15.15