Query's voor de tabel EGNFailedMqttConnections
Zie de zelfstudie over Log Analytics voor meer informatie over het gebruik van deze query's in Azure Portal. Zie Query voor de REST API.
Verificatiefoutquery
Verificatiefouten rapporteren op sessienaam.
EGNFailedMqttConnections
| where ResultSignature == "AuthenticationError"
| summarize count() by SessionName