April 2017
Intermediate to advanced
564 pages
24h 7m
English
To set up Application Insights, we first have to log in to the Azure portal and add a new item, Application Insights, as follows:

Select Application Insights and click on create. Once this is done, we have to copy the INSTRUMENTATION KEY, which we can provide in our ASP.NET Core application. You can copy the INSTRUMENTATION KEY by clicking on Essentials in Application Insight on the Azure portal.
Next, we will add the Application Insights instrumentation package in our ASP.NET Core package, which actually monitors our app, and send its report to the Azure portal, where Application ...
Read now
Unlock full access