This reposiroty is no longer maintained. The new way to distribute content as code is Microsoft Sentinel Repositories.
The purpose of this project is to provide tools to enable automatic deployment of Azure Sentinel environments through Azure DevOps.
A blog post explaining more about this project is available at Deploying and Managing Azure Sentinel as code
The project has several folders for each of the different Sentinel components that can be configured (Onboard, Connectors, Workbooks, Analytics Rules, Hunting Rules, Playbooks) plus folders for script helpers and Az DevOps YAML pipelines. In this README we explain some of the basics for each of them but we encourage you to visit each of the folders for more details on how to use the tools.
Scripts that are used inside the Azure DevOps pipelines to automate the deployment of the different Sentinel components
YAML files that define the CI/CD pipelines that can be used to automated the deployment of Sentinel components
Automating the installation of Azure Sentinel on one or more workspaces as defined in config file under Onboard
Automatically connect data sources to start sending data into Sentinel. This can only be done for Microsoft first party services that don't require additional configuration on the data source side
Collection of custom workbooks in JSON format that can be leveraged to add additional visibility into environments
Definition files containing all the analytics rule alerts to be created in an environment
Definition files containing all the hunting rules to be created in an environment
Collection of custom playbooks to be added to your Sentinel environment