зеркало из
1
0
Форкнуть 0
azure-quickstart-templates/101-vm-from-user-image
varunmaker da361b96ae Updating metadata.json 2015-04-24 15:27:14 -07:00
..
README.md Adding template for Create VM with Empty Disk and Create VM from User Image 2015-04-24 15:06:04 -07:00
azuredeploy-parameters.json Adding template for Create VM with Empty Disk and Create VM from User Image 2015-04-24 15:06:04 -07:00
azuredeploy.json Adding template for Create VM with Empty Disk and Create VM from User Image 2015-04-24 15:06:04 -07:00
metadata.json Updating metadata.json 2015-04-24 15:27:14 -07:00

README.md

Create a Virtual Machine from a User Image

Prerequisite - The Storage Account with the User Image VHD should already exist in the same resource group.

This template allows you to create a Virtual Machines from a User image. This template also deploys a Virtual Network, Public IP addresses and a Network Interface.

Below are the parameters that the template expects

Name Description
userImageStorageAccountName Name of the Storage Account where the User Image disk is placed.
userImageStorageContainerName Name of the Container Name in the Storage Account where the User Image disk is placed.
userImageVhdName Name of the User Image VHD file.
osType Specify the type of the OS of the User Image (Windows
adminUsername Username for the Virtual Machines
adminPassword Password for the Virtual Machine
dnsNameForPublicIP Unique DNS Name for the Public IP used to access the Virtual Machine.
subscriptionId Subscription ID where the template will be deployed
vmSourceImageName Source Image Name for the VM. Example: b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-12_04_5-LTS-amd64-server-20140927-en-us-30GB
location location where the resources will be deployed
virtualNetworkName Name of Virtual Network
vmSize Size of the Virtual Machine
vmName Name of Virtual Machine
publicIPAddressName Name of Public IP Address Name
nicName Name of Network Interface