-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2341 from chintalavr/arc_datasvc
Arc-enabled SQL Server scenario feature updates and bug fixes
- Loading branch information
Showing
10 changed files
with
1,316 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
..._arc_sqlsrv_jumpstart/azure/windows/defender_sql/arm_template/defendersqldcrtemplate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"properties": { | ||
"description": "Data collection rule for Azure Defender for SQL. Deleting this rule will break the detection of Azure Defender for SQL.", | ||
"dataSources": { | ||
"extensions": [ | ||
{ | ||
"streams": [ | ||
"Microsoft-DefenderForSqlAlerts", | ||
"Microsoft-DefenderForSqlLogins", | ||
"Microsoft-DefenderForSqlTelemetry", | ||
"Microsoft-SqlAtpStatus-DefenderForSql" | ||
], | ||
"extensionName": "AdvancedThreatProtection", | ||
"extensionSettings": { | ||
"enableCollectionOfSqlQueriesForSecurityReserch": "true" | ||
}, | ||
"name": "AdvancedThreatProtection" | ||
} | ||
] | ||
}, | ||
"destinations": { | ||
"logAnalytics": [ | ||
{ | ||
"workspaceResourceId": "{LOGANLYTICS_WORKSPACEID}", | ||
"name": "LogAnalyticsDest" | ||
} | ||
] | ||
}, | ||
"dataFlows": [ | ||
{ | ||
"streams": [ | ||
"Microsoft-DefenderForSqlAlerts", | ||
"Microsoft-DefenderForSqlLogins", | ||
"Microsoft-DefenderForSqlTelemetry" | ||
], | ||
"destinations": [ | ||
"LogAnalyticsDest" | ||
] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.