Creating logic apps and integrating services
As Azure Logic Apps is also targeted at non-developers, the process of creating instances and working with them is quite straightforward. In this section of this chapter, we will learn how to work with them in the Azure portal and Visual Studio, and how to integrate multiple services and use actions to control a workflow.
Creating logic apps in the Azure portal
To create an instance of a logic app, follow these steps:
- Click on + Create a resource and search for
Logic App
. When you click on the Create button, you will see a simple form that allows you to create a new instance of a logic app:
Figure 9.3 – The creation of an Azure logic app in the portal
- In fact, the only extra thing you can configure here is enabling Azure Log Analytics. Since this service will not be covered in this book, I will skip it in this chapter. When you click on the Review + create button to confirm your choice...