8 posts in total

Arm Devops-on-azure

Posts tagged

6 Ways Passing Secrets to ARM Templates

by Justin Yoo · 5 min read

DISCLAIMER: This post is purely a personal opinion, not representing or affiliating my employer’s. Whenever you deal with ARM templates, you always face to handle some sensitive information. This

Terraforming Azure PaaS

by Justin Yoo · 8 min read

DISCLAIMER: This post is purely a personal opinion, not representing or affiliating my employer's. Terraform is a cloud infrastructure automation tool made by HashiCorp. Each cloud vendor has their

Testing ARM Templates with Pester

by Justin Yoo · 4 min read

ARM template is a great tool for Azure resources deployment. However, it's very tricky to use because: It's a JSON object with massive number of lines, Its JSON structure is quite complex so that