I have a long-running console application that writes logs to Application Insights. I run this application inside a windows docker container. Here’s the base image: mcr.microsoft.com/dotnet/framework/sdk:4.7.2 The application itself targets .NET Framework 4.6.2 using the 2.17.0-beta1 version of Microsoft.ApplicationInsights. Logging seems to fail intermittently in the Docker container. The same application running outside the container ..
Category : azure-application-insights
I have dotnetcore service which is running in Kubernetes. For logging, I have used the log4net. I am trying to send the logs of service to application-insights but the logs are not showing there. I have added the below configuration in my service for application insights. Runtime version: netcoreapp3.1 version-2.31.0.1 Hosting environment: Azure-cluster app-service.csproj <ItemGroup> ..
I have been searching this for a while. Im surprised that I don’t get a clear answer to my question. I am trying to log to application insights. My app is written in java running in a docker container in AKS on azure. It is not clear to me if I have to use the ..
I am trying to find any solution or examples, how to send the telemetry of ASP.NET Core 3.1 application to ApplicationInsights from Docker container. I tried to send telemetry directly from Visual Studio on local machine and it works fine and it doesn’t work from docker container. I tried to use different docker images from ..