Building your first Logic App
As this chapter is an introduction to Logic Apps, the sample solution will consist of a very basic workflow to get you familiar with creating a Logic App. Sunny Electricals wishes to store messages whenever one of their customers tweet about a product they have purchased from a store. The tweet message inserted into Azure SQL Database table will be used for organization internal product and service analysis purposes.
The First step is to create Azure SQL server and database and a table to hold tweet messages.
Create Azure SQL server, database, and table
Open the browser and log in to Azure portal:Â https://portal.azure.com .
On Azure portal dashboard, click on the SQL databases option and click on Add to create new SQL database instance.
If the SQL databases option is not present on the Azure portal dashboard, you can find it by clicking to New , then click on Databases, and click on SQL Database.
Enter name in the Database name field followed by selecting valid...