Skip to content

Commit

Permalink
Log Analytics solutions for SQL servers on machines (Azure#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
SenthuranSivananthan authored May 16, 2022
1 parent c1a3b99 commit 62adb00
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions azresources/monitor/log-analytics.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ var solutions = [
'Security'
'SecurityInsights'
'ServiceMap'
'SQLAdvancedThreatProtection'
'SQLAssessment'
'SQLVulnerabilityAssessment'
'Updates'
'VMInsights'
]
Expand Down
2 changes: 1 addition & 1 deletion docs/archetypes/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Subscription can be moved to a target Management Group through Azure ARM Templat
| Microsoft Defender for Cloud | Configures security contact information (email and phone). |
| Subscription Role Assignments | Configures subscription scoped role assignments. Roles can be built-in or custom. |
| Subscription Budget | Configures monthly subscription budget with email notification. Budget is configured by default for 10 years and the amount. |
| 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. |
| 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. |
| Subscription Tags | A set of tags that are assigned to the subscription. |
| 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. |

Expand Down
7 changes: 6 additions & 1 deletion docs/gc-30-day-cloud-guardrails.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,17 +663,20 @@ Relevant Links:

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

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

The included Log Analytics Workspace solutions include:

- AgentHealthAssessment
- AntiMalware
- AzureActivity
- ChangeTracking
- Security
- SecurityInsights
- ServiceMap
- SQLAdvancedThreatProtection
- SQLAssessment
- SQLAdvancedThreatProtection
- Updates
- VMInsights

Expand Down Expand Up @@ -739,7 +742,9 @@ The included Log Analytics Workspace solutions include:
- Security
- SecurityInsights
- ServiceMap
- SQLAdvancedThreatProtection
- SQLAssessment
- SQLVulnerabilityAssessment
- Updates
- VMInsights

Expand Down
2 changes: 2 additions & 0 deletions landingzones/lz-platform-logging/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Platform Logging archetype provides infrastructure for centrally managed Log Ana
* Security
* SecurityInsights (Microsoft Sentinel)
* ServiceMap
* SQLAdvancedThreatProtection
* SQLAssessment
* SQLVulnerabilityAssessment
* Updates
* VMInsights
* Role-based access control for Owner, Contributor & Reader
Expand Down

0 comments on commit 62adb00

Please sign in to comment.