Partilhar via


Consultas para a tabela LogicAppWorkflowRuntime

Para obter informações sobre como utilizar estas consultas no portal do Azure, consulte Log Analytics tutorial. For the REST API, see Query.

Contagem de operações de fluxo de trabalho falhadas do Logic App Workflow Runtime

Contagem das operações falhadas de fluxo de trabalho do Logic App Workflow Runtime no intervalo de tempo selecionado para cada fluxo de trabalho.

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