зеркало из
1
0
Форкнуть 0
This commit is contained in:
Trent Swanson 2015-04-28 18:18:58 -07:00
Родитель 5eae55ab81
Коммит 0af5830e46
1 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -5,76 +5,76 @@
"adminUsername": {
"type": "string",
"metadata": {
"Description": "Admin username used when provisioning virtual machines"
"description": "Admin username used when provisioning virtual machines"
}
},
"adminPassword": {
"type": "securestring",
"metadata": {
"Description": "Admin password used when provisioning virtual machines"
"description": "Admin password used when provisioning virtual machines"
}
},
"storageAccountName": {
"type": "string",
"defaultValue": "uniqueStorageAccountName",
"metadata": {
"Description": "Unique namespace for the Storage Account where the Virtual Machine's disks will be placed"
"description": "Unique namespace for the Storage Account where the Virtual Machine's disks will be placed"
}
},
"region": {
"type": "string",
"defaultValue": "West US",
"metadata": {
"Description": "Location where resources will be provisioned"
"description": "Location where resources will be provisioned"
}
},
"virtualNetworkName": {
"type": "string",
"defaultValue": "myVNET",
"metadata": {
"Description": "Virtual Network"
"description": "Virtual Network"
}
},
"vmSize": {
"type": "string",
"defaultValue": "Standard_A1",
"metadata": {
"Description": "Size of the virtual machine"
"description": "Size of the virtual machine"
}
},
"addressPrefix": {
"type": "string",
"defaultValue": "10.0.0.0/16",
"metadata": {
"Description": "Address space for the VNET"
"description": "Address space for the VNET"
}
},
"subnet1Name": {
"type": "string",
"defaultValue": "Data",
"metadata": {
"Description": "Subnet name for the VNET that resources will be provisionined in to"
"description": "Subnet name for the VNET that resources will be provisionined in to"
}
},
"subnet1Prefix": {
"type": "string",
"defaultValue": "10.0.0.0/24",
"metadata": {
"Description": "Address space for the subnet"
"description": "Address space for the subnet"
}
},
"dnsName": {
"type": "string",
"defaultValue": "uniqueName",
"metadata": {
"Description": "Load balancer subdomain name: for example (<subdomain>.westus.cloudapp.azure.com)"
"description": "Load balancer subdomain name: for example (<subdomain>.westus.cloudapp.azure.com)"
}
},
"dataDiskSize": {
"type": "int",
"defaultValue": 20,
"metadata": {
"Description": "Size of each data disk attached to data nodes in (Gb)"
"description": "Size of each data disk attached to data nodes in (Gb)"
}
}
},