Skip to content

Commit 0f8747d

Browse files
committed
Screenshots from FTE
1 parent 60cb707 commit 0f8747d

8 files changed

+11
-11
lines changed

articles/connectors/connectors-native-webhook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Similar to the webhook trigger, a webhook action is also event-based. After you
3838
* Before a workflow run times out.
3939
* You change any webhook action parameter values that are used as inputs by a webhook trigger.
4040

41-
For example, the Office 365 Outlook connector's [**Send approval email**](connectors-create-api-office365-outlook.md) action is an example of webhook action that follows this pattern. You can extend this pattern into any service by using the webhook action.
41+
For example, the Office 365 Outlook connector's [**Send approval email**](connectors-create-api-office365-outlook.md) action is an example of a webhook action that follows this pattern. You can extend this pattern into any service by using the webhook action.
4242

4343
For more information, see the following documentation:
4444

@@ -276,6 +276,6 @@ The following example shows the webhook trigger definition with the `accessKeyTy
276276

277277
## Related content
278278

279-
* [Secure access and data - Access for inbound calls to request-based triggers](../logic-apps/logic-apps-securing-a-logic-app.md#secure-inbound-requests)
279+
* [Access for inbound calls to request-based triggers](../logic-apps/logic-apps-securing-a-logic-app.md#secure-inbound-requests)
280280
* [List of all Logic Apps connectors](/connectors/connector-reference/connector-reference-logicapps-connectors)
281281
* [Built-in connectors in Azure Logic Apps](built-in.md)

articles/logic-apps/logic-apps-diagnosing-failures.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
88
ms.custom: engagement-fy23
9-
ms.date: 06/26/2025
9+
ms.date: 07/03/2025
1010
---
1111

1212
# Troubleshoot and diagnose workflow failures in Azure Logic Apps
@@ -33,7 +33,7 @@ Each workflow run starts with a trigger, which either fires on a schedule or wai
3333

3434
:::image type="content" source="media/logic-apps-diagnosing-failures/review-trigger-inputs-consumption.png" alt-text="Screenshot showing Consumption logic app workflow trigger inputs." lightbox="media/logic-apps-diagnosing-failures/review-trigger-inputs-consumption.png":::
3535

36-
1. Check the triggers outputs, if any, to confirm that they appear as you expect. On the **History** pane, under **Outputs link**, select the link, which shows the **Outputs** pane.
36+
1. Check the trigger's outputs, if any, to confirm that they appear as you expect. On the **History** pane, under **Outputs link**, select the link, which shows the **Outputs** pane.
3737

3838
Trigger outputs include the data that the trigger passes to the next step in your workflow. Reviewing these outputs can help you determine whether the correct or expected values passed on to the next step in your workflow.
3939

@@ -58,7 +58,7 @@ Each workflow run starts with a trigger, which either fires on a schedule or wai
5858

5959
:::image type="content" source="media/logic-apps-diagnosing-failures/review-trigger-inputs-standard.png" alt-text="Screenshot showing Standard logic app workflow trigger inputs." lightbox="media/logic-apps-diagnosing-failures/review-trigger-inputs-standard.png":::
6060

61-
1. Check the triggers outputs, if any, to confirm that they appear as you expect. On the **History** pane, under **Outputs link**, select the link, which shows the **Outputs** pane.
61+
1. Check the trigger's outputs, if any, to confirm that they appear as you expect. On the **History** pane, under **Outputs link**, select the link, which shows the **Outputs** pane.
6262

6363
Trigger outputs include the data that the trigger passes to the next step in your workflow. Reviewing these outputs can help you determine whether the correct or expected values passed on to the next step in your workflow.
6464

@@ -73,17 +73,17 @@ Each workflow run starts with a trigger, which either fires on a schedule or wai
7373
7474
---
7575

76-
<a name="check-runs-history"></a>
76+
<a name="check-run-history"></a>
7777

7878
## Check workflow run history
7979

8080
Each time that the trigger fires, Azure Logic Apps creates a workflow instance and runs that instance. If a run fails, try the following steps so you can review what happened during that run. You can review the status, inputs, and outputs for each step in the workflow.
8181

8282
### [Consumption](#tab/consumption)
8383

84-
1. To check the workflow's run status in your Consumption logic app, review the [workflow's run history](monitor-logic-apps.md#review-runs-history). To view more information about a failed run, including all the steps in that run in their status, select the failed run.
84+
1. To check the workflow's run status in your Consumption logic app, review the [workflow's run history](view-workflow-status-run-history.md#review-run-history). To view more information about a failed run, including all the steps in that run in their status, select the failed run.
8585

86-
:::image type="content" source="media/logic-apps-diagnosing-failures/logic-app-runs-history-consumption.png" alt-text="Screenshot showing Azure portal with Consumption logic app workflow runs and a failed run selected." lightbox="media/logic-apps-diagnosing-failures/logic-app-runs-history-consumption.png":::
86+
:::image type="content" source="media/logic-apps-diagnosing-failures/logic-app-run-history-consumption.png" alt-text="Screenshot showing Azure portal with Consumption logic app workflow runs and a failed run selected." lightbox="media/logic-apps-diagnosing-failures/logic-app-run-history-consumption.png":::
8787

8888
1. After all the steps in the run appear, select each step to expand their shapes.
8989

@@ -99,9 +99,9 @@ Each time that the trigger fires, Azure Logic Apps creates a workflow instance a
9999

100100
### [Standard](#tab/standard)
101101

102-
1. To check the workflow's run status in your Standard logic app, review the [workflow's run history](monitor-logic-apps.md#review-runs-history). To view more information about a failed run, including all the steps in that run in their status, select the failed run.
102+
1. To check the workflow's run status in your Standard logic app, review the [workflow's run history](view-workflow-status-run-history.md#review-run-history). To view more information about a failed run, including all the steps in that run in their status, select the failed run.
103103

104-
:::image type="content" source="media/logic-apps-diagnosing-failures/logic-app-runs-history-standard.png" alt-text="Screenshot showing Azure portal with Standard logic app workflow runs and a failed run selected." lightbox="media/logic-apps-diagnosing-failures/logic-app-runs-history-standard.png":::
104+
:::image type="content" source="media/logic-apps-diagnosing-failures/logic-app-run-history-standard.png" alt-text="Screenshot showing Azure portal with Standard logic app workflow runs and a failed run selected." lightbox="media/logic-apps-diagnosing-failures/logic-app-run-history-standard.png":::
105105

106106
1. After all the steps in the run appear, select each step to review their details.
107107

@@ -119,7 +119,7 @@ Each time that the trigger fires, Azure Logic Apps creates a workflow instance a
119119

120120
## Perform runtime debugging
121121

122-
To help with debugging, you can add diagnostic steps to a logic app workflow, along with reviewing the trigger and runs history. For example, you can add steps that use the [Webhook Tester](https://webhook.site/) service, so you can inspect HTTP requests and determine their exact size, shape, and format.
122+
To help with debugging, you can add diagnostic steps to a logic app workflow, along with reviewing the trigger and run history. For example, you can add steps that use the [Webhook Tester](https://webhook.site/) service, so you can inspect HTTP requests and determine their exact size, shape, and format.
123123

124124
1. In a browser, go to the [Webhook Tester](https://webhook.site/) site, and copy the generated unique URL.
125125

53.1 KB
Loading
38.9 KB
Loading
4.31 KB
Loading
-10.9 KB
Loading

0 commit comments

Comments
 (0)