哪个更好,为什么要存储 Web 应用程序日志、Application Insights 或 Azure table 存储?请建议

Which is better and why to store web application logs , Application Insights or Azure table storage? Please suggest

我想存储应用程序异常日志,应用洞察或table存储哪个选项更好。

根据您提供的最少信息量:

A​​pplication Insights 是更成熟的解决方案。在 Table 存储中,你会得到很多你必须自己为异常数据构建的东西。这包括报告、趋势、相关性、警报等内容。

看这里:https://docs.microsoft.com/en-us/azure/application-insights/app-insights-asp-net-exceptions

该文档是关于 Web 应用程序的,但您可以在 Azure 中存储来自所有类型应用程序的信息。为此,另请参阅 TelemetryClient.TrackException