How To Create Logic App From Template In 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.

    Azure Logic Apps
  1. Enter Name, Subscription, Resource Group, and Location, as shown in the screenshot. Click Create.

    Azure Logic Apps
  1. It will take a few minutes to complete the deployment.

    Azure Logic Apps
  1. Once the deployment is completed, navigate to the respective resource group and then click Overview. Click MyFirstDemoLogicApp.

    Azure Logic Apps
  1. Select Social from the Category drop-down. Select “Save tweets to a SharePoint list”.

    Azure Logic Apps
  1. Click Use this template.

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

    Azure Logic Apps

    Azure Logic Apps
  1. Sign in to create a connection with SharePoint Online site.

    Azure Logic Apps
  1. Once you are successfully connected, click Continue.

    Azure Logic Apps
  1. Update the values, as shown in the screenshot.

    Azure Logic Apps
  1. Save the app. Click Run to execute the logic app manually. 

    Azure Logic Apps

    Azure Logic Apps
  1. The item is created successfully in SharePoint Online list.

    Azure Logic Apps
  1. You can manage the logic app by navigating to the respective resource group and by clicking Overview.

    Azure Logic Apps

Result

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