Top "Azure-application-insights" questions

For programming questions about Microsoft's Azure Application Insights, which is a monitoring service for deployed live applications, allowing collection of availability, performance, usage, and other diagnostic data.

Using Static Instance of TelemetryClient with Application Insights

I have an ASP.NET MVC Website and I am implementing Application Insights. Right now, I log a Trace Event …

c# logging azure-application-insights
Use Azure Application Insights with Azure WebJob

The Azure documentation covers many examples of integrating Azure Application Insights into different applications types, such as ASP.NET, Java, …

c# azure azure-webjobs azure-application-insights
Configuring Log Level for Azure Functions

I have an Azure Function App which has Application Insights configured. My functions have some LogTrace() messages in but they …

azure-functions azure-application-insights
Azure Websites Application Insights - switching config

I have an Azure Website. For the sake of this question, the production version of the website runs on example.…

azure azure-web-app-service azure-application-insights
Azure application insights or log analytics

What is the use case for Azure application insights or log analytics? I am using APIM and Azure Functions and …

azure azure-functions azure-application-insights azure-log-analytics
Application Insights for WPF Application

There is a WPF application written in Visual Studio. Can I add Application Insights to this WPF app? I would …

wpf visual-studio azure-devops azure-application-insights
Using Serilog with .Net core and App Insights

I have used App insights directly for application logging before and I have seen that .Net core platform also creates …

.net-core asp.net-core-2.0 azure-application-insights serilog
How can I retrieve the instrumentation key for an Application Insights instance in an Azure Resource Group Template?

Is there any way to retrieve the Instrumentation Key for an Application Insights instance in an Azure Resource Group template ? …

azure azure-application-insights azure-resource-manager
Using Application Insights with Unit Tests?

I have an MVC web app, and I'm using Simple Injector for DI. Almost all my code is covered by …

c# unit-testing azure simple-injector azure-application-insights