Skip to content

Commit d1820b7

Browse files
committed
Test alert with global location
1 parent 82f7e61 commit d1820b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/infra/alerts.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "azurerm_monitor_activity_log_alert" "monitor_activity_log_alert_service_health" {
22
name = "${local.prefix}-alert-servicehealth"
3-
location = var.location
3+
location = "global"
44
resource_group_name = azurerm_resource_group.logging_rg.name
55
tags = var.tags
66

0 commit comments

Comments
 (0)