зеркало из
1
0
Форкнуть 0
azure-quickstart-templates/diskraid-ubuntu-vm
Trent Swanson 1a88dc76ea added missing updates for api changes 2015-04-26 13:38:16 -07:00
..
README.md added elasticsearch datastax and postres templates 2015-04-23 22:51:41 -07:00
azuredeploy-parameters.json added elasticsearch datastax and postres templates 2015-04-23 22:51:41 -07:00
azuredeploy.json added missing updates for api changes 2015-04-26 13:38:16 -07:00
metadata.json added elasticsearch datastax and postres templates 2015-04-23 22:51:41 -07:00

README.md

Create Ubuntu vm data disk raid0

This is a simple template that deploys an Ubuntu Virtual Machine with multiple disks attached, and uses mdadm script to create a raid0 volume with all attached data disks.

This template also deploys a Storage Account, Virtual Network, Public IP addresses, and a Network Interface.

Below are the parameters that the template expects

Name Description
storageAccountName Unique DNS Name for the Storage Account where the Virtual Machine's disks will be placed
adminUsername Username for the Virtual Machines
adminPassword Password for the Virtual Machine
dnsName Unique DNS Name for the Public IP (dnsName.westus.cloudapp.azure.com)
region region where the resources will be deployed
virtualNetworkName Name of Virtual Network
vmSize Size of the Virtual Machine Instance
dataDiskSize The size of each data disk attached in Gb (default 200GB)