Blog

Automate Deployment of Resources to Azure Using AZ CLI and ARM Templates

As an Azure administrator or cloud engineer, automating resource deployment through Infrastructure as Code (IaC) is essential. Azure Resource Manager (ARM) templates provide a declarative way to describe your infrastructure. In this post, I’ll go through deploying an ARM template using the Azure CLI, covering how to create a resource group and deploy your infrastructure

Automate Deployment of Resources to Azure Using AZ CLI and ARM Templates Read More »

Automating Azure Resource Deployment with ARM Templates and Terraform

Automation is a critical aspect of managing cloud infrastructure, and using Infrastructure as Code (IaC) helps you achieve consistency and efficiency in deploying resources. In this tutorial, I’ll walk you through deploying an Azure Resource Group using ARM Templates and Terraform. Step 1: Deploying Resources Using ARM Templates ARM (Azure Resource Manager) Templates are JSON files that define

Automating Azure Resource Deployment with ARM Templates and Terraform Read More »