You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/monitor-logic-apps.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,6 +339,12 @@ You can rerun only stateful workflows, not stateless workflows. To enable run hi
339
339
340
340
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.
341
341
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
+
342
348
The resubmit capability is available for all actions except for non-sequential and complex concurrency scenarios and per the following limitations:
343
349
344
350
| Actions | Resubmit available? |
@@ -349,12 +355,6 @@ The resubmit capability is available for all actions except for non-sequential a
349
355
|**Until** action and all actions inside the loop | No for all actions |
350
356
|**Scope**| Yes, but only at the final |
351
357
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
-
358
358
1. In the [Azure portal](https://portal.azure.com), open your logic app resource.
359
359
360
360
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
378
378
379
379
1. Above the console window, in the directory table, next to the **host.json** file, select **Edit**.
380
380
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"`:
382
382
383
383
```json
384
+
"version": "[1.*, 2.0.0)",
384
385
"extensions": {
385
386
"workflow": {
386
387
"settings": {
@@ -390,7 +391,7 @@ The resubmit capability is available for all actions except for non-sequential a
390
391
}
391
392
```
392
393
393
-
1. Remember to add a comma (**,**) immediately after `"versions"`.
394
+
1. Remember to add a comma (**,**) immediately following `"versions"`.
394
395
395
396
1. When you're done, on the toolbar, select **Save**.
0 commit comments