azure: Use a more long term image sku

Move from 16.04.0-LTS to 16.04-LTS, which should track the latest LTS
changes better.

Move to a recommended VM size.
This commit is contained in:
Christopher Boumenot 2017-02-24 10:56:18 -08:00
parent 701a357767
commit d64c68af60
1 changed files with 35 additions and 35 deletions

View File

@ -17,10 +17,10 @@
"os_type": "Linux", "os_type": "Linux",
"image_publisher": "Canonical", "image_publisher": "Canonical",
"image_offer": "UbuntuServer", "image_offer": "UbuntuServer",
"image_sku": "16.04.0-LTS", "image_sku": "16.04-LTS",
"location": "West US", "location": "West US",
"vm_size": "Standard_A2" "vm_size": "Standard_DS1_v2"
}], }],
"provisioners": [{ "provisioners": [{
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} sudo -E sh '{{ .Path }}'", "execute_command": "chmod +x {{ .Path }}; {{ .Vars }} sudo -E sh '{{ .Path }}'",