다음을 통해 공유


AppServiceConsoleLogs 테이블에 대한 쿼리

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

애플리케이션 시작과 관련된 콘솔 로그 찾기

"starting"이라는 용어가 포함된 콘솔 로그를 나열합니다.

AppServiceConsoleLogs 
| where tolower(ResultDescription) contains "starting"