Skip to content

Commit 84cbdad

Browse files
author
ecfan
committed
Draft update
1 parent 79bf8eb commit 84cbdad

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,12 @@ You can rerun only stateful workflows, not stateless workflows. To enable run hi
339339

340340
You can rerun a previously finished workflow starting at a specific action using the same inputs and outputs from the preceding actions. The resubmitted action and all subsequent actions run as usual. When the resubmitted actions finish, a new workflow run appears in your workflow's run history.
341341

342+
> [!NOTE]
343+
>
344+
> This capability is in preview. For legal terms that apply to Azure features that
345+
> are in beta, preview, or otherwise not yet released into general availability, see
346+
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). Some aspects of this capability might change before general availability (GA).
347+
342348
The resubmit capability is available for all actions except for non-sequential and complex concurrency scenarios and per the following limitations:
343349

344350
| Actions | Resubmit available? |
@@ -349,12 +355,6 @@ The resubmit capability is available for all actions except for non-sequential a
349355
| **Until** action and all actions inside the loop | No for all actions |
350356
| **Scope** | Yes, but only at the final |
351357

352-
> [!NOTE]
353-
>
354-
> This capability is in preview. For legal terms that apply to Azure features that
355-
> are in beta, preview, or otherwise not yet released into general availability, see
356-
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). Some aspects of this capability might change before general availability (GA).
357-
358358
1. In the [Azure portal](https://portal.azure.com), open your logic app resource.
359359

360360
1. At the logic app resource level, set up the following environment variables if you haven't already completed this step:
@@ -378,9 +378,10 @@ The resubmit capability is available for all actions except for non-sequential a
378378

379379
1. Above the console window, in the directory table, next to the **host.json** file, select **Edit**.
380380

381-
1. In the **host.json** file, immediately under `"versions"`, add the following JSON object named `"extensions"`:
381+
1. In the **host.json** file, following the `"versions"` attribute, add the following JSON object named `"extensions"`:
382382

383383
```json
384+
"version": "[1.*, 2.0.0)",
384385
"extensions": {
385386
"workflow": {
386387
"settings": {
@@ -390,7 +391,7 @@ The resubmit capability is available for all actions except for non-sequential a
390391
}
391392
```
392393

393-
1. Remember to add a comma (**,**) immediately after `"versions"`.
394+
1. Remember to add a comma (**,**) immediately following `"versions"`.
394395

395396
1. When you're done, on the toolbar, select **Save**.
396397

0 commit comments

Comments
 (0)