
Discover Azure logic apps basics, using built-in and custom connectors to automate workflows, with automatic scaling, no server management, and pay-as-you-go pricing.
Explore request response scenarios in logic apps and why to use them. Configure variables for larger apps, test with soap UI, and demo a credit request application.
Demonstrate a logic app that determines credit approval for a specific user by querying SQL-stored transactions from a front-end app, using a request-response connector, variables actions, and the Eskil connector.
Create an Azure logic app starting from http request trigger, integrate a sql server stored procedure, use variables and a conditional check to determine credit status and return a response.
Batch messages to reduce transaction costs and deliver smaller loads to downstream systems. Create logic apps, one to collect messages until release criteria are met, and another to forward batches.
Explore the benefits of nested logic apps, including modularizing business logic into core logic apps, and the challenges of synchronous versus asynchronous calls, exception handling, and default retry logic.
Explore ordered delivery needs and how Azure Service Bus ensures it in a Logic App. Set up Azure Service Bus queues for in-order delivery and see a cart-entry demo.
Understand why in-order message delivery matters, with first in first out processing for bank transactions and stock trades, and how pacing a logic app prevents downstream overruns.
Explore how switch cases select actions based on a single variable's value, focusing on equal to operations and choosing a value to use based on a condition.
Learn how Azure Logic Apps loops over a data collection with for each and do until controls, applying limits and timeouts. See a Dropbox connector demo processing folder files.
Explore EDI in Logic Apps by processing an ERP invoice through connectors and mapping to transform the input file. Learn to validate against schemas and generate mappings for B2B partners.
To run a business in any enterprise, processes and workflows are really important. Enterprises require a mechanism in which multiple applications are integrated and different business processes are automated through that mechanism. There is a huge need of cloud integrating applications, along with data and workflows, since the increase in cloud adoption.
Microsoft Azure Logic App provides a mechanism for doing such sorts of integrations and business process automation, thereby creating workflows by orchestrating Software as a Service component.
In this Course, we will be talking about the following modules.
• Introduction
• Request – Response scenario
• Nested Logic Apps
• Batching inside Logic Apps
• In-order message processing
• Advance control workflow