Added metadata for all fields
This commit is contained in:
Родитель
5d295b9040
Коммит
0f5a210da8
|
@ -3,16 +3,29 @@
|
|||
"contentVersion": "1.0.0.0",
|
||||
"parameters" : {
|
||||
"newStorageAccountName": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"metadata": {
|
||||
"Description": "Storage account where the VM's OS image will be hosted"
|
||||
}
|
||||
|
||||
},
|
||||
"dnsNameForPublicIP" : {
|
||||
"type" : "string"
|
||||
"type" : "string",
|
||||
"metadata": {
|
||||
"Description": "DNS name associated with the public ID"
|
||||
}
|
||||
},
|
||||
"adminUserName": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"metadata": {
|
||||
"Description": "Virtual machine Administrator user name"
|
||||
}
|
||||
},
|
||||
"adminPassword": {
|
||||
"type": "securestring"
|
||||
"type": "securestring",
|
||||
"metadata": {
|
||||
"Description": "Virtual machine Administrator user password"
|
||||
}
|
||||
},
|
||||
"imagePublisher": {
|
||||
"type": "string",
|
||||
|
@ -37,30 +50,51 @@
|
|||
},
|
||||
"location": {
|
||||
"type": "String",
|
||||
"defaultValue" : "West US"
|
||||
"defaultValue" : "West US",
|
||||
"metadata": {
|
||||
"Description": "Azure region where the VM will be deployed"
|
||||
}
|
||||
},
|
||||
"vmSize": {
|
||||
"type": "string",
|
||||
"defaultValue": "Standard_A0"
|
||||
"defaultValue": "Standard_D1",
|
||||
"metadata": {
|
||||
"Description": "Virtual machine size"
|
||||
}
|
||||
},
|
||||
"publicIPAddressName": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"metadata": {
|
||||
"Description": "The virtual machine's public IP address that user can use to SSH to"
|
||||
}
|
||||
},
|
||||
"vmName": {
|
||||
"type": "string",
|
||||
"defaultValue" : "myVM"
|
||||
"defaultValue" : "myVM",
|
||||
"metadata": {
|
||||
"Description": "Vitual machine's unique name; which will be used in the DSN address"
|
||||
}
|
||||
},
|
||||
"virtualNetworkName":{
|
||||
"type" : "string",
|
||||
"defaultValue" : "myVNET"
|
||||
"defaultValue" : "myVNET",
|
||||
"metadata": {
|
||||
"Description": "Virtual network where this VM will be deployed"
|
||||
}
|
||||
},
|
||||
"nicName":{
|
||||
"type" : "string",
|
||||
"defaultValue":"myNIC"
|
||||
"defaultValue":"myNIC",
|
||||
"metadata": {
|
||||
"Description": "Networkg Interface Card assciated with this VM"
|
||||
}
|
||||
},
|
||||
"extensionName": {
|
||||
"type": "string",
|
||||
"defaultValue": "DockerExtension"
|
||||
"defaultValue": "DockerExtension",
|
||||
"metadata": {
|
||||
"Description": "Virtual machine extension that will be deployed to set this VM as VM host"
|
||||
}
|
||||
}
|
||||
},
|
||||
"variables": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче