You can update an auto-scaling policy using the CLI tool, REST API or the PPaaS Console as shown below:
The auto-scaling policy ID ( id
) can not be changed in the updating process.
{ "id": "autoscaling-policy-1", "loadThresholds": { "requestsInFlight": { "threshold": 20 }, "memoryConsumption": { "threshold": 80 }, "loadAverage": { "threshold": 120 } } }