I have added Application Insights to my app by following the Blazor server instructions here. As listed, I added the NuGet package Microsoft.ApplicationInsights.AspNetCore
.
However, in Visual Studio, if I RMB my web project, it has Add | Application Insights Telemetry
and Application Insights | Configure Application Insights
. Are these just a different way of accomplishing the same thing? Or is this something different?
And if something different, what are they?