From the course: Azure Serverless Computing

Unlock the full course today

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

What are logic apps?

What are logic apps? - Azure Tutorial

From the course: Azure Serverless Computing

Start my 1-month free trial

What are logic apps?

- [Instructor] So in our scenario so far, we've built out a way to get weather information into table storage, and now we wanna be able to send out those alerts. We've created a function that reads from the event hub, and puts them into a queue, and so now we're going to use a logic app to connect the queue to the email system. So let's see how that is done. Logic apps are a codeless way of creating a workflow that you can go out and run, and you configure it in a designer that allows you to connect together the different pieces, and it's like taking puzzle pieces and putting them together. I don't know if you've seen the makecode.com, which is a great site for teaching kids how to write code, but it allows you to take the different pieces and connect them together, and it will generate behind the scenes, the logic that it uses to be able to run this inside of Azure. So you can use this to create some really powerful different kinds of flows, and connect it to a wide variety of…

Contents