azure account import filename azure vm create -h > azure group create ita-resgroup westeurope > azure vm quick-create -g ita-resgroup -n ita-server2016 -l westeurope -Q microsoftwindowsserver:WindowsServer:2016-Technical-Preview-with-Containers:2016.0.20151118 -y Windows -u klaus -p Passw0rd! > azure vm image list westeurope microsoftwindowsserver > Stop-AzureRmVM -ResourceGroupName "ita-resgroup" -Name "ita-srv2016" -force > azure group deployment create ita-resgroup ita-deployment -f /users/klaus/jsonfiles/Testlab.json". > azure vm stop -n ita-srv2016 -g ita-resgroup > azure vm deallocate -n ita-srv2016 -g ita-resgroup