In this video,
Let us enable Azure Application insights for ASP.NET Core Web Application
Basically we will make required code changes in Visual Studio to enable Application insights, we will deploy it in Azure App Service, and then verify if logs are getting stored in Azure App insights
With this, we will be able to log details of client side as well as server side of our application
The steps to enable Azure App insights for ASP.NET Core Application are at below path
https://learn.microsoft.com/en-us/azu...
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": ""
}
4. -- Add below in Program.cs file
builder.Services.AddApplicationInsightsTelemetry();
5. -- Add below in _ViewImports cshtml page
@inject Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet JavaScriptSnippet
6. -- Add below in _Layout.cshtml page
@Html.Raw(JavaScriptSnippet.FullScript)
7. Deploy app in Azure App service. This App service should have Application insights enabled
This video is a part of:
Azure Application Insights Tutorial C# - • Azure Application Insights Tutorial C#
---------------------------------------------------------------------------------------------------------------------------
Below is the link for all my playlists
/ @harshalkumarjain
You can reach me on LinkedIn at:
/ harshalkumar-jain-63554715
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
[email protected]
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
https://buymeacoffee.com/harshalkumar...
---------------------------------------------------------------------------------------------------------------------------
Please ignore below:
Keywords:
Azure Application Insights for ASP.NET Core Web app,
Azure App Insights for ASP.NET Core Web app,
ASP.NET Core Web app Application insights,
ASP.NET Core Web app App insights,
My Equipment:
My Laptop: https://amzn.to/4aJrcMo
My Pen Tablet: https://amzn.to/3Q2BNbL
My Mic: https://amzn.to/42FEeZu
My mobile for video recording: https://amzn.to/40YmIyk
Ring Light for Video Recording: https://amzn.to/4aHwZlN
Wired Earphone: https://amzn.to/40I08bU
My Home office chair: https://amzn.to/4jFZKmX
My Home office table: https://amzn.to/4aHJfmj
Video Editing Software: Wondershare Filmora (Please purchase from official website)
Screen Recording: OBS Studio (It's free) .
.
A Good Budget Laptop: https://amzn.to/3WXkYmp
Watch video Part 8: Configure Application Insights For ASP.NET Core Application | Azure App Insights Tutorial online without registration, duration hours minute second in high quality. This video was added by user Harshalkumar Jain 17 July 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,069 once and liked it 10 people.