Provisioning an Azure VM Using PowerShell

New-AzVM -ResourceGroupName "MyRG" -Name "MyVM" -Location "EastUS"

Azure VM created successfully.

error: Content is protected !!