Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Intro

...



...

Create VM


Code Block
languagebash
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

...

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

...

Resize VM


Code Block
languagebash
az vm resize --resource-group 5ed7b505-285d-4597-a427-95b0791e4df0 --name myVM --size Standard_DS3_v2




...

Related Articles

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@3be2a6f
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "AZURE"
labelskb-how-to-article

...