Skip to content

Commit b03bb53

Browse files
Adding AVD and private link service to list of services
1 parent 94cc53e commit b03bb53

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

infrastructure/modules/infra/alerts.tf

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "service_health_alert" {
22
source = "../dtos-devops-templates/infrastructure/modules/monitor-activity-log-alert"
33

4-
name = "service-health-${var.app_short_name}-${var.environment}"
4+
name = "service-health-alerts-${var.app_short_name}-${var.environment}"
55
location = "global"
66
resource_group_name = azurerm_resource_group.main.name
77
description = "Azure Service Health alert for services impacting ${var.app_short_name} in ${var.environment}"
@@ -23,14 +23,16 @@ module "service_health_alert" {
2323
"Azure Container Apps",
2424
"Azure Container Service",
2525
"Azure Container Storage",
26-
"Azure DNS",
2726
"Azure Database for PostgreSQL flexible servers",
27+
"Azure DNS",
28+
"Azure Frontdoor",
2829
"Azure Monitor",
30+
"Azure Private Link",
2931
"Key Vault",
3032
"Log Analytics",
3133
"Storage",
3234
"Virtual Network",
33-
"Azure Frontdoor"
35+
"Windows Virtual Desktop"
3436
]
3537
}
3638
}

0 commit comments

Comments
 (0)