Tuesday, December 21, 2021

As part of my cloud journey, I got to know about this free online tool Azure DevOps Demo Generator from Microsoft.
  1. It is a great tool from Microsoft that simplify working Azure DevOps
  2. It helps you to create project in your DevOps organization based on the template you choose from the out of box templates comes along with the tool
  3. The DevOps project created using this tool comes with sample content that includes source code, pipeline definitions, agile work items etc.
Try it !

Wednesday, December 15, 2021

Infrastructure As Code (IaC)

Working on infrastructure automation based on the principle of Infrastructure As Code (IaC) using Terraform https://www.terraform.io/ and Compliance Automation Tool Chef InSpec https://docs.chef.io/inspec.

Integration of both using Azure DevOps pipeline makes Azure Development smooth. Loving it.