is there a way to create alerts for virtual machine, storage account resources in azure log analytics using terraform
Advertisements ”’ This is the approach i followed to create the alerts at resource level ( storage account).I am looking to create the alerts for different resources in log analytics instead of creating at resource level ”’ data "azurerm_storage_account" "stro" { name = "straccount18" resource_group_name = azurerm_resource_group.rg.name } resource "azurerm_monitor_metric_alert" "AlertForLog" { name = "metricalert"… Read More is there a way to create alerts for virtual machine, storage account resources in azure log analytics using terraform