Share via


ContainerAppConsoleLogs 數據表的查詢

最新的容器應用程式用戶錯誤

取得使用者部署的 Container Apps 所產生的最新錯誤。

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