Skip to content

Commit 8143b5d

Browse files
authored
Update steps
1 parent 41ff04a commit 8143b5d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ In *single-tenant* Azure Logic Apps, the *app settings* for a Standard logic app
1717

1818
Your logic app also has *host settings*, which specify the runtime configuration settings and values that apply to *all the workflows* in that logic app, for example, default values for throughput, capacity, data size, and so on, *whether they run locally or in Azure*.
1919

20+
Settings are *key-value* pairs that define the setting name and value.
21+
2022
<a name="app-settings-parameters-deployment"></a>
2123

2224
## App settings, parameters, and deployment
@@ -95,15 +97,17 @@ To add, update, or delete app settings, select and review the following sections
9597

9698
For more information about these settings, review the [reference guide for available app settings - local.settings.json](#reference-local-settings-json).
9799

98-
1. To view all values, select **Show Values**. Or, to view a single value, in the **Value** column, next to the value, select the "eye".
100+
1. To view all values, on the page toolbar, select **Show Values**. Or, to view a single value, in the **Value** column, select **Show value** (eye icon).
99101

100102
##### Add an app setting in the portal
101103

102-
1. On the **App settings** tab, at the bottom of the list, in the **Name** column, enter the *key* or name for your new setting.
104+
1. On the **App settings** tab, on the toolbar, select **Add**.
105+
106+
1. On the **Add/Edit application setting** pane, for **Name**, enter the *key* or name for your new setting.
103107

104108
1. For **Value**, enter the value for your new setting.
105109

106-
1. When you're ready to create your new *key-value* pair, select **Apply**.
110+
1. When you're done, select **Apply**.
107111

108112
:::image type="content" source="./media/edit-app-settings-host-settings/portal-app-settings-values.png" alt-text="Screenshot shows Azure portal with app settings page and values for a Standard logic app resource." lightbox="./media/edit-app-settings-host-settings/portal-app-settings-values.png":::
109113

0 commit comments

Comments
 (0)