Facebook
From Nguyễn Mạnh Hùng, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 129
  1. {
  2.     "properties": {
  3.         "vmSize": "Standard_NC6s_v3",
  4.         "deploymentConfiguration": {
  5.             "virtualMachineConfiguration": {
  6.                 "imageReference": {
  7.                     "publisher": "Canonical",
  8.                     "offer": "UbuntuServer",
  9.                     "sku": "18.04-LTS",
  10.                     "version": "latest"
  11.                 },
  12.                 "nodeAgentSkuId": "batch.node.ubuntu 18.04"
  13.             }
  14.         },
  15.         "startTask": {
  16.             "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
  17.         },
  18.     "scaleSettings": {
  19.       "fixedScale": {
  20.         "targetLowPriorityNodes": 1
  21.       }
  22.     }
  23.   }
  24. }

Replies to CODE ĐỊT ĐỨC rss

Title Name Language When
Re: CODE ĐỊT ĐỨC Nguyễn Mạnh Hùng text 2 Years ago.