EGNFailedMqttConnections 테이블에 대한 쿼리
Azure Portal에서 이러한 쿼리를 사용하는 방법에 대한 자세한 내용은 Log Analytics 자습서를 참조하세요. REST API는 쿼리를 참조 하세요.
인증 오류 쿼리
인증 오류는 세션 이름별로 보고됩니다.
EGNFailedMqttConnections
| where ResultSignature == "AuthenticationError"
| summarize count() by SessionName