3 posts in total

Yarm Cli

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

Writing ARM Templates in YAML

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