Implementing CHEF on Azure

Author: Gunjan Chaudhari, Cloud Engineer What is CHEF? A chef is an automation platform that configures and manages your infrastructure whether it is on-premises or in the cloud. You can deploy to the infrastructure type that makes the most sense for your business. You can use Chef to speed up application deployment, even creating a…

Terraform in Azure with Azure DevOps

Author – Siddhi Morajkar, Cloud Engineer Overview Before getting started with the integration of Terraform with Azure DevOps, let’s get an overview of Terraform and Azure DevOps.Terraform is an open-source tool for provisioning and managing cloud infrastructure. Terraform’s CLI provides a simple mechanism to deploy and version the configuration files to Azure or any other…

Configure Ansible Dynamic Inventories using Azure Bash

The sheer complexity of modern IT environments make automation a necessity, Ansible is an automation tool. It makes your business more efficient and saves time. Azure ansible environment where configure your system, compatibility and deploy software and orchestrate more advanced IT tasks such as continuous deployments and reduce human efforts, zero downtime rolling updates using…

Getting Started with Terraform for Azure

What is Terraform? Terraform is a simple and powerful open-source infrastructure management tool developed by Hashicorp which uses a simple language called HashiCorp Configuration Language (HCL). Terraform lets us build, change and organize the infrastructure efficiently. It organizes infrastructure in configuration files that describes the topology of cloud resources such as Virtual machines, storage accounts…