Azure PowerShell
Azure Cloud Shell features
New-AzVm `
-ResourceGroupName "CrmTestingResourceGroup" `
-Name "CrmUnitTests" `
-Image "UbuntuLTS"
...Azure PowerShell Documentation
Last updated