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 message logging with Azure Functions Application Insights


Application Insights is used to monitor application performance, logging, and detecting and diagnosing exception messages. In this section, we will discuss how we can write messages and logs within Application Insights using Azure Functions and Logic Apps.

We will follow the step-by-step process of creating necessary artifacts for the solution.

Create the Instance of Application Insights in Azure:

  • To add a new instance of Application Insights Log into Azure portal with the proper Azure subscription. Click on More and add Application Insights

  • Populate the Application Insights with proper Name, Resource Group, Application Type

  • Click on the newly created Application Insights and navigate to the Properties section to copy the Instrumentation Key

Add Application Insights to Azure Functions:

  • Create New function GetmessageLoggingFunApp within Sunny Electricals Azure Function App

  • Within the Function App, click on Function App Settings...