зеркало из
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": { "adminUsername": {
"type": "string", "type": "string",
"metadata": { "metadata": {
"Description": "Admin username used when provisioning virtual machines" "description": "Admin username used when provisioning virtual machines"
} }
}, },
"adminPassword": { "adminPassword": {
"type": "securestring", "type": "securestring",
"metadata": { "metadata": {
"Description": "Admin password used when provisioning virtual machines" "description": "Admin password used when provisioning virtual machines"
} }
}, },
"storageAccountName": { "storageAccountName": {
"type": "string", "type": "string",
"defaultValue": "uniqueStorageAccountName", "defaultValue": "uniqueStorageAccountName",
"metadata": { "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": { "region": {
"type": "string", "type": "string",
"defaultValue": "West US", "defaultValue": "West US",
"metadata": { "metadata": {
"Description": "Location where resources will be provisioned" "description": "Location where resources will be provisioned"
} }
}, },
"virtualNetworkName": { "virtualNetworkName": {
"type": "string", "type": "string",
"defaultValue": "myVNET", "defaultValue": "myVNET",
"metadata": { "metadata": {
"Description": "Virtual Network" "description": "Virtual Network"
} }
}, },
"vmSize": { "vmSize": {
"type": "string", "type": "string",
"defaultValue": "Standard_A1", "defaultValue": "Standard_A1",
"metadata": { "metadata": {
"Description": "Size of the virtual machine" "description": "Size of the virtual machine"
} }
}, },
"addressPrefix": { "addressPrefix": {
"type": "string", "type": "string",
"defaultValue": "10.0.0.0/16", "defaultValue": "10.0.0.0/16",
"metadata": { "metadata": {
"Description": "Address space for the VNET" "description": "Address space for the VNET"
} }
}, },
"subnet1Name": { "subnet1Name": {
"type": "string", "type": "string",
"defaultValue": "Data", "defaultValue": "Data",
"metadata": { "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": { "subnet1Prefix": {
"type": "string", "type": "string",
"defaultValue": "10.0.0.0/24", "defaultValue": "10.0.0.0/24",
"metadata": { "metadata": {
"Description": "Address space for the subnet" "description": "Address space for the subnet"
} }
}, },
"dnsName": { "dnsName": {
"type": "string", "type": "string",
"defaultValue": "uniqueName", "defaultValue": "uniqueName",
"metadata": { "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": { "dataDiskSize": {
"type": "int", "type": "int",
"defaultValue": 20, "defaultValue": 20,
"metadata": { "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)"
} }
} }
}, },