{ "apiVersion": "vlabs", "properties": { "orchestratorProfile": { "orchestratorType": "Kubernetes" }, "masterProfile": { "count": 1, "dnsPrefix": "stmaster", "vmSize": "Standard_D2_v2", "vnetSubnetId": "/XXXXXXXXXXXX/subnets/ST-Docker-Master-SNET", "firstConsecutiveStaticIP": "10.192.1.4" }, "agentPoolProfiles": [ { "name": "stagent", "count": 1, "vmSize": "Standard_D2_v2", "availabilityProfile": "AvailabilitySet", "dnsPrefix": "", "vnetSubnetId": "/XXXXXXXXXXXX/subnets/ST-Docker-Agent-SNET", "osType": "Windows" } ], "linuxProfile": { "adminUsername": "XXXXXX", "ssh": { "publicKeys": [ { "keyData": "ssh-rsa XXXXXXXXXXXXXXXXXX" } ] } }, "windowsProfile": { "adminUsername": "XXXXXX", "adminPassword": "XXXXXX" }, "servicePrincipalProfile": { "clientId": "XXXXXX", "secret": "XXXXXX" } } }