如何从 Azure Log Analytics/Application Insights 中提取日志数据?

How to extract Log-Data from Azure Log Analytics / Application Insights?

我很难理解 Azure 存储日志的位置以及我如何访问和导出它们。

我可以使用某种界面吗?我已经在官方文档中研究了几个小时,但似乎无法找到任何关于如何让数据脱离 azure 的明确信息。

任何人都可以帮助我更好地理解该主题,或者有任何建议或资源可以分享,我们将不胜感激。 :)

此致

有一些选项,例如 enable continuous export Application Insights:

Continuous Export is ideal for this. The events you see in the Application Insights portal can be exported to storage in Microsoft Azure in JSON format. From there, you can download your data and write whatever code you need to process it.

另一种选择是使用 App Insights Rest Api:

Query and integrate with the performance, availability and usage data collected by Application Insights for your application