Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 62adb00

Browse files
Log Analytics solutions for SQL servers on machines (Azure#303)
1 parent c1a3b99 commit 62adb00

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

azresources/monitor/log-analytics.bicep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ var solutions = [
3131
'Security'
3232
'SecurityInsights'
3333
'ServiceMap'
34+
'SQLAdvancedThreatProtection'
3435
'SQLAssessment'
36+
'SQLVulnerabilityAssessment'
3537
'Updates'
3638
'VMInsights'
3739
]

docs/archetypes/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Subscription can be moved to a target Management Group through Azure ARM Templat
3636
| Microsoft Defender for Cloud | Configures security contact information (email and phone). |
3737
| Subscription Role Assignments | Configures subscription scoped role assignments. Roles can be built-in or custom. |
3838
| Subscription Budget | Configures monthly subscription budget with email notification. Budget is configured by default for 10 years and the amount. |
39-
| Log Analytics | Configures Automation Account, Log Analytics Workspace and Log Analytics Solutions (AgentHealthAssessment, AntiMalware, AzureActivity, ChangeTracking, Security, SecurityInsights, ServiceMap, SQLAssessment, Updates, VMInsights). **SecurityInsights** solution pack will enable Microsoft Sentinel. |
39+
| Log Analytics | Configures Automation Account, Log Analytics Workspace and Log Analytics Solutions (AgentHealthAssessment, AntiMalware, AzureActivity, ChangeTracking, Security, SecurityInsights, ServiceMap, SQLAdvancedThreatProtection, SQLAssessment, SQLVulnerabilityAssessment, Updates, VMInsights). **SecurityInsights** solution pack will enable Microsoft Sentinel. |
4040
| Subscription Tags | A set of tags that are assigned to the subscription. |
4141
| Resource Tags | A set of tags that are assigned to the resource group and resources. These tags must include all required tags as defined the Tag Governance policy. |
4242

docs/gc-30-day-cloud-guardrails.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,17 +663,20 @@ Relevant Links:
663663

664664
#### 11.1 Implement adequate level of logging and reporting, including a security audit log function in all information systems.
665665

666-
In ALZCPS deployments, the default configuration collects logs from VMs and PaaS services into a central Log Analytics Workspace.
666+
In ALZCPS deployments, the default configuration collects logs from VMs and PaaS services into a central Log Analytics Workspace.
667667

668668
The included Log Analytics Workspace solutions include:
669+
669670
- AgentHealthAssessment
670671
- AntiMalware
671672
- AzureActivity
672673
- ChangeTracking
673674
- Security
674675
- SecurityInsights
675676
- ServiceMap
677+
- SQLAdvancedThreatProtection
676678
- SQLAssessment
679+
- SQLAdvancedThreatProtection
677680
- Updates
678681
- VMInsights
679682

@@ -739,7 +742,9 @@ The included Log Analytics Workspace solutions include:
739742
- Security
740743
- SecurityInsights
741744
- ServiceMap
745+
- SQLAdvancedThreatProtection
742746
- SQLAssessment
747+
- SQLVulnerabilityAssessment
743748
- Updates
744749
- VMInsights
745750

landingzones/lz-platform-logging/main.bicep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Platform Logging archetype provides infrastructure for centrally managed Log Ana
2424
* Security
2525
* SecurityInsights (Microsoft Sentinel)
2626
* ServiceMap
27+
* SQLAdvancedThreatProtection
2728
* SQLAssessment
29+
* SQLVulnerabilityAssessment
2830
* Updates
2931
* VMInsights
3032
* Role-based access control for Owner, Contributor & Reader

0 commit comments

Comments
 (0)