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/edit-app-settings-host-settings.md
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -432,19 +432,7 @@ To review the host settings for your single-tenant based logic app in the Azure
432
432
433
433
1. In the [Azure portal](https://portal.azure.com/) search box, find and open your logic app.
434
434
435
-
1. On your logic app menu, under **Development Tools**, select **Advanced Tools**.
436
-
437
-
1. On the **Advanced Tools** page, select **Go**, which opens the **Kudu** environment for your logic app.
438
-
439
-
1. On the Kudu toolbar, from the **Debug console** menu, select **CMD**.
440
-
441
-
1. In the Azure portal, stop your logic app.
442
-
443
-
1. On your logic app menu, select **Overview**.
444
-
445
-
1. On the **Overview** pane's toolbar, select **Stop**.
446
-
447
-
1. On your logic app menu, under **Development Tools**, select **Advanced Tools**.
435
+
1. On the resource menu, under **Development Tools**, select **Advanced Tools**.
448
436
449
437
1. On the **Advanced Tools** pane, select **Go**, which opens the Kudu environment for your logic app.
450
438
@@ -464,10 +452,13 @@ To add a setting, follow these steps:
464
452
465
453
1. Before you add or edit settings, stop your logic app in the Azure portal.
466
454
467
-
1. On your logic app menu, select **Overview**.
455
+
1. On the resource menu, select **Overview**.
456
+
468
457
1. On the **Overview** pane's toolbar, select **Stop**.
469
458
470
-
1. Return to the **host.json** file. Under the `extensionBundle` object, add the `extensions` object, which includes the `workflow` and `settings` objects, for example:
459
+
1. If the **host.json** file is already open, return to the **host.json** file. Otherwise, follow the preceding steps to open the **host.json** file.
460
+
461
+
1. Under the `extensionBundle` object, add the `extensions` object, which includes the `workflow` and `settings` objects, for example:
0 commit comments