File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
infrastructure/modules/infra Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11module "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 }
You can’t perform that action at this time.
0 commit comments