We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f7e61 commit d1820b7Copy full SHA for d1820b7
code/infra/alerts.tf
@@ -1,6 +1,6 @@
1
resource "azurerm_monitor_activity_log_alert" "monitor_activity_log_alert_service_health" {
2
name = "${local.prefix}-alert-servicehealth"
3
- location = var.location
+ location = "global"
4
resource_group_name = azurerm_resource_group.logging_rg.name
5
tags = var.tags
6
0 commit comments