This template creates a virtual machine with multiple disks attached. A script partitions and formats the disks in raid0 array.
Den här ARM-mallen (Azure Resource Manager) skapades av en community-medlem, inte av Microsoft. Varje ARM-mall licensieras till dig enligt ett licensavtal av respektive ägare, inte Microsoft. Microsoft ansvarar inte för ARM-mallar som erbjuds och licensieras av community-medlemmar och undersöker inte mallarnas säkerhet, kompatibilitet eller prestanda. Microsofts supportprogram och supporttjänster omfattar inte support för ARM-mallar från community-medlemmar, och dessa mallar tillhandahålls i BEFINTLIGT SKICK utan någon form av garanti.
Parametrar
Parameternamn | Beskrivning |
---|---|
adminUsername | Admin username used when provisioning virtual machines |
adminPassword | Admin password used when provisioning virtual machines |
storageAccountName | Unique namespace for the Storage Account where the Virtual Machine's disks will be placed |
virtualNetworkName | Virtual Network |
vmSize | Size of the virtual machine |
addressPrefix | Address space for the VNET |
subnet1Name | Subnet name for the VNET that resources will be provisioned in to |
subnet1Prefix | Address space for the subnet |
dnsName | Load balancer subdomain name: for example (<subdomain>.westus.cloudapp.azure.com) |
dataDiskSize | Size of each data disk attached to data nodes in (Gb) |
Använda mallen
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/diskraid-ubuntu-vm/azuredeploy.jsonInstallera och konfigurera Azure PowerShell
Kommandoraden
azure config mode arm azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/diskraid-ubuntu-vm/azuredeploy.jsonInstallera och konfigurera Azures plattformsoberoende kommandoradsgränssnitt