diff --git a/.azure/modules/functionApp/slackNotifier.bicep b/.azure/modules/functionApp/slackNotifier.bicep index 6791d328b..48e84f8f3 100644 --- a/.azure/modules/functionApp/slackNotifier.bicep +++ b/.azure/modules/functionApp/slackNotifier.bicep @@ -161,6 +161,7 @@ var query = ''' | where not(customDimensions.['Service Type'] == 'API Management')), (traces | where severityLevel >= 3 or (severityLevel >= 2 and customDimensions.SourceContext startswith "Digdir")) + | where operation_Name !startswith "GET /health/" | summarize Count = count() by Environment = tostring(customDimensions.AspNetCoreEnvironment),