diff --git a/cloud/azure/storage/monitors-azure-storage.tf b/cloud/azure/storage/monitors-azure-storage.tf index 8b3d103..4fa71cc 100644 --- a/cloud/azure/storage/monitors-azure-storage.tf +++ b/cloud/azure/storage/monitors-azure-storage.tf @@ -31,153 +31,6 @@ EOQ } } -resource "datadog_monitor" "blobservices_availability" { - count = var.availability_enabled == "true" ? 1 : 0 - name = "${var.prefix_slug == "" ? "" : "[${var.prefix_slug}]"}[${var.environment}] Azure Storage Blob services is down" - message = coalesce(var.availability_message, var.message) - - query = < ${var.latency_threshold_critical} EOQ @@ -412,7 +265,7 @@ resource "datadog_monitor" "queueservices_latency" { query = < ${var.latency_threshold_critical} EOQ