Modernise your application with Azure Logic Apps

Azure Logic Apps is a powerful Platform as a Service (PaaS) offering within Azure, where users can connect their organisation’s apps and services, develop and run automated workflows in the cloud, and automate existing workflows. Logic Apps have a simple user interface that does not require a single line of code, and the only prerequisite is having an Azure subscription. For a better understanding of Azure Logic Apps, let us consider a business scenario, Taxi Booking Application. There are two main components in the application, the Vehicle Telematics application to collect real-time data of the cabs to provide necessary information for booking. The Booking application to facilitate cab booking by customers. The booking application is built using Azure Serverless resources like Web App, Service Bus Queue and Topic, Logic App, and Azure Function which is of focus now. Below is the Service map illustrating how these Azure Services are integrated together by Azure Logic Apps. C...