Part 10: Find Exception Trace Of Client Side Error Of ASP.NET Core App In Azure App Insights

preview_player
Показать описание
In this video,

We have ASP.NET Core web app deployed in app service. We have also configured azure application insights for this app

Later we will find complete exception trace in transaction search in azure app insights
We will also find exact file name & line number in code where error occurred

The steps to enable Azure App insights for ASP.NET Core Application are at below path

Summary of steps:
1. -- Create ASP.NET Core App in Visual Studio

2. -- Installl package - Microsoft.ApplicationInsights.AspNetCore

3. -- Add Below in App-settings-json & add connection string for Azure App insights
"ApplicationInsights": {
"ConnectionString": ""
}

builder.Services.AddApplicationInsightsTelemetry();

5. -- Add below in _ViewImports cshtml page
@inject Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet JavaScriptSnippet

@Html.Raw(JavaScriptSnippet.FullScript)

7. Deploy app in Azure App service. This App service should have Application insights enabled

---------------------------------------------------------------------------------------------------------------------------
Below is the link for all my playlists

You can reach me on LinkedIn at:

If you find this video useful - please like and subscribe to my channel

If you have something exciting for me - please contact me on below email-id

I really want to keep all tutorials 'free and accessible to all'
It requires efforts to create quality content, so you may also buy me a coffee - if you find my tutorials/videos useful
---------------------------------------------------------------------------------------------------------------------------

Please ignore below:
Keywords:
ASP.NET Core App client side logging in Azure App Insights,
ASP.NET Core App client side logging in Azure Application Insights,
ASP.NET Core App client side Azure App Insights,
ASP.NET Core App client side Azure Application Insights,
Azure App Insights log client side errors ASP.NET Core app,
Azure Application Insights log client side errors ASP.NET Core app,
Azure App Insights Tutorial,
Azure Application Insights Tutorial,
Azure App Insights,
Azure Application Insights,
Azure App Insights Transaction Search,
Azure Application Insights Transaction Search,
Рекомендации по теме