diff --git a/infrastructure/modules/app-insights/alerts.tf b/infrastructure/modules/app-insights/alerts.tf index 337b6d13..d4b09bdc 100644 --- a/infrastructure/modules/app-insights/alerts.tf +++ b/infrastructure/modules/app-insights/alerts.tf @@ -5,7 +5,7 @@ resource "azurerm_monitor_metric_alert" "exceptions" { description = "Triggered by any Exception" enabled = true frequency = var.alert_frequency - name = "Exceptions" + name = "${var.name}-exceptions-alert" resource_group_name = var.resource_group_name scopes = [azurerm_application_insights.appins.id] severity = 1