Skip to content

Commit 269aa29

Browse files
Merge pull request #211825 from gabesmsft/patch-7
Update deploy.md
2 parents e79a259 + dd995c2 commit 269aa29

File tree

1 file changed

+3
-3
lines changed
  • articles/azure-functions/start-stop-vms

1 file changed

+3
-3
lines changed

articles/azure-functions/start-stop-vms/deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ To learn more about how Azure Monitor metric alerts work and how to configure th
325325
"EnableClassic": false,
326326
"AutoStop_MetricName": "Percentage CPU",
327327
"AutoStop_Condition": "LessThan",
328-
"AutoStop_Description": "Alert to stop the VM if the CPU % exceed the threshold",
328+
"AutoStop_Description": "Alert to stop the VM if the CPU % falls below the threshold",
329329
"AutoStop_Frequency": "00:05:00",
330330
"AutoStop_Severity": "2",
331331
"AutoStop_Threshold": "5",
@@ -347,7 +347,7 @@ To learn more about how Azure Monitor metric alerts work and how to configure th
347347
{
348348
"Action": "stop",
349349
"AutoStop_Condition": "LessThan",
350-
"AutoStop_Description": "Alert to stop the VM if the CPU % exceed the threshold",
350+
"AutoStop_Description": "Alert to stop the VM if the CPU % falls below the threshold",
351351
"AutoStop_Frequency": "00:05:00",
352352
"AutoStop_MetricName": "Percentage CPU",
353353
"AutoStop_Severity": "2",
@@ -372,7 +372,7 @@ To learn more about how Azure Monitor metric alerts work and how to configure th
372372
{
373373
"Action": "stop",
374374
"AutoStop_Condition": "LessThan",
375-
"AutoStop_Description": "Alert to stop the VM if the CPU % exceed the threshold",
375+
"AutoStop_Description": "Alert to stop the VM if the CPU % falls below the threshold",
376376
"AutoStop_Frequency": "00:05:00",
377377
"AutoStop_MetricName": "Percentage CPU",
378378
"AutoStop_Severity": "2",

0 commit comments

Comments
 (0)