Latest from the Blog

Deploy a Windows Server with a Azure DevOps Pipeline

Deploy a Windows Server with a Azure DevOps Pipeline Azure Pipelines supports continuous integration (CI) and continuous delivery (CD) to continuously test, build, and deploy your code. In this post I am deploying a windows server using Azure Devops pipeline, connect Azure Devops to a subscription with a service principle. To follow along you will…

Deploying Azure VM using Terraform

Create an Azure VM using Terraform. Terraform is currently one of the most popular infrastructure automation tool to manage multi cloud environment. This blog post will show case using Terraform to create a resource and Virtual Machine in Azure. This configuration file will create following resources in Azure. 1. Resourcegroup 2. Virtual Network 3. Subnet…