Deploy Marketplace Image using PowerShell
Not ready to jump on JSON template modification when the Marketplace template doesn’t fit your requirements? We can use PowerShell to get the same marketplace image deployed with our own modified configuration. #Choose subscription Select-AzureRmSubscription -SubscriptionId dc9b2339-0138-4de6-b2c2-c7e9408fdfa4 $ComputerName = ‘labroynepa02’ $CredentialVM = Get-Credential #Create Network Interface $nic0 = New-AzureRmNetworkInterface -Name “labroynepa02-eth0” -ResourceGroupName “LAB-ROY-NE-NETWORK” -Location “West […]