Delen via


Query's voor de LogicAppWorkflowRuntime-tabel

Voor informatie over het gebruik van deze queries in de Azure-portal, zie Log Analytics-tutorial. Zie Query voor de REST API.

Aantal mislukte workflow-bewerkingen van Logic App Workflow Runtime

Aantal mislukte workflow-operaties vanuit Logic App Workflow Runtime binnen de geselecteerde tijdsperiode voor elke workflow.

LogicAppWorkflowRuntime
| where Status == "Failed"
| summarize count() by WorkflowName