Book Image

Robust Cloud Integration with Azure

By : Gyanendra Kumar Gautam, Ashish Bhambhani, Abhishek Kumar, James Corbould, Mahindra Morar, Martin Abbott
Book Image

Robust Cloud Integration with Azure

By: Gyanendra Kumar Gautam, Ashish Bhambhani, Abhishek Kumar, James Corbould, Mahindra Morar, Martin Abbott

Overview of this book

Any software developers, architects, and technical managers lookng to learn about Azure IaaS essentials need look no further. This book is ideal for Microsoft Enterprise developers, DevOps or any IT professionals looking to connect cloud-based and on-premises systems with Azure.
Table of Contents (23 chapters)
Robust Cloud Integration with Azure
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

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...