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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ In *single-tenant* Azure Logic Apps, the *app settings* for a Standard logic app
17
17
18
18
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*.
19
19
20
+
Settings are *key-value* pairs that define the setting name and value.
21
+
20
22
<aname="app-settings-parameters-deployment"></a>
21
23
22
24
## App settings, parameters, and deployment
@@ -95,15 +97,17 @@ To add, update, or delete app settings, select and review the following sections
95
97
96
98
For more information about these settings, review the [reference guide for available app settings - local.settings.json](#reference-local-settings-json).
97
99
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).
99
101
100
102
##### Add an app setting in the portal
101
103
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.
103
107
104
108
1. For **Value**, enter the value for your new setting.
105
109
106
-
1. When you're ready to create your new *key-value* pair, select **Apply**.
110
+
1. When you're done, select **Apply**.
107
111
108
112
:::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":::
0 commit comments