In January 2020, Javier and Philippe wrote a great blog on deploying, configure, and maintaining Azure Sentinel through Azure DevOps with IaC using the Sentinel APIAzSentinel, and ARM templates. We are now several months further, and more and more functions are integrated into AzSentinel. So, I decided to create a new Azure DevOps Pipeline, which covers more than only the "deployment" part. I want to show that Pipelines are more than only deployment 'tools.' They need to be implemented the right way with the right DevOps mindset for the best result. Or, as I call it in this blog post: Ninja style.If you prefer to skip the reading and get started right away, then you can find all the code examples on my GitHub Repository and all the steps at the end of this blog post.The story behind DevOps and PipelinesBefore we go deeper into the technical side, I first like to mention the idea behind it all. The reason I've invested the time in building AzSentinel and DevOps pipelines. The main reaso...