AzureStack-QuickStart-Templ.../docker-swarm-ubuntu/azuredeploy.parameters.json

23 строки
502 B
JSON

{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters":
{
"agentCount": {
"value": 1
},
"masterCount": {
"value": 1
},
"agentVMSize": {
"value": "Standard_A1"
},
"masterVMSize": {
"value": "Standard_A2"
},
"setSSHKeysLinuxConfiguration": {
"value": 0
}
}
}