Dev Kimchi

Fermentation: Turning .NET, Web and Cloud into Something

Writing ARM Templates in YAML

by Justin Yoo 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

by Justin Yoo 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.