-

Auto Start/Shutdown AKS Clusters Using Python
The contents of this article are solely my own work. You are welcome to share, reuse and incorporate it’s contents in other publications so long as due credit is provided. Overview It is no secret that we can use Azure Automation Accounts to automate tasks in Azure using runbooks and schedules. In this scenario we intend…
-

Automated Sentinel Reports via Azure Logic Apps
The contents of this article are solely my own work. You are welcome to share, reuse and incorporate it’s contents in other publications so long as due credit is provided. Overview Producing a comprehensive security report at the end of each month is one of the expectations of any good security team. One data that…
-

Auto Export IIS Server Logs to Azure Blob Containers
The contents of this article are solely my own work. You are welcome to share, reuse and incorporate it’s contents in other publications so long as due credit is provided. Overview If your application is hosted on an IIS web server within a virtual machine, you might receive requests to either archive the logs externally…
-

Deploy AKS Cluster Using Terraform & Azure DevOps
The contents of this article are solely my own work. You are welcome to share, reuse and incorporate it’s contents in other publications so long as due credit is provided. Overview In one of the previous articles I discussed the creation and deployment of a simple containerized Python flask app to an AKS cluster. As part…