Introduction

If you are not aware of the Azure Cloud, then go through the details of it in my previous articles.

  1. An Overview of Cloud And Azure Cloud
  2. Pillars of Cloud And Azure Services

In this article, we will get the overview of logic app service with one example.

Scenario

These articles will help you to understand what a Logic App is, where it is to be used, and what are the benefits of Logic Apps. We will also create one example of the logic app by executing the steps one by one.

Pre-requisite

Background

What is the logic app and what are the benefits of using it?

To develop any type of workflow, we should be aware of what connector, trigger, and actions are.

Now, we will see this one by one

Connector

Trigger

Actions

Now, build and run your first logic app -- send an email when the item is modified on SharePoint list

Step 1

Sign in to the Azure portal with your Azure account credentials.

Step 2

Click on ‘Create Source’ link, then navigate to the Integration section and select ‘logic app’.

Overview Of Azure Logic App And Create Your First Logic App

Step 3

Fill details of a logic app like name, its resource group, location etc. and click on create a button.

Overview Of Azure Logic App And Create Your First Logic App

Step 4

The system will open the logic app designer window on which you will see a list of templates to build workflows quickly or we can create it from a blank.

I am selecting ‘Send an email when an item in a SharePoint list is modified template’

Overview Of Azure Logic App And Create Your First Logic App

Step 5

Then sign to your SharePoint site,

Overview Of Azure Logic App And Create Your First Logic App

Step 6

Sign in to Outlook as well like the above step. Once the sign-in process is completed then click on the continue button.

Step 7

Enter site address (URL) and select list from that site to trigger the workflow actions.

Overview Of Azure Logic App And Create Your First Logic App

Step 8

Add to address of email (can be static or dynamic) and other details of email

Overview Of Azure Logic App And Create Your First Logic App

Step 10

Click on the Save button.

Overview Of Azure Logic App And Create Your First Logic App

Now your logic app workflow is ready to use.

Step 11

Open your SharePoint site in a browser and modify list item from respectively configured SharePoint list, the recipient will receive an email immediately.

Overview Of Azure Logic App And Create Your First Logic App
Overview Of Azure Logic App And Create Your First Logic App
Overview Of Azure Logic App And Create Your First Logic App

I hope you like this article and understand the logic app. I will keep sharing my knowledge, stay tuned.