This commit is contained in:
Anthony Howe 2016-10-09 13:31:14 -07:00
Родитель 889304c335
Коммит 67bd5c5bd5
2 изменённых файлов: 14 добавлений и 8 удалений

Просмотреть файл

@ -4,7 +4,7 @@
}, },
"masterProfile": { "masterProfile": {
"count": 3, "count": 3,
"dnsPrefix": "mgmtanhowe0928g", "dnsPrefix": "mgmtanhowe1009o",
"vmSize": "Standard_D2_v2" "vmSize": "Standard_D2_v2"
}, },
"agentPoolProfiles": [ "agentPoolProfiles": [
@ -19,7 +19,7 @@
"name": "agent1public", "name": "agent1public",
"count": 3, "count": 3,
"vmSize": "Standard_D2_v2", "vmSize": "Standard_D2_v2",
"dnsPrefix": "appanhowe0928g", "dnsPrefix": "appanhowe1009o",
"StorageType": "Volumes", "StorageType": "Volumes",
"diskSizesGB": [1], "diskSizesGB": [1],
"ports": [ "ports": [

Просмотреть файл

@ -4,21 +4,27 @@
}, },
"masterProfile": { "masterProfile": {
"count": 3, "count": 3,
"dnsPrefix": "mgmtanhowe0928d", "dnsPrefix": "mgmtanhowe1009n",
"vmSize": "Standard_D2_v2" "vmSize": "Standard_D2_v2"
}, },
"agentPoolProfiles": [ "agentPoolProfiles": [
{ {
"name": "agtnodisks1", "name": "agent128",
"count": 1, "count": 3,
"vmSize": "Standard_D2_v2", "vmSize": "Standard_D2_v2",
"StorageType": "Volumes" "StorageType": "Volumes"
}, },
{ {
"name": "agtnodisks2", "name": "agent1public",
"count": 1, "count": 3,
"vmSize": "Standard_D2_v2", "vmSize": "Standard_D2_v2",
"StorageType": "Volumes" "dnsPrefix": "appanhowe1009n",
"StorageType": "Volumes",
"ports": [
80,
443,
8080
]
} }
], ],
"linuxProfile": { "linuxProfile": {