.NET 5 Web 应用尚不支持 Application Insights

Application Insights is not yet supported for .NET 5 Web Apps

我有一个 .Net 5.0 Web 应用部署到 Azure App Service Web 应用中。

今天,我想为我的应用服务 Web 应用启用 Application Insights 实例,但由于 Application Insights is not yet supported for .NET 5 Web Apps 消息,目前看来不可能。

我不想降级到 asp.net 核心 3.1。你有什么建议吗?

非常感谢任何帮助。

目前不支持 code-less mode(link 通过 Azure 门户的应用程序见解)。

在此功能可用之前,只能使用基于 app-insights SDK 的方法。因此,作为解决方法,您可以在本地项目中安装相关的 app-insights 包,然后将项目发布到 azure。