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 vice-versa. However, yarm
is not that easy to use because it has to be deployed to Azure or, at least, it has to be run...
Writing ARM Templates in YAML
Posted by
Justin Yoo
on
07
August
2018
CICD, JSON, VSTS, ARM Templates, Testing, Pester, Blog, Technology, YAML
Transforming JSON Objects in Logic Apps
Posted by
Paco de la Cruz
on
18
May
2017
Azure, Development, Enterprise Integration Patterns, iPaaS, JSON, Logic Apps, Blog, Technology
Introduction
Many integration scenarios require translating messages from one data model to another. This is described in the Message Translator Enterprise Integration Pattern. Some of these might be:
- Translation between two different proprietary data models
- Translation between a proprietary data model and an...