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

Summary


In this chapter, we started with workflow definition language for Logic Apps including expressions, operators, and functions. The workflow definition contains the actual logic that gets executed within the Logic App engine. The workflow definition is a JSON file that contains a one or more triggers that initiate the Logic App and associated single or multiple actions within the Logic App. We also looked into the types of header content supported in Logic Apps and how can we loop through the array items in the message using flow control - foreach, until, and Terminate. We also discussed how to implement exception handling using scope in Logic Apps.

Finally, we covered the hybrid integration scenario using On-premise data gateway, where Logic App connects securely to on-premise SQL server to insert records in database tables. We also created a nested workflow where once Logic App calls another to achieve a composite service-type workflow.

In the next chapter, we will introduce SaaS connectivity...