зеркало из
1
0
Форкнуть 0
azure-quickstart-templates/101-simple-windows-vm
kenazk efd5c9573b Fixed paramter files 2015-04-27 18:57:59 -07:00
..
README.md Update README.md 2015-04-26 16:43:55 -07:00
azuredeploy.json Merge pull request #49 from Azure/CoreyTemplates 2015-04-26 15:59:13 -07:00
azuredeploy.parameters.json Fixed paramter files 2015-04-27 18:57:59 -07:00
metadata.json Adding a simple Windows deploy template with very few parameters. This has been tested and uses the latest template version. 2015-04-26 14:44:51 -07:00

README.md

Very simple deployment of an Windows VM

Built by: coreysa

This template allows you to deploy a simple Windows VM using a few different options for the Windows 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.
windowsOSVersion The Windows version for the VM. This will pick a fully patched image of this given Windows version. Allowed values: 2008-R2-SP1, 2012-Datacenter, 2012-R2-Datacenter, Windows-Server-Technical-Preview