by George Chrysovaladis Grammatikos | Jan 3, 2026 | Azure, General
If you’ve worked with Azure and prefer not to spend time creating resources through the Azure Portal or writing an ARM, Bicep, or Terraform template, there’s good news. Microsoft has simplified the process of exporting resources directly from the Azure...
by George Chrysovaladis Grammatikos | Dec 7, 2025 | Azure, DevOps, IT
As you all know, Terraform infrastructure’s valuable details are stored in the “[name].tstate” file on our local drive or on an Azure storage container. In this post, I want to address a common issue that users of Terraform might face when deploying...
by George Chrysovaladis Grammatikos | May 14, 2023 | PRESENTATIONS
In this presentation, I will introduce IAC solutions and discuss about Azure Terraform. As part of this presentation, I’ll demonstrate how to deploy resources to Azure using Azure...
by George Chrysovaladis Grammatikos | May 1, 2023 | Azure, Compute, DevOps
In this post, I will show you how to deploy Azure Blob Storage within an Azure Resource Group using Terraform language with the AzureRM module. Let’s demo it In order to follow the commands below you will only need an active Azure subscription. The tool for...
by George Chrysovaladis Grammatikos | Feb 1, 2023 | Azure, DevOps
Terraform by HashiCorp is an infrastructure-as-code tool. It allows infrastructure automation to be deployed via code. With Terraform, infrastructure provisioning has been simplified by using a simple, human-readable syntax. Prerequisites An active Azure subscription...