Example 2 – Concurrency control and singleton patterns in Logic Apps with schema validation

When we are working in the cloud and connecting to multiple distributed systems across multiple regions, one of the basic requirements is to control the number of incoming and outgoing connections. A good example of this is a bank transaction, which defines a singleton pattern. Another example would be single-threaded communication with systems such as Salesforce, where you need to limit the read and write operations against the SaaS platform. Logic Apps has built-in support to cater to this critical enterprise requirement.

In this exercise, we will go through a few examples, demonstrating how you can work with concurrency control and singleton patterns ...

Get Serverless Integration Design Patterns with Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.