Skip to content

Commit 3e1c840

Browse files
authored
fix: update comment for Azure AI Search Service diagnostic settings and remove unused categories
1 parent 4295ab1 commit 3e1c840

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

infra/main.diagnostics.tf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ resource "azapi_resource" "main_storage_blob_diagnostics" {
171171
}
172172
}
173173

174-
# AI SEARCH SERVICE DIAGNOSTIC SETTINGS
174+
# Azure AI Search Service Diagnostic Settings
175175

176176
# Enable diagnostic logging for Azure AI Search
177177
resource "azapi_resource" "ai_search_diagnostics" {
@@ -188,10 +188,6 @@ resource "azapi_resource" "ai_search_diagnostics" {
188188
{
189189
category = "OperationLogs"
190190
enabled = true
191-
},
192-
{
193-
category = "SearchSlowLog"
194-
enabled = true
195191
}
196192
]
197193
metrics = [

0 commit comments

Comments
 (0)