영어로 읽기

다음을 통해 공유


TOUserDiagnostics 테이블에 대한 쿼리

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

도구 체인 오케스트레이터 대상 공급자 및 솔루션 배포 실패

도구 체인 오케스트레이터 대상 공급자 및 솔루션 배포 실패 목록입니다.

TOUserDiagnostics 
| where Message startswith "solution.(*SolutionManager).Reconcile" or Message contains ".Apply"
| order by EdgeLocation, TimeGenerated asc
| project EdgeLocation, TimeGenerated, User, Message, OperatingResourceId, OperatingResourceK8SId, OperationName
| take 100