Files
JFrog-Cloud-Installers/AzureResourceManager/azuredeploy.parameters.json
Maheshkumar Gopalakrishnan c4811873a0 Update azuredeploy.parameters.json
Updated parameters.json with mandatory field inputs
2018-03-09 08:39:56 -08:00

31 lines
616 B
JSON

{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vmSku": {
"value": "Standard_A4"
},
"clusterName": {
"value": "GEN-UNIQUE"
},
"nodeCount": {
"value": 1
},
"adminUsername": {
"value": "ubuntu"
},
"adminPassword": {
"value": "GEN-PASSWORD"
},
"artifactoryVersion": {
"value": "5.9.0"
},
"masterKey": {
"value": "35767fa0164bac66b6cccb8880babefb"
},
"artifactoryLicense1": {
"value": "GEN-UNIQUE"
}
}
}