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/create-standard-workflows-hybrid-deployment.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,15 +183,15 @@ To authenticate managed API connections in Standard logic app workflows hosted o
183
183
184
184
1. For the object ID, follow these steps:
185
185
186
-
1. On the **Overview** page, select **Managed application in local directory**:
186
+
1. On the **Overview** page, select **Managed application in local directory** link for your app registration as shown:
187
187
188
188
:::image type="content" source="media/create-standard-workflows-hybrid-deployment/managed-application-link.png" alt-text="Screenshot shows app registration with selected link for managed application in local directory.":::
189
189
190
190
1. On the page that opens, copy and save the **Object ID** value:
1. Now, [add these values as environment variables](#add-environment-variables) to your Standard logic app resource.
194
+
1. Now, [add the saved values as environment variables](#add-environment-variables) to your Standard logic app resource.
195
195
196
196
#### [Azure CLI](#tab/azure-cli)
197
197
@@ -206,7 +206,7 @@ To authenticate managed API connections in Standard logic app workflows hosted o
206
206
- Tenant ID
207
207
- Client secret
208
208
209
-
1. Now, [add these values as environment variables](#add-environment-variables) to your Standard logic app resource.
209
+
1. Now, [add the saved values as environment variables](#add-environment-variables) to your Standard logic app resource.
210
210
211
211
---
212
212
@@ -233,20 +233,20 @@ To authenticate managed API connections in Standard logic app workflows hosted o
233
233
234
234
1. When you finish, select **Save**.
235
235
236
-
1. To create secrets instead to store these values and reference them from the **Environment variables** tab, follow these steps:
236
+
### Store and reference client ID and client secret
237
237
238
-
1. On the resource menu, under **Settings**, select **Secrets**.
238
+
You can store the client ID and client secret values in your logic app resource as secrets and then reference those values on the **Environment variables** tab instead.
239
239
240
-
1. On the toolbar, select **Add**.
240
+
1. On the resource menu, under **Settings**, select **Secrets**.
241
241
242
-
1. On the **Add secret** pane, provide the following information for each secret, and then select **Add**:
0 commit comments