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.
I have an ASP.NET MVC Website and I am implementing Application Insights. Right now, I log a Trace Event …
c# logging azure-application-insightsThe 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-insightsI have an Azure Function App which has Application Insights configured. My functions have some LogTrace() messages in but they …
azure-functions azure-application-insightsI 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-insightsHow can I summarize records by year, month,day and hour only?
azure azure-application-insightsWhat 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-analyticsThere 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-insightsI 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 serilogIs 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-managerI 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