Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 543 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 543 Bytes

Terraform-Azure

This repo hosts all the code related to my series of blog posts on creating Azure resources with Terraform. All links below refer to the related blog post that walks through the code.

  1. blob_storage - Create an Azure Storage Account
  2. sql_db - Create an Azure SQL Database. https://dataartisans.tech/terraform-azure-sql-database/.
  3. sql_db_template - Transform the Azure SQL Database into a template to create multiple.
  4. sql_vm - Create and Azure SQL Server VM. https://dataartisans.tech/terraform-azure-sql-server-vm/