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

Exception handling in Logic Apps


It is always advisable to have good exception handling mechanism in place before you start implementing any business flow using Logic Apps. Logic Apps provide a robust way to handle exception within the workflow, and later sections are dedicated with some common ways to do exception handling if the workflow do not go with happy design flow.

You can get more information on Microsoft documentation shared in the following links:

Scopes to catch failures

As discussed in the previous section, the scope allows you to group actions together. So, it primarily acts as a logical grouping of actions, which is useful for organizing your logic app actions and for performing aggregate evaluations on the status of a scope.

The scope itself has its own status, which it receives...