Skip to content

Commit 67b3ecc

Browse files
authored
Add a link to available metrics to find metric IDs
1 parent 6bd27b8 commit 67b3ecc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/machine-learning/how-to-autoscale-endpoints.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Under __Choose how to scale your resources__, select __Custom autoscale__ to beg
150150

151151
---
152152

153-
## Create a rule to scale out using metrics
153+
## Create a rule to scale out using deployment metrics
154154

155155
A common scaling out rule is one that increases the number of VM instances when the average CPU load is high. The following example will allocate two more nodes (up to the maximum) if the CPU average a load of greater than 70% for five minutes::
156156

@@ -234,7 +234,7 @@ Finally, select the __Add__ button to create the rule.
234234

235235
---
236236

237-
## Create a rule to scale in using metrics
237+
## Create a rule to scale in using deployment metrics
238238

239239
When load is light, a scaling in rule can reduce the number of VM instances. The following example will release a single node, down to a minimum of 2, if the CPU load is less than 30% for 5 minutes:
240240

@@ -401,6 +401,10 @@ Select __Scale based on metric__, and then select __Add a rule__. The __Scale ru
401401

402402
---
403403

404+
## Find supported Metrics IDs
405+
406+
If you want to use other metrics in code (either CLI or SDK) to set up autoscale rules, see the table in [Available metrics](how-to-monitor-online-endpoints.md#available-metrics).
407+
404408
## Create scaling rules based on a schedule
405409

406410
You can also create rules that apply only on certain days or at certain times. In this example, the node count is set to 2 on the weekend.

0 commit comments

Comments
 (0)