Skip to content

Files

Latest commit

4b0a5d2 · Aug 10, 2015

History

History
This branch is 39392 commits behind Azure/azure-quickstart-templates:master.

101-simple-linux-vm

Very simple deployment of an Linux VM

Built by: coreysa

This template allows you to deploy a simple Linux VM using a few different options for the Ubuntu Linux version, using the latest patched version. This will deploy in West US on a D1 VM Size.

Below are the parameters that the template expects:

Name Description
newStorageAccountName Unique DNS Name for the Storage Account where the Virtual Machine's disks will be placed.
adminUsername Username for the Virtual Machine
adminPassword Password for the Virtual Machine
dnsNameForPublicIP Unique DNS Name for the Public IP used to access the Virtual Machine.
ubuntuOSVersion The Ubuntu version for the VM. This will pick a fully patched image of this given Ubuntu version. Allowed values: 12.04.5-LTS, 14.04.2-LTS, 15.04