Cloud & Engineering

We regularly write about our technical experiences (good and bad) and what we're learning from the market.

  • There are no suggestions because the search field is empty.

Tags

Separation of Concerns: Logic App from ARM Template

Posted by Justin Yoo on 13 June 2018

Architecture, Logic Apps, ARM Templates, Blog, Technology, Latest Post, Separation of Concerns

Introduction

Azure Logic App is a set of workflow definitions, which is written in JSON format. The nature of JSON object results in this being tightly bound with ARM template. In other words, the Logic App has a dependency on an ARM template. Due to these characteristics, when any update is made on the workflow, the...

Continue reading

Azure Durable Functions vs Logic Apps: How to choose?

Posted by Paco de la Cruz on 10 May 2018

Architecture, Azure Functions, Logic Apps, Serverless, Article, Technology, Azure Durable Functions, Latest Post

Update 2021: An updated version of this post is available on this link

Introduction

Azure currently has two service offerings of serverless compute: Azure Logic Apps and Azure Functions. Until recently, one could argue that Azure Functions were code triggered by events while Logic Apps were event-triggered...

Continue reading