Skip to content

Instantly share code, notes, and snippets.

@radu-matei
Created July 3, 2017 10:04
Show Gist options
  • Save radu-matei/f610287201e4c08eb2e69eb5ebd02b2f to your computer and use it in GitHub Desktop.
Save radu-matei/f610287201e4c08eb2e69eb5ebd02b2f to your computer and use it in GitHub Desktop.
{
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "SwarmMode"
},
"masterProfile": {
"count": 3,
"dnsPrefix": "",
"vmSize": "Standard_D2_v2"
},
"agentPoolProfiles": [
{
"name": "linuxpool",
"count": 3,
"vmSize": "Standard_D2_v2",
"dnsPrefix": "",
"ports": [
80,
443,
8080
]
},
{
"name": "windowspool",
"count": 3,
"vmSize": "Standard_D2_v2",
"dnsPrefix": "",
"osType": "Windows"
}
],
"linuxProfile": {
"adminUsername": "",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
}
},
"windowsProfile": {
"adminUsername": "",
"adminPassword": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment