Azure Terraform to Provision Multiple Azure Virtual Machines adminApril 17, 20209 Terraform is an open-source Infrastructure as a service (IaaC) tool, mainly used to provision and configure...
Azure How to Create a Service Principal in Azure Cloud adminApril 2, 20200 What is Service Principal? Azure Service Principal is a mechanism used to authenticate with cloud resources and...
Azure Azure CLI Tutorial with Example Part-II adminFebruary 11, 20200 This article is a continuation of part-1, before reading this article I recommend to read the first part of this. The...
Automation Azure CLI Tutorial with Examples. adminJanuary 8, 20200 In this tutorial, we will learn about Azure CLI with examples. Azure CLI is a command-line tool to manage Azure cloud...
AWS Terraform to Provision AWS Resources adminNovember 9, 20190 In this article, we will learn how we can provision AWS resources like VPC, EC2, NAT, etc with the help of the...
Automation Terraform Installation on Ubuntu and Mac-book Pro. adminOctober 25, 20190 Terraform is an open-source Infrastructure as a service (IaaC) tool, mainly used to provision and configure...
Automation Ansible Play-book and Role Tutorial adminApril 21, 20190 Ansible Ansible is configuration management, IT automation and provisioning tool. With the help of the Ansible...
CI/CD Dockerfile: To automate Docker image creation adminOctober 3, 20172 We have already learned how to install Docker and create an image for the container. In this article, we will learn...