Infrastructure as Code (IaC) allows you to remove inconsistencies in your deployments and environments allowing you to increase Productivity and deploy faster along with reducing the fear that something will go wrong in your Production environment - it gives you…
Tag: automation
Azure DevOps Pipelines – Remove the need to hard-code
Creating Azure DevOps Pipelines? If avoidable, try not hard code values within your DevOps pipeline! In this blog post; I am going to go through a small Terraform pipeline from hard-coded values to using parameters & variables What is hard-code?…
Read More Azure DevOps Pipelines – Remove the need to hard-code
Creating Templates For Azure DevOps Pipeline Jobs
Azure DevOps pipeline templates allow you to create multiple types of templates that you can define and reuse in multiple pipelines. In this blog post I am going to show how you can create template jobs! Each stage will have…
Log Analytics queries to CSV emailed using Azure Logic Apps
Log Analytics queries to CSV emailed using Azure Logic Apps can be used for automated reporting - using 4 steps! In this blog post, I will demo how this is done What are Logic Apps? A little resource with a…
Read More Log Analytics queries to CSV emailed using Azure Logic Apps
Deploying Terraform from develop to production consecutively using Azure DevOps
In this blog post, I am going to be diving further into deploying Azure Resources with Terraform using Azure DevOps with a CI/CD perspective in mind. I am going to show how you can deploy a develop & production terraform…
Read More Deploying Terraform from develop to production consecutively using Azure DevOps
Using Inspec-Azure to test your Azure Resources
Inspec-Azure is a resource pack provided by Chef that uses the Azure REST API, to allow you to write tests for resources that you have deployed in Microsoft Azure. These tests can be used to validate the Azures resources that…