From 79764b452c6111d80c263e864acae40c5e23e8d1 Mon Sep 17 00:00:00 2001 From: Harriet H-W Date: Fri, 31 Oct 2025 10:41:26 +0000 Subject: [PATCH] Rename Exceptions alert to be more specific to environment its called from. --- infrastructure/modules/app-insights/alerts.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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