76a74dc606 | ||
---|---|---|
.. | ||
README.md | ||
azuredeploy.json | ||
azuredeploy.parameters.json | ||
metadata.json |
README.md
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.2-LTS, 12.04.3-LTS, 12.04.4-LTS, 12.04.5-LTS, 12.10, 14.04.2-LTS, 14.10, 15.04 |