You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="The name of the resource group in which to create the Monitoring resources for the App Service Plan. Changing this forces a new resource to be created."
274
+
default=null
275
+
}
276
+
277
+
variable"action_group_id" {
278
+
type=string
279
+
description="The ID of the Action Group to use for alerts."
280
+
default=null
281
+
}
282
+
283
+
variable"alert_4xx_threshold" {
284
+
type=number
285
+
description="The threshold for 4xx errors to trigger the alert."
286
+
default=10
287
+
}
288
+
289
+
variable"alert_5xx_threshold" {
290
+
type=number
291
+
description="The threshold for 4xx errors to trigger the alert."
error_message="The alert_window_size must be one of: PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H"
302
+
}
303
+
description="The period of time that is used to monitor alert activity e.g. PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H. The interval between checks is adjusted accordingly."
304
+
}
305
+
306
+
variable"enable_alerting" {
307
+
description="Whether monitoring and alerting is enabled for the App Service Plan."
308
+
type=bool
309
+
default=false
310
+
}
311
+
312
+
variable"log_analytics_workspace_id" {
313
+
type=string
314
+
description="id of the log analytics workspace to send resource logging to via diagnostic settings"
0 commit comments