Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Test Azure outage alert #1459

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed unnecessary email_subject
jherrflexion committed Oct 18, 2024
commit e4ec0a45db18bf0fc6d59bd2e447852afd4a72b2
1 change: 0 additions & 1 deletion operations/template/alert.tf
Original file line number Diff line number Diff line change
@@ -47,7 +47,6 @@ resource "azurerm_monitor_activity_log_alert" "azure_service_health_alert" {

action {
action_group_id = azurerm_monitor_action_group.notify_slack_email[count.index].id
email_subject = "FATAL: Azure Outage Alert!"
}

description = "Alert service(s) appear to be down"