Member-only story
So, Let’s create an Azure project that will send the data from the Service Bus to the Logic App.
All Non members can visit here : How to send data from Service Bus to Logic App
Firstly, let’s know what is Service Bus, Function App, Logic App:
- Service Bus: Azure Service Bus is like a post office in the cloud where your applications can send and receive messages reliably, allowing them to communicate with each other even if they’re not running at the same time
- Function App : A Function app in Azure is like a toolbox where you can store and run small pieces of code (functions) without worrying about managing the infrastructure.
- Logic App: Azure Logic Apps is a leading integration platform as a service (iPaaS) built on a containerized runtime. Deploy and run Logic Apps anywhere to increase scale and portability while automating business-critical workflows anywhere
Step 1: We have to create a Logic app in our Azure portal. Below I have created a Standard Logic App. And after creating the Logic app we have to create a Workflow where we will be designing our Workflow.