Skip to content

Commit 4c1b689

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent 2cc0eac commit 4c1b689

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/logic-apps/monitor-logic-apps-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For more information about the resource types for Azure Logic Apps, see [Azure L
3939

4040
- To learn how to set up diagnostic logging and monitor logic apps in Microsoft Defender for Cloud, see [Set up logging to monitor logic apps in Microsoft Defender for Cloud](healthy-unhealthy-resource.md).
4141

42-
- For the available resource log categories, their associated Log Analytics tables, and the logs schemas for Azure Logic Apps, see [Azure Logic Apps monitoring data reference](monitor-logic-apps-reference.md#resource-logs).
42+
- For the available resource log categories, their associated Log Analytics tables, and the log's schemas for Azure Logic Apps, see [Azure Logic Apps monitoring data reference](monitor-logic-apps-reference.md#resource-logs).
4343

4444
## Monitoring for B2B workflows
4545

articles/logic-apps/monitor-logic-apps.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ For real-time event monitoring and richer debugging, you can set up diagnostics
3232
>
3333
> If your workflow runs in an [integration service environment (ISE)](connect-virtual-network-vnet-isolated-environment-overview.md)
3434
> that was created to use an [internal access endpoint](connect-virtual-network-vnet-isolated-environment-overview.md#endpoint-access),
35-
> you can view and access inputs and outputs from a workflow runs history *only from inside your virtual network*. Make sure that you have network
36-
> connectivity between the private endpoints and the computer from where you want to access runs history. For example, your client computer can exist
35+
> you can view and access inputs and outputs from a workflow run history *only from inside your virtual network*. Make sure that you have network
36+
> connectivity between the private endpoints and the computer from where you want to access run history. For example, your client computer can exist
3737
> inside the ISE's virtual network or inside a virtual network that's connected to the ISE's virtual network, for example, through peering or a virtual
3838
> private network. For more information, see [ISE endpoint access](connect-virtual-network-vnet-isolated-environment-overview.md#endpoint-access).
3939
@@ -150,7 +150,7 @@ Each time a trigger successfully fires, Azure Logic Apps creates a workflow inst
150150
| **Failed** | At least one action in the run failed. No subsequent actions in the workflow were set up to handle the failure. |
151151
| **Running** | The run was triggered and is in progress. However, this status can also appear for a run that's throttled due to [action limits](logic-apps-limits-and-config.md) or the [current pricing plan](https://azure.microsoft.com/pricing/details/logic-apps/). <br><br>**Tip**: If you set up [diagnostics logging](monitor-workflows-collect-diagnostic-data.md), you can get information about any throttle events that happen. |
152152
| **Succeeded** | The run succeeded. If any action failed, a subsequent action in the workflow handled that failure. |
153-
| **Timed out** | The run timed out because the current duration exceeded the run duration limit, which is controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits). A run's duration is calculated by using the run's start time and run duration limit at that start time. <br><br>**Note**: If the run's duration also exceeds the current *run history retention limit*, which is also controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits), the run is cleared from the runs history by a daily cleanup job. Whether the run times out or completes, the retention period is always calculated by using the run's start time and *current* retention limit. So, if you reduce the duration limit for an in-flight run, the run times out. However, the run either stays or is cleared from the runs history based on whether the run's duration exceeded the retention limit. |
153+
| **Timed out** | The run timed out because the current duration exceeded the run duration limit, which is controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits). A run's duration is calculated by using the run's start time and run duration limit at that start time. <br><br>**Note**: If the run's duration also exceeds the current *run history retention limit*, which is also controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits), the run is cleared from the run history by a daily cleanup job. Whether the run times out or completes, the retention period is always calculated by using the run's start time and *current* retention limit. So, if you reduce the duration limit for an in-flight run, the run times out. However, the run either stays or is cleared from the run history based on whether the run's duration exceeded the retention limit. |
154154
| **Waiting** | The run hasn't started or is paused, for example, due to an earlier workflow instance that's still running. |
155155

156156
1. To review the steps and other information for a specific run, under **Runs history**, select that run. If the list shows many runs, and you can't find the entry that you want, try filtering the list.
@@ -218,7 +218,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
218218
| **Running** | ![Running icon][running-icon] | The run was triggered and is in progress. However, this status can also appear for a run that's throttled due to [action limits](logic-apps-limits-and-config.md) or the [current pricing plan](https://azure.microsoft.com/pricing/details/logic-apps/). <br><br>**Tip**: If you set up [diagnostics logging](monitor-workflows-collect-diagnostic-data.md), you can get information about any throttle events that happen. |
219219
| **Skipped** | ![Skipped icon][skipped-icon] | The trigger condition was checked but wasn't met, so the run never started. |
220220
| **Succeeded** | ![Succeeded icon][succeeded-icon] | The run succeeded. If any action failed, a subsequent action in the workflow handled that failure. |
221-
| **Timed out** | ![Timed-out icon][timed-out-icon] | The run timed out because the current duration exceeded the run duration limit, which is controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits). A run's duration is calculated by using the run's start time and run duration limit at that start time. <br><br>**Note**: If the run's duration also exceeds the current *run history retention limit*, which is also controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits), the run is cleared from the runs history by a daily cleanup job. Whether the run times out or completes, the retention period is always calculated by using the run's start time and *current* retention limit. So, if you reduce the duration limit for an in-flight run, the run times out. However, the run either stays or is cleared from the runs history based on whether the run's duration exceeded the retention limit. |
221+
| **Timed out** | ![Timed-out icon][timed-out-icon] | The run timed out because the current duration exceeded the run duration limit, which is controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits). A run's duration is calculated by using the run's start time and run duration limit at that start time. <br><br>**Note**: If the run's duration also exceeds the current *run history retention limit*, which is also controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits), the run is cleared from the run history by a daily cleanup job. Whether the run times out or completes, the retention period is always calculated by using the run's start time and *current* retention limit. So, if you reduce the duration limit for an in-flight run, the run times out. However, the run either stays or is cleared from the run history based on whether the run's duration exceeded the retention limit. |
222222
| **Waiting** | ![Waiting icon][waiting-icon] | The run hasn't started or is paused, for example, due to an earlier workflow instance that's still running. |
223223

224224
1. On the **Run History** tab, select the run that you want to review.
@@ -282,7 +282,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
282282

283283
<a name="resubmit-workflow-run"></a>
284284

285-
## Resubmit a workflow with same inputs
285+
## Rerun a workflow with same inputs
286286

287287
You can rerun a previously finished workflow with the same inputs that the workflow used previously in the following ways:
288288

@@ -298,7 +298,7 @@ Completing this task creates and adds a new workflow run to your workflow's run
298298

299299
- The resubmitted run executes the same workflow version as the original run, even if you updated the workflow definition.
300300

301-
- You can resubmit only actions from sequential workflows. Workflows with parallel paths are currently not supported.
301+
- You can rerun only actions from sequential workflows. Workflows with parallel paths are currently not supported.
302302

303303
- The workflow must have a completed state, such as Succeeded, Failed, or Cancelled.
304304

0 commit comments

Comments
 (0)