Update to links to application insights. (#13424)

Corrected links to app insights based on recent changes in application insights docs.
pull/13441/head
Cijo Thomas 2019-07-22 14:30:34 -07:00 committed by Rick Anderson
parent 0587a620a1
commit 1cc4065e93
1 changed files with 2 additions and 5 deletions

View File

@ -859,15 +859,12 @@ Don't use the [Microsoft.ApplicationInsights.Web](https://www.nuget.org/packages
For more information, see the following resources:
* [Application Insights overview](/azure/application-insights/app-insights-overview)
* [Application Insights for ASP.NET Core applications](/azure/azure-monitor/app/asp-net-core-no-visualstudio) - Start here if you want to implement the full range of Application Insights telemetry along with logging.
* [Application Insights for ASP.NET Core applications](/azure/azure-monitor/app/asp-net-core) - Start here if you want to implement the full range of Application Insights telemetry along with logging.
* [ApplicationInsightsLoggerProvider for .NET Core ILogger logs](/azure/azure-monitor/app/ilogger) - Start here if you want to implement the logging provider without the rest of Application Insights telemetry.
* [Application Insights logging adapters](https://github.com/Microsoft/ApplicationInsights-dotnet-logging/blob/develop/README.md).
* [Application Insights logging adapters](https://docs.microsoft.com/azure/azure-monitor/app/asp-net-trace-logs).
* [Install, configure, and initialize the Application Insights SDK](/learn/modules/instrument-web-app-code-with-application-insights) - Interactive tutorial on the Microsoft Learn site.
::: moniker-end
> [!NOTE]
> As of 5/1/2019, the article titled [Application Insights for ASP.NET Core](/azure/azure-monitor/app/asp-net-core) is out of date, and the tutorial steps don't work. Refer to [Application Insights for ASP.NET Core applications](/azure/azure-monitor/app/asp-net-core-no-visualstudio) instead. We are aware of the issue and are working to correct it.
## Third-party logging providers
Third-party logging frameworks that work with ASP.NET Core: