Justin Yoo

Author posts

Writing ARM Templates in YAML

in Visual Studio-alm · 3 min read

In my previous post, ARM Template Lifecycle Management: DOs and DON'Ts, I recommend to consider YAML for ARM template authoring. In the post, I also suggest using yarm to convert YAML to JSON and/or

Introducing YARM CLI

in Dotnet · 3 min read

In my previous post, I briefly introduced yarm. It is a simple Azure Function app to convert ARM template in JSON format to YAML and vice versa. However, it wasn't that useful in a CI/CD pipeline.