In this article, I am going to show, how you can design
an Azure Logic App as per your Business need.
Azure
Logic Apps is a cloud service that helps you schedule, automate, and
orchestrate tasks, business processes, and workflows when you need to integrate
apps, data, systems, and services across enterprises or organizations. Logic
Apps simplifies how you design and build scalable solutions for app
integration, data integration, system integration, enterprise application
integration (EAI), and business-to-business (B2B) communication, whether in the
cloud, on premises, or both.
Business Scenario: I have an Azure SQL Server. A table
with some records,
#1: Read all records from this table.
#2: Send an email to each record.

Image 1.
Open Azure Portal: https://portal.azure.com/
Create a New Resource. (Logic App)

Image 2.
Select your Resource group and Location for Logic App and
click on Create.

Image 3.
Now go to your newly created Azure Logic App. Select
Blank Logic App

Image 4.
Now time to design your Logic App.
As per our business need, Logic App should send mail to
each record after a particular interval.
Search a Recurrence connector.

Image 5.

Image 6.
Now Add a New Step.

Image 7.

Image 8.

Image 9.
Now time to build your query as per your business
requirement.

Image 10.

Image 11.

Image 12.

Image 13.

Image 14.

Image 15.

Image 16.

Image 17.

Image 18.

Image 19.
Now as per settings in Recurrence Step, each user in
Table will get email.

Image 20.
Happy Azure Logic Apps J