Which two actions should you perform? Each correct answer presents part of the solution.

November 19, 2021 by Admin

You need to troubleshoot the order workflow.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  • Review the API connections.
  • Review the activity log.
  • Review the run history.
  • Review the trigger history.
Explanation:

Scenario: The order workflow fails to run upon initial deployment to Azure.

Check runs history: Each time that the trigger fires for an item or event, the Logic Apps engine creates and runs a separate workflow instance for each item or event. If a run fails, follow these steps to review what happened during that run, including the status for each step in the workflow plus the inputs and outputs for each step.
Check the workflow’s run status by checking the runs history. To view more information about a failed run, including all the steps in that run in their status, select the failed run.
Example:

AZ-204 Developing Solutions for Microsoft Azure Part 09 Q08 258

AZ-204 Developing Solutions for Microsoft Azure Part 09 Q08 258

Check the trigger’s status by checking the trigger history
To view more information about the trigger attempt, select that trigger event, for example:

AZ-204 Developing Solutions for Microsoft Azure Part 09 Q08 259

AZ-204 Developing Solutions for Microsoft Azure Part 09 Q08 259

Leave a Reply