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

An introduction to Logic App


Logic Apps are PaaS, which comes under Azure App Services, that provides the framework for developers to design simple or a complex business workflows without writing any code. The introduction of this service by Microsoft fills the void in Microsoft's enterprise cloud integration roadmap. As with the other App Services, it can dynamically scale up to meet your demand or scaled back when the demand eases off.

The main benefits of using this service is the simplicity of designing complex workflows using easy-to-understand design templates and implementing business process scenarios that would be difficult to develop using code and are time consuming. Connecting to disparate systems is more easily accomplished using the rich set of enterprise connectors and APIs. If you have constructed a generic Logic App connector, you also have the ability to monetize your Logic App in the Azure Marketplace.

Note

Here is the URL:  https://github.com/logicappsio for the community...