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.

Logic app actions

Logic app actions - Azure Tutorial

From the course: Azure Logic Apps

Start my 1-month free trial

Logic app actions

- [Instructor] Now that we have seen triggers, let's take a quick look at actions. As we have said earlier, actions are the steps in your workflow, and there's a rich collection of actions that are available to you. Action may be invoking an HTTPS request, it may be executing a JavaScript code, it may be calling an Azure function, or it may be a simple operation to terminate an actively running workflow. So you have a rich collection of actions that are available to you. If you look at an example on the right-hand side on the screen, here's the JSON representation of an action. In this case, we are using an HTTP action, and since it's an HTTP action, you have to specify all of the attributes associated with the HTTP action, including the method, URI, and headers.

Contents