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

Monitoring


Logic Apps connect to various Application and Systems, which is distributed over cloud On-premise Applications. Monitoring deployed Logic Apps gives the enterprise view of integration point and health check of associated Applications. Within Azure, there are various ways to monitor developed Logic Apps. We will discuss them in the coming sections.

Metrics

The metrics section shows the chat view of all various actions, which is performed within the Logic App. There are the multitude of metrics that can be monitored using Azure metrics, such as ACTION LATENCY, ACTION SUCCESS LATENCY, RUN LATENCY, RUN SUCCESS LATENCY, TRIGGER FIRE LATENCY directly from the Azure portal.

To configure, click on the Metric within the Monitoring section of the Logic App blade and select on the required metrics, which you require to monitor within the specified interval.

Add metric alert

The metric alert configuration is used as a notification service to send the health information of the Logic Apps. You...