应用程序洞察应用程序类型之间的差异

Difference between application insights application types

我正在为我的 ASP.NET 网站使用 application insights。最近我添加了几个网络作业,我发现可以配置与它们集成的应用洞察。 webjobs SDK 文档说我需要在 App Insights 中将我的应用程序类型设置为 "General":https://github.com/Azure/azure-webjobs-sdk/wiki/Application-Insights-Integration。当前设置为 'ASP.NET'。 我在这里有 2 个问题:

What will be changed in my app insights after changing application type to 'General'.

应用程序类型会影响您在概览边栏选项卡上看到的内容以及 metric explorer 中可用的属性。如果您没有看到您的应用程序类型,请选择“常规”。这意味着 Azure 将为不同的应用程序类型提供不同的指标。另外,不同的应用类型需要接受相应客户端SDK发送的数据。

Is there any way to change app type instead of recreating app insights instance?

我还没有找到在 Azure 门户上执行此操作的任何方法。我也尝试使用 REST API 修改它。 Azure 服务器返回 200 OK 但应用程序类型未成功修改。