Azure / Enterprise-Scale

The Azure Landing Zones (Enterprise-Scale) architecture provides prescriptive guidance coupled with Azure best practices, and it follows design principles across the critical design areas for organizations to define their Azure architecture
https://aka.ms/alz
MIT License
1.73k stars 980 forks source link

Sentinel Deployment Fix #1709

Closed Springstone closed 3 months ago

Springstone commented 4 months ago

Overview/Summary

This pull request contains changes to the eslzArm/eslzArm.json and eslzArm/subscriptionTemplates/logAnalyticsWorkspace.json files. The changes mainly revolve around the removal of the enableSecuritySolution parameter and related deployment references. Additionally, there is an update to the API version in the logAnalyticsWorkspace.json file.

Removal of enableSecuritySolution:

Removal of logAnalyticsSolutions.json:

API version update:

Testing URLs

Azure Public

Deploy To Azure

jtracey93 commented 4 months ago

@arjenhuitema can you confirm none of the solutions for LAW are needed anymore?

Springstone commented 4 months ago

@arjenhuitema can you confirm none of the solutions for LAW are needed anymore?

None are currently used. Everything was commented out except the old way of deploying Sentinel.

arjenhuitema commented 4 months ago

@arjenhuitema can you confirm none of the solutions for LAW are needed anymore?

Correct, there is no need to deploy any of the legacy solutions anymore. Sentinel was the last one.

Note that the ChangeTracking solution is still installed but this is done automatically as part of the CT DCR deployment.