Tag: application insights

  • How to query multiple Azure Application Insights instances at once

    Do you have multiple Azure Application Insights instances that you’d like to query at once? Perhaps you’re trying to see all errors across multiple environments, each with their own App Insights instance? When using the Azure Portal, querying multiple instances is straightforward. How to query across multiple App Insight instances First, login to the Azure…

  • How to add Application Insights to an Azure function

    Today we’re going to look at how easy it is to add Azure Application Insights (part of Azure Monitor) to an Azure Function. What is Application Insights? In short, Application Insights is a performance and monitoring tool that forms part of the Azure Monitor suite. It allows you to access detailed telemetry on requests made…