File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
infrastructure/modules/container-apps Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ resource "azurerm_monitor_scheduled_query_rules_alert_v2" "failure_event" {
4242# currently this feature is in preview.
4343resource "azurerm_monitor_scheduled_query_rules_alert_v2" "queue_length_high" {
4444 for_each = var. enable_alerting ? toset ([
45- " notifications-message-status-updates" ,
4645 " notifications-message-batch-retries"
4746 ]) : []
4847
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ locals {
259259 container_access_type = " private"
260260 }
261261 }
262- storage_queues = [" notifications-message-status-updates " , " notifications-message- batch-retries" ]
262+ storage_queues = [" notifications-message-batch-retries" ]
263263
264264 always_allowed_paths = [" /sha" , " /healthcheck" ]
265265 # If allowed_paths is not set, use the module default which allows any pattern
You can’t perform that action at this time.
0 commit comments