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 99153c1 commit ff91a32Copy full SHA for ff91a32
scenarios/AksOpenAiTerraform/terraform/modules/virtual_network/main.tf
@@ -40,10 +40,6 @@ resource "azurerm_monitor_diagnostic_setting" "settings" {
40
target_resource_id = azurerm_virtual_network.vnet.id
41
log_analytics_workspace_id = var.log_analytics_workspace_id
42
43
- enabled_log {
44
- category = "VMProtectionAlerts"
45
- }
46
-
47
metric {
48
category = "AllMetrics"
49
}
0 commit comments