Skip to main content

Authors

Leo Ling

Leo Ling

Contributions by Leo Ling

Terraform 0.12 and Azure: Quirks to Keep in Mind

Some quirks of Terraform and Azure I noticed working with it for the first time. By no means is this a comprehensive list, but  a few that I found especially interesting.

Leo Ling by Leo Ling

Basics of Powershell Excel & JSON Parsing

Powershell can be used to programmatically parse excel & JSON files. This blog details some of its features for parsing spreadsheets and text files.

Leo Ling by Leo Ling

Conditionals and "For" in Terraform

Terraform allows us to deploy infrastructure as code using a high level configuration language known as HCL. Terraform is a good tool for building infrastructure for a wide range cloud providers, but it can be difficult to implement standard control flow statements- if statements and loops- that are present in standard programming languages. 

Leo Ling by Leo Ling

Intro to Azure Resource Management Templates

Azure resource manager allows the rapid deployment of multiple Azure resources. Unfortunately even relatively simple deployments turn into JSON files hundreds of lines long.  As a newbie to the process, I would like to provide some tips and resources that I found helpful during my quest to build a LAMP Server with load balancers. 

Leo Ling by Leo Ling