Google News
logo
Microsoft Azure - Interview Questions
How to create a VM in Azure CLI?
az vm create `   
--resource-group myResourceGroup `   
--name myVM --image win2016datacenter `   
--admin-username Azure  
--admin-password Admin123! 
Advertisement