Skip to content

Commit

Permalink
feat: Add SQL ATP status stream to DCR (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjenhuitema authored Jan 6, 2025
1 parent fdb0b82 commit c1aded8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra-as-code/bicep/modules/logging/logging.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ resource resDataCollectionRuleMDFCSQL'Microsoft.Insights/dataCollectionRules@202
'Microsoft-DefenderForSqlTelemetry'
'Microsoft-DefenderForSqlScanEvents'
'Microsoft-DefenderForSqlScanResults'
'Microsoft-SqlAtpStatus-DefenderForSql'
]
extensionSettings: {
enableCollectionOfSqlQueriesForSecurityResearch: true
Expand All @@ -622,6 +623,7 @@ resource resDataCollectionRuleMDFCSQL'Microsoft.Insights/dataCollectionRules@202
'Microsoft-DefenderForSqlTelemetry'
'Microsoft-DefenderForSqlScanEvents'
'Microsoft-DefenderForSqlScanResults'
'Microsoft-SqlAtpStatus-DefenderForSql'
]
destinations: [
'Microsoft-DefenderForSQL-Dest'
Expand Down

0 comments on commit c1aded8

Please sign in to comment.