{ "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "scriptURL": { "value": "https://git.onap.org/logging-analytics/plain/deploy/rancher/oom_entrypoint.sh"}, "onapBranch": { "value": "master" }, "onapEnvironment": { "value": "onap"}, "vmName": { "value": "replace-this" }, "sshKeyData": { "value": "ssh-rsa AAA-your-key yourmail@mail" }, "dnsLabelPrefix": { "value": "replace-this-as-well" }, "vmSize": { "value": "Standard_E64s_v3" }, "scriptName": { "value": "oom_entrypoint.sh"}, "osType": { "value": "Linux" }, "adminUsername": { "value": "ubuntu"} } }