Skip to content

Commit 3d31092

Browse files
author
ecfan
committed
Fix blocking issues
1 parent ff7256d commit 3d31092

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ In this example, the workflow runs when the **Request** trigger receives an inbo
377377

378378
When the trigger fires, the example workflow runs and sends an email that appears similar to this example:
379379

380-
![Screenshot shows Outlook email as described in the example](./media/create-single-tenant-workflows-azure-portal/workflow-app-result-email.png)
380+
![Screenshot shows Outlook email as described in the example.](./media/create-single-tenant-workflows-azure-portal/workflow-app-result-email.png)
381381

382382
<a name="review-run-history"></a>
383383

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Each workflow run starts with a trigger, which either fires on a schedule or wai
3434

3535
1. On your logic app menu, select **Overview**. On the **Overview** page, select **Trigger history**.
3636

37-
:::image type="content" source="media/view-workflow-status-run-history/trigger-history-consumption.png" alt-text="Screenshot shows Azure portal, Consumption workflow, and Overview page with selected tab named Trigger history":::
37+
:::image type="content" source="media/view-workflow-status-run-history/trigger-history-consumption.png" alt-text="Screenshot shows Azure portal, Consumption workflow, and Overview page with selected tab named Trigger history.":::
3838

3939
Under **Trigger history**, all trigger attempts appear. Each time the trigger successfully fires, Azure Logic Apps creates an individual workflow instance and runs that instance. By default, each instance runs in parallel so that no workflow has to wait before starting a run. If your workflow triggers for multiple events or items at the same time, a trigger entry appears for each item with the same date and time.
4040

0 commit comments

Comments
 (0)