Hi therein this article I'll demonstrate how to spin up a SQL server 2019 Standard version on Azure IAAS on a standard VM (Windows 2019 from marketplace).Setup your environmentI used this Terraform main.tfĀ Quick reviewdownload Terraform fromĀ https://www.terraform.io/downloads.htmledit your Windows PATH variable to point to your terraform main folder (I have a main folder for Azure deployments … Continue reading Azure – IAAS + SQL
Category: Terraform
Azure – Terraform #7
Hi thereIn this post I'm covering, actually adding one more component to previous article Azure Terraform #5 - TheĀ Variable Definitions (.tfvars) Files.Those .tfvars files are used when you need to set a lots of variables on vars.tf and you need to specify their values in a variable definitions file terminated by .tfvars or .tfvars.json and … Continue reading Azure – Terraform #7
Azure – Terraform #6
Hi therein this post I'm covering Azure & Terraform series today I'm continuing to use the previous vars.tf file which we used to declare all variables for our main.tf file to standardize our Azure through Terraform scripts.Before we continue check your Terraform version running terraform --versionĀ Quick reviewdownload Terraform from https://www.terraform.io/downloads.htmledit your Windows PATH variable to … Continue reading Azure – Terraform #6
Azure – Terraform #5
Hi therein this post I'm covering Azure & Terraform series today I'm introducing vars.tf file which we use to declare all variables for our main.tf file to standardize our Azure through Terraform scripts.Before we continue check your Terraform version running terraform --versionĀ Quick reviewdownload Terraform from https://www.terraform.io/downloads.htmledit your Windows PATH variable to point to your terraform … Continue reading Azure – Terraform #5
Azure Terraform #4
Hi there In this article I'm covering a summary of 3 topics we talked about Prerequisites Terraform latest version PATH variable configure (you can call terraform from anywhere in cmd.exe and powershell or from Visual Studio Code) Visual Studio Code or notepad++ or any other text editor you'd like to use Basic Azure LAB Azure … Continue reading Azure Terraform #4