Skip to content

Commit a76fb01

Browse files
authored
Remove duplicate content and make clarity edits
1 parent e27fa5d commit a76fb01

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

articles/logic-apps/edit-app-settings-host-settings.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -432,19 +432,7 @@ To review the host settings for your single-tenant based logic app in the Azure
432432

433433
1. In the [Azure portal](https://portal.azure.com/) search box, find and open your logic app.
434434

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**.
448436

449437
1. On the **Advanced Tools** pane, select **Go**, which opens the Kudu environment for your logic app.
450438

@@ -464,10 +452,13 @@ To add a setting, follow these steps:
464452

465453
1. Before you add or edit settings, stop your logic app in the Azure portal.
466454

467-
1. On your logic app menu, select **Overview**.
455+
1. On the resource menu, select **Overview**.
456+
468457
1. On the **Overview** pane's toolbar, select **Stop**.
469458

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:
471462

472463
```json
473464
{

0 commit comments

Comments
 (0)