@@ -347,7 +347,7 @@ resource metricAlert 'Microsoft.Insights/metricAlerts@2018-03-01' = {
347
347
"value" : " GreaterThan"
348
348
},
349
349
"threshold" : {
350
- "value" : " 80 "
350
+ "value" : 80
351
351
},
352
352
"timeAggregation" : {
353
353
"value" : " Average"
@@ -1014,7 +1014,7 @@ resource metricAlert 'Microsoft.Insights/metricAlerts@2018-03-01' = {
1014
1014
}
1015
1015
],
1016
1016
"operator" : " GreaterThan" ,
1017
- "threshold" : " 5 " ,
1017
+ "threshold" : 5 ,
1018
1018
"timeAggregation" : " Total"
1019
1019
}
1020
1020
},
@@ -1030,7 +1030,7 @@ resource metricAlert 'Microsoft.Insights/metricAlerts@2018-03-01' = {
1030
1030
}
1031
1031
],
1032
1032
"operator" : " GreaterThan" ,
1033
- "threshold" : " 250" ,
1033
+ "threshold" : 250 ,
1034
1034
"timeAggregation" : " Average"
1035
1035
}
1036
1036
},
@@ -1307,7 +1307,7 @@ resource metricAlert 'Microsoft.Insights/metricAlerts@2018-03-01' = {
1307
1307
}
1308
1308
],
1309
1309
"operator" : " GreaterThan" ,
1310
- "threshold" : " 5 " ,
1310
+ "threshold" : 5 ,
1311
1311
"timeAggregation" : " Total"
1312
1312
}
1313
1313
},
@@ -1940,7 +1940,7 @@ resource metricAlert 'Microsoft.Insights/metricAlerts@2018-03-01' = {
1940
1940
"value" : " GreaterThan"
1941
1941
},
1942
1942
"threshold" : {
1943
- "value" : " 80 "
1943
+ "value" : 80
1944
1944
},
1945
1945
"timeAggregation" : {
1946
1946
"value" : " Average"
@@ -2282,8 +2282,8 @@ resource metricAlert 'Microsoft.Insights/metricAlerts@2018-03-01' = {
2282
2282
}
2283
2283
},
2284
2284
"threshold" : {
2285
- "type" : " string " ,
2286
- "defaultValue" : " 0 " ,
2285
+ "type" : " int " ,
2286
+ "defaultValue" : 0 ,
2287
2287
"metadata" : {
2288
2288
"description" : " The threshold value at which the alert is activated."
2289
2289
}
@@ -2420,7 +2420,7 @@ resource metricAlert 'Microsoft.Insights/metricAlerts@2018-03-01' = {
2420
2420
"value" : " GreaterThan"
2421
2421
},
2422
2422
"threshold" : {
2423
- "value" : " 0 "
2423
+ "value" : 0
2424
2424
},
2425
2425
"timeAggregation" : {
2426
2426
"value" : " Average"
@@ -3231,8 +3231,8 @@ resource metricAlert 'Microsoft.Insights/metricAlerts@2018-03-01' = {
3231
3231
}
3232
3232
},
3233
3233
"threshold" : {
3234
- "type" : " string " ,
3235
- "defaultValue" : " 0 " ,
3234
+ "type" : " int " ,
3235
+ "defaultValue" : 0 ,
3236
3236
"metadata" : {
3237
3237
"description" : " The threshold value at which the alert is activated."
3238
3238
}
@@ -3369,7 +3369,7 @@ resource metricAlert 'Microsoft.Insights/metricAlerts@2018-03-01' = {
3369
3369
"value" : " GreaterThan"
3370
3370
},
3371
3371
"threshold" : {
3372
- "value" : " 0 "
3372
+ "value" : 0
3373
3373
},
3374
3374
"timeAggregation" : {
3375
3375
"value" : " Average"
@@ -4179,8 +4179,8 @@ resource metricAlert 'Microsoft.Insights/metricAlerts@2018-03-01' = {
4179
4179
}
4180
4180
},
4181
4181
"threshold" : {
4182
- "type" : " string " ,
4183
- "defaultValue" : " 0 " ,
4182
+ "type" : " int " ,
4183
+ "defaultValue" : 0 ,
4184
4184
"metadata" : {
4185
4185
"description" : " The threshold value at which the alert is activated."
4186
4186
}
@@ -4318,7 +4318,7 @@ resource metricAlert 'Microsoft.Insights/metricAlerts@2018-03-01' = {
4318
4318
"value" : " GreaterThan"
4319
4319
},
4320
4320
"threshold" : {
4321
- "value" : " 0 "
4321
+ "value" : 0
4322
4322
},
4323
4323
"timeAggregation" : {
4324
4324
"value" : " Average"
0 commit comments