@@ -325,7 +325,7 @@ To learn more about how Azure Monitor metric alerts work and how to configure th
325
325
"EnableClassic" : false ,
326
326
"AutoStop_MetricName" : " Percentage CPU" ,
327
327
"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" ,
329
329
"AutoStop_Frequency" : " 00:05:00" ,
330
330
"AutoStop_Severity" : " 2" ,
331
331
"AutoStop_Threshold" : " 5" ,
@@ -347,7 +347,7 @@ To learn more about how Azure Monitor metric alerts work and how to configure th
347
347
{
348
348
"Action" : " stop" ,
349
349
"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" ,
351
351
"AutoStop_Frequency" : " 00:05:00" ,
352
352
"AutoStop_MetricName" : " Percentage CPU" ,
353
353
"AutoStop_Severity" : " 2" ,
@@ -372,7 +372,7 @@ To learn more about how Azure Monitor metric alerts work and how to configure th
372
372
{
373
373
"Action" : " stop" ,
374
374
"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" ,
376
376
"AutoStop_Frequency" : " 00:05:00" ,
377
377
"AutoStop_MetricName" : " Percentage CPU" ,
378
378
"AutoStop_Severity" : " 2" ,
0 commit comments