Application Insights 能否与运行 .NET Core 3 运行时的 Linux Web 应用一起使用?

Big*_*mes 12 azure azure-resource-manager azure-application-insights azure-web-app-service

我正在向我的资源组添加 Azure 应用程序服务计划。我希望它成为 .NET Core 3 Web API 的 Linux 主机。此外,我想使用 Application Insights。但是,在使用 Azure 门户时,将 Application Insights 添加到 Linux .NET Core 3 应用程序的选项呈灰色显示。Application Insights 目前不支持。我有另一个 Linux Web 应用程序,它在运行时使用 Node LTS,这使我可以毫无问题地添加 Application Insights。将 Application Insights 添加到在 Azure Linux Web 应用程序中运行的 .NET Core 3 Web API 是否需要做一些特殊的事情?

编辑:这是我所看到的一些截图 基本选项卡 监控选项卡

cij*_*mas 19

linux 尚不支持 Application Insights for Asp.Net core 的无代码启用。您需要进行基于代码的启用,这涉及将 SDK nuget 安装到您的项目中,如下所述:https ://docs.microsoft.com/en-us/azure/azure-monitor/app/asp-net-core