Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


Intro




Step-By-Step Guide


az vm create --name myVM --resource-group 5ed7b505-285d-4597-a427-95b0791e4df0 --image Win2016Datacenter --size Standard_DS2_v2 --location eastus --admin-username azureuser



Execute Script To Turn On IIS


From MS' learning program this command downloads and execute a PowerShell script to enable IIS:  Introduction to Azure


az vm extension set --resource-group 5ed7b505-285d-4597-a427-95b0791e4df0 --vm-name myVM --name CustomScriptExtension --publisher Microsoft.Compute \
--settings '{"fileUris":["https://raw.githubusercontent.com/MicrosoftDocs/mslearn-welcome-to-azure/master/configure-iis.ps1"]}' \
--protected-settings '{"commandToExecute": "powershell -ExecutionPolicy Unrestricted -File configure-iis.ps1"}'


Open port 80 in the VM

az vm open-port  --name myVM --resource-group 5ed7b505-285d-4597-a427-95b0791e4df0 --port 80




Related Articles

Filter by label

There are no items with the selected labels at this time.

  • No labels