{ "$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": "6.0.0" }, "masterKey": { "value": "35767fa0164bac66b6cccb8880babefb" }, "artifactoryLicense1": { "value": "GEN-UNIQUE" } } }