diff --git a/.pipelines/templates/autoscaling-multipool.json b/.pipelines/templates/autoscaling-multipool.json index a833315324..9aea03ff6a 100644 --- a/.pipelines/templates/autoscaling-multipool.json +++ b/.pipelines/templates/autoscaling-multipool.json @@ -9,25 +9,25 @@ "agentPoolProfiles": [ { "name": "agentpool1", - "count": 3, + "count": 5, "mode" : "System", "vmSize": "Standard_DS2_v2", "osType": "Linux", "availabilityProfile": "VirtualMachineScaleSets", "enableAutoScaling": true, "maxCount": 1000, - "minCount": 1 + "minCount": 3 }, { "name": "agentpool2", - "count": 3, + "count": 5, "mode" : "System", "vmSize": "Standard_DS2_v2", "osType": "Linux", "availabilityProfile": "VirtualMachineScaleSets", "enableAutoScaling": true, "maxCount": 1000, - "minCount": 1 + "minCount": 3 } ], "servicePrincipalProfile": { diff --git a/.pipelines/templates/autoscaling.json b/.pipelines/templates/autoscaling.json index 4c304be9ca..67d14597b4 100644 --- a/.pipelines/templates/autoscaling.json +++ b/.pipelines/templates/autoscaling.json @@ -9,14 +9,14 @@ "agentPoolProfiles": [ { "name": "agentpool1", - "count": 3, + "count": 5, "mode" : "System", "vmSize": "Standard_DS2_v2", "osType": "Linux", "availabilityProfile": "VirtualMachineScaleSets", "enableAutoScaling": true, "maxCount": 1000, - "minCount": 1 + "minCount": 3 } ], "servicePrincipalProfile": {