다음을 통해 공유


ContainerAppConsoleLogs 테이블에 대한 쿼리

Azure Portal에서 이러한 쿼리를 사용하는 방법에 대한 자세한 내용은 Log Analytics 자습서를 참조하세요. REST API는 쿼리를 참조 하세요.

최신 컨테이너 앱 사용자 오류

사용자가 배포한 Container Apps에서 생성된 최신 오류를 가져옵니다.

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