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

Paco de la Cruz

Paco de la Cruz
Microsoft Azure MVP and Senior Development Consultant who since 2001 has been working with different technologies and platforms architecting, designing, and implementing a range of different software solutions, including Cloud Integration, Application Integration, and Collaboration. He is currently certified as MCSE: Cloud Platform and Infrastructure by Microsoft.
Find me on:

Recent Posts

Async Http APIs with Azure Durable Functions (and Polling Client)

Posted by Paco de la Cruz on 10 July 2018

Architecture, Azure Functions, Development, Blog, Technology, Azure Durable Functions, APIs

Introduction

Azure Durable Functions have support for different patterns, which enable us to build serverless and stateful applications without worrying about the state management implementation details. One of these useful patterns is the Asynchronous Http APIs. This pattern comes in handy when client applications...

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

Azure Durable Functions Pattern: Approval Workflow with Slack

Posted by Paco de la Cruz on 25 April 2018

Azure Functions, Enterprise Integration Patterns, Serverless, Blog, Technology, Azure Durable Functions, Slack

Introduction

This is a post part of a series of implementing serverless approval workflows on Azure:

  1. Approval Workflow on Logic Apps with Twilio
  2. Approval Workflow on Azure Durable Functions and SendGrid
  3. Approval Workflow on Azure Durable Functions and Slack (this)

Recently, I published a post about implementing an

Continue reading

Azure Durable Functions Pattern: Approval Workflow with SendGrid

Posted by Paco de la Cruz on 17 April 2018

Azure Functions, Enterprise Integration Patterns, Serverless, Blog, Technology, Azure Durable Functions, SendGrid

Introduction

This post is part of a series about implementing serverless approval workflows on Azure:

  1. Approval Workflow on Logic Apps with Twilio
  2. Approval Workflow on Azure Durable Functions and SendGrid (this)
  3. Approval Workflow on Azure Durable Functions and Slack

Durable Functions is a new (in preview at the time...

Continue reading

Azure Integration Platform as a Service (iPaaS) – Logic Apps and the Azure Integration Services

Posted by Paco de la Cruz on 01 February 2018

Azure API Management, Azure Functions, iPaaS, Logic Apps, Service Bus, Blog, Vision & Digital Transformation, Technology

Introduction

A year ago, I wrote a post about this very same topic, the Microsoft Azure Integration Platform as a Service (iPaaS). At that time, the core iPaaS product offering, Azure Logic Apps, was roughly 6 months old, since it’s generally available launch. Since the launch date, we’ve seen an impressive release...

Continue reading

Externalising Business Rules on Azure Logic Apps using Liquid Templates

Posted by Paco de la Cruz on 17 January 2018

Logic Apps, Liquid Templates, Business Rules Engine, Blog, Technology

Introduction

In Azure Logic Apps workflows, you can implement conditions and switch cases to control the flow based on runtime inputs and outputs. This functionality is quite useful, and in many cases, can be used to implement the business rules required. However, those business rules are inherent to the workflow, and...

Continue reading

Publishing Custom Queries of Logic Apps Execution Logs

Posted by Paco de la Cruz on 07 December 2017

Logic Apps, Monitoring, Azure Log Analytics, Blog, Technology

In a previous post, I showed how to implement Business Activity Monitoring for Logic Apps. However, sometimes developers, ops, or business users want to query execution logs to get information about the processing of business messages. Whether for troubleshooting or auditing, there are some questions these personas...

Continue reading

Business Activity Monitoring on Azure Logic Apps with Azure Log Analytics

Posted by Paco de la Cruz on 03 December 2017

Azure, Logic Apps, Monitoring, Azure Log Analytics, BAM, Business Activity Monitoring, Blog, Technology

Introduction

Azure Logic Apps provide built-in monitoring tools that allow you to check the run history (including all inputs and outputs of triggers and actions), trigger history, status, performance, etc. Additionally, you can enable diagnostic logging on your Logic Apps and send all these runtime details and events...

Continue reading

Preparing Azure Logic Apps for CI/CD using ARM Templates

Posted by Paco de la Cruz on 11 October 2017

Azure, Continuous Integration, Logic Apps, ARM Templates, Blog, Technology

Introduction

Logic Apps can be created from the Azure Portal, or using Visual Studio. This works well if you want to create one Logic App at a time. However, if you want to deploy the same Logic App in multiple environments, e.g. Dev, Test, or Production, you want to do it in an automated way. Azure Resource Manager...

Continue reading

Monitoring Configuration Drifts on Azure with Event Grid and Logic Apps

Posted by Paco de la Cruz on 06 September 2017

Logic Apps, Azure Event Grid, Azure Automation, Azure Resource Manager, Blog, Technology

Introduction

Azure Event Grid is a first-class and hyperscale eventing platform with intelligent filtering that has recently been released in preview and is a real game changer to build event-driven serverless apps on Azure. There have been many other posts, including this one from my colleague Dan Toomey, which...

Continue reading