From the course: Azure Logic Apps

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Concepts for event-based Logic Apps

Concepts for event-based Logic Apps - Azure Tutorial

From the course: Azure Logic Apps

Start my 1-month free trial

Concepts for event-based Logic Apps

- [Instructor] Let us talk about the steps that are involved in the upcoming demo. We will be building a logic app that gets triggered by a custom topic. So we talked about Azure Event Grid in the previous clip. We'll be taking advantage of the custom topic to trigger our logic app. Once our logic app triggers, we are going to execute a collection of actions. Those actions are embedded inside the scope action that we talked about earlier. Once the message arrives, we're going to parse the payload of the incoming message. So we are going to be notified by custom topic. So we'll get a payload of information. We will parse that payload. Next, we will invoke an API to the custom connector. We talked about the ability to extend the logic apps platform by building custom connectors to call an existing SOAP or a RESt API. That's what we will do as part of this step. Once we have successfully posted the message to the API,…

Contents