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

Diagnosing Logic Apps


Logic App Diagnostics provides the capability to export the logs to either Event Hubs and to storage. Using Event Hubs, you can set up Streaming Analytics to gather any trends.

Another feature to help tracking messages through a workflow is the Client Tracking ID. This will allow you to correlate messages between actions and any nested workflows. The client can set the header property x-ms-client-tracking-id to a unique value that can be tracked. If no ID is provided by the client, the value is autopopulated.

Also, under the Logic app action blade as shown later, you have access to the input and output message links. From this, you can view the contents of the messages.

The two tools that should be part of your tool belt when performing end-to-end testing: