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

Logic App monitoring


Run history

Logic Apps has inbuilt capability to get the run history of a specified workflow. You can get the run status of a workflow by clicking on the Overview section of the specified logic App.

The Summary section lists the run status of a specified Logic App workflow. To get the details of the workflow action, you can click on the respective action, and it will show the list of actions and triggers which have run during the workflow execution.

Run details specifies the status of each action and trigger within the Logic Apps. It also gives information about the actual time taken by each associated action.

Run details are important to troubleshoot any workflow or performance issues.

Trigger history

Trigger history specifies how many times logic apps is invoked or triggered. Trigger activity will have three values—Succeeded, Failed, and Skipped.

  • Succeeded: The Logic App trigger is succeeded when the trigger has got the required data to run the logic App workflow.

  • Failed...