Tag: Terraform

How To Deploy a Linux Virtual Machine on Azure Using Terraform
How To Deploy a Linux Virtual Machine on Azure Using Terraform
How Tos

How To Deploy a Linux Virtual Machine on Azure Using Terraform In this demo, Patrick guides viewers through the process of deploying a Linux virtual machine (VM) on Microsoft Azure using Terraform, a popular infrastructure as code (IaC) tool. The demonstration is unique in that it utilises a customised development environment, specifically a container, hosted… READ MORE

Azure - Provisioning an Azure Container Registry using Terraform
Azure – Provisioning an Azure Container Registry using Terraform
Blog Posts

1. Introduction The usage of Azure resources, as the Azure Kubernetes Service or the Azure Container Registry, etc. enable a transition or an extension of the workbench to the Azure cloud. Therefore it would be great if you can provision such resources in the Azure Portal and it would be even more great if you could do that in an automated way. An option… READ MORE

Deploy Azure Data Services with Terraform
Deploy Azure Data Services with Terraform
Blog Posts

Terraform-based deployment of almost all Azure Data Services (default deployment settings are in the parenthesis): Azure Service Bus (Standard, namespace,topic,subscription, auth. rules) Azure Data Lake Storage (ZRS, Hot, Secured, StandardV2) Azure Data Factory (w/Git or without) Azure Data Factory linked with Data Lake Storage Azure Data Factory Pipeline Azure DataBricks WorkSpace (Standard) Azure EventHub (Standard, namespace) Azure Functions (Dynamic, LRS storage, Python, w/App.Insights or without) Azure Data Explorer (Kusto, Standard_D11_v2, 2 nodes) Azure Analysis Server (backup-enabled, S0, LRS, Standard) Azure Event Grid (domain, EventGridSchema) Azure SQL Server (version 12.0) Azure SQL Database (ElasticPool SKU name, 5 GB max data size) Azure SQL Elastic Pool (StandardPool, LicenseIncluded, 50 eDTU/50GB) Properties and content… READ MORE

Terraform With Azure DevOps
Terraform With Azure DevOps
Blog Posts

Introduction Over the past few weeks I have been helping a couple of my customers take their first steps into the world of DevOps and Infrastructure-as-Code with Terraform. It’s safe to say there is an array of fantastic content out there already in the community and from the vendors themselves, which have certainly been useful… READ MORE