We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f638470 commit fc76df4Copy full SHA for fc76df4
1 file changed
infrastructure/modules/container-apps/alerts.tf
@@ -9,7 +9,7 @@ resource "azurerm_monitor_scheduled_query_rules_alert_v2" "five_hundred_error_al
9
location = var.region
10
name = "${var.app_short_name}-500-error-alert"
11
resource_group_name = azurerm_resource_group.main.name
12
- scopes = [var.log_analytics_workspace_id]
+ scopes = [var.log_analytics_workspace_audit_id]
13
severity = 2
14
skip_query_validation = false
15
window_duration = "PT5M"
0 commit comments