Skip to content

Commit 9f4f312

Browse files
author
ecfan
committed
Updates per feedback
1 parent d8de30a commit 9f4f312

File tree

1 file changed

+1
-41
lines changed

1 file changed

+1
-41
lines changed

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

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -354,47 +354,7 @@ The resubmit capability is available for all actions except for non-sequential a
354354
| **Switch** action and all actions in the **Default** path and **Case** paths | - Yes for **Switch** action <br>- No for actions in the **Default** path and **Case** paths |
355355
| **Until** action and all actions inside the loop | No for all actions |
356356

357-
1. In the [Azure portal](https://portal.azure.com), open your logic app resource.
358-
359-
1. At the logic app resource level, set up the following environment variables if you haven't already completed this step:
360-
361-
1. On your logic app resource menu, under **Settings**, select **Environment variables**.
362-
363-
1. On the **App settings** tab, add the following settings:
364-
365-
| Setting name | Value |
366-
|--------------|-------|
367-
| **FUNCTIONS_EXTENSIONBUNDLE_SOURCE_URI** | `https://cdnforlogicappsv2.blob.core.windows.net/logicapps-brbenn` |
368-
| **AzureFunctionsJobHost_extensionBundle_version** | `[1.39.0.3]` |
369-
370-
1. When you're done, select **Apply**.
371-
372-
1. On your logic app resource menu, under **Development Tools**, select **Advanced Tools** > **Go**, which opens the **Kudu** console.
373-
374-
1. On the **Kudu** toolbar, open the **Debug console** menu, and select **CMD**.
375-
376-
1. Browse to the following folder: **..\home\site\wwwroot**
377-
378-
1. Above the console window, in the directory table, next to the **host.json** file, select **Edit**.
379-
380-
1. In the **host.json** file, following the `"versions"` attribute, add the following JSON object named `"extensions"`, for example:
381-
382-
```json
383-
"version": "[1.*, 2.0.0)",
384-
"extensions": {
385-
"workflow": {
386-
"settings": {
387-
"Runtime.IsResubmitActionsEnabled": "true"
388-
}
389-
}
390-
}
391-
```
392-
393-
1. Remember to add a comma (**,**) immediately following `"versions"`.
394-
395-
1. When you're done, on the toolbar, select **Save**.
396-
397-
1. Return to your logic app resource menu, select **Overview**, and on the toolbar, select **Restart**.
357+
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow.
398358

399359
1. On the workflow menu, select **Overview**. On the **Overview** page, select **Run History**, which shows the run history for the current workflow.
400360

0 commit comments

Comments
 (0)