top of page

How To Create Logic App From Template In Azure

Updated: Mar 18, 2019

Azure Logic Apps is a fully managed integration Platform as a service which provide a way to automate the workflows and business processes. You could easily integrate across different services in cloud and on-premise through connectors. In this article you will see how to create logic app from template which will create a new item in SharePoint Online list when a new tweet appears with text as “SharePoint”, #SharePoint, O365 or Azure.


Introduction

Azure Logic Apps is a fully managed integration of Platform as a Service which provides a way to automate the workflows and business processes. You could easily integrate across different services in the cloud and on-premise through connectors. In this article, you will see how to create a logic app from the template which will create a new item in SharePoint Online list when a new tweet appears with text as “SharePoint”, #SharePoint, O365, or Azure.


Create logic app from template

1. Log in to the Azure Portal.

2. Click New-> Enterprise Integration -> Logic App.


3. Enter Name, Subscription, Resource Group, and Location, as shown in the screenshot. Click Create.


4. It will take a few minutes to complete the deployment.


5. Once the deployment is completed, navigate to the respective resource group and then click Overview. 6. Click MyFirstDemoLogicApp.


7. Select Social from the Category drop-down. Select “Save tweets to a SharePoint list”.


8. Click Use this template.


9. Sign in to create a connection with Twitter and authorize Azure Logic Apps to access your account.



10. Sign in to create a connection with SharePoint Online site.


11. Once you are successfully connected, click Continue.


12. Update the values, as shown in the screenshot.


13. Save the app. Click Run to execute the logic app manually. 



14. The item is created successfully in SharePoint Online list.


15. You can manage the logic app by navigating to the respective resource group and by clicking Overview.


Result

Thus, in this article, you saw how to create a logic app from a template in Azure.

0 comments
bottom of page