Skip to content

Commit e5c647f

Browse files
author
ecfan
committed
Clean up links from other docs
1 parent 3935776 commit e5c647f

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -388,25 +388,19 @@ In this example, the workflow runs when the **Request** trigger receives an inbo
388388

389389
## Review workflow run history
390390

391-
After a stateful workflow finishes running, you can view the workflow's run history, including the status for the overall run, for the trigger, and for each action along with their inputs and outputs. In the Azure portal, workflow run history and trigger history appear at the workflow level, not at the logic app resource level. For more information, see [Review workflow run history](monitor-logic-apps.md?tabs=standard#review-runs-history) and [Review trigger history](monitor-logic-apps.md?tabs=standard#review-trigger-history).
392-
393-
For this example workflow, the workflow run history looks similar to the following sample:
394-
395-
![Screenshot shows run details view with the status for each step in the workflow.](./media/create-single-tenant-workflows-azure-portal/review-run-details.png)
396-
397-
![Screenshot shows inputs and outputs in the selected action named Send an email.](./media/create-single-tenant-workflows-azure-portal/review-step-inputs-outputs.png)
391+
After a stateful workflow finishes running, you can view the workflow's run history, including the status for the overall run, for the trigger, and for each action along with their inputs and outputs. In the Azure portal, workflow run history and trigger history appear at the workflow level, not at the logic app resource level. For more information, see [Review workflow run history](view-workflow-status-run-history.md?tabs=standard#review-run-history) and [Review trigger history](view-workflow-status-run-history.md?tabs=standard#review-trigger-history).
398392

399393
<a name="review-trigger-history"></a>
400394

401395
## Review trigger history
402396

403-
For a stateful workflow, you can review the trigger history for each run, including the trigger status along with inputs and outputs, separately from the [workflow run history](#review-run-history). In the Azure portal, trigger history and run history appear at the workflow level, not the logic app level. For more information, see [Review trigger history](monitor-logic-apps.md?tabs=standard#review-trigger-history).
397+
For a stateful workflow, you can review the trigger history for each run, including the trigger status along with inputs and outputs, separately from the [workflow run history](#review-run-history). In the Azure portal, trigger history and run history appear at the workflow level, not the logic app level. For more information, see [Review trigger history](view-workflow-status-run-history.md?tabs=standard#review-trigger-history).
404398

405399
<a name="resubmit-workflow-run"></a>
406400

407401
## Resubmit workflow run with same inputs
408402

409-
For an existing stateful workflow run, you can rerun the entire workflow with the same inputs that were previously used for that run. For more information, see [Rerun a workflow with same inputs](monitor-logic-apps.md?tabs=standard#resubmit-workflow-run).
403+
For a stateful workflow run, you can rerun the entire workflow with the same inputs that were previously used for that run. For more information, see [Rerun a workflow with same inputs](view-workflow-status-run-history.md?tabs=standard#resubmit-workflow-run).
410404

411405
<a name="set-up-managed-identity-storage"></a>
412406

articles/logic-apps/view-workflow-status-run-history.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,12 @@ ms.date: 02/06/2025
1414

1515
After you run a logic app workflow, you can check that workflow's run status, trigger history, workflow run history, and performance.
1616

17-
This guide shows how to perform the following tasks:
17+
This guide shows you how to perform the following tasks:
1818

1919
- [Review trigger history](#review-trigger-history).
2020
- [Review workflow run history](#review-run-history).
2121
- [Set up alerts](#add-azure-alerts) to get notifications about failures or other possible problems. For example, you can create an alert that detects "when more than five runs fail in an hour".
2222

23-
To monitor and review the workflow run status for Standard workflows, see the following sections in [Create an example Standard logic app workflow in single-tenant Azure Logic Apps](create-single-tenant-workflows-azure-portal.md):
24-
25-
- [Review trigger history](create-single-tenant-workflows-azure-portal.md#review-trigger-history)
26-
- [Review workflow run history](create-single-tenant-workflows-azure-portal.md#review-run-history).
27-
- [Enable or open Application Insights after deployment](create-single-tenant-workflows-azure-portal.md#enable-open-application-insights).
28-
2923
For real-time event monitoring and richer debugging, you can set up diagnostics logging for your logic app workflow by using [Azure Monitor logs](/azure/azure-monitor/overview). This Azure service helps you monitor your cloud and on-premises environments so that you can more easily maintain their availability and performance. You can then find and view events, such as trigger events, run events, and action events. By storing this information in [Azure Monitor logs](/azure/azure-monitor/logs/data-platform-logs), you can create [log queries](/azure/azure-monitor/logs/log-query-overview) that help you find and analyze this information. You can also use this diagnostic data with other Azure services, such as Azure Storage and Azure Event Hubs. For more information, see [Monitor logic apps by using Azure Monitor](monitor-workflows-collect-diagnostic-data.md).
3024

3125
<a name="review-trigger-history"></a>

0 commit comments

Comments
 (0)