AppEnvSpringAppConsoleLogs 表的查询

有关在 Azure 门户中使用这些查询的信息,请参阅 Log Analytics 教程。 有关 REST API,请参阅查询

最新容器应用第一方 Spring App 错误

使用 Spring App managedBy 批注获取用户部署的容器应用生成的最新错误。

AppEnvSpringAppConsoleLogs
| where Stream == "stderr"
| order by TimeGenerated desc
| top 100 by TimeGenerated