Skip to content

Commit 7c6f740

Browse files
author
ecfan
committed
Update per feedback
1 parent 419424c commit 7c6f740

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/logic-apps/create-standard-workflows-hybrid-deployment.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -183,15 +183,15 @@ To authenticate managed API connections in Standard logic app workflows hosted o
183183

184184
1. For the object ID, follow these steps:
185185

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

188188
:::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.":::
189189

190190
1. On the page that opens, copy and save the **Object ID** value:
191191

192192
:::image type="content" source="media/create-standard-workflows-hybrid-deployment/app-registration-object-id.png" alt-text="Screenshot shows app registration with selected object ID.":::
193193

194-
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.
195195

196196
#### [Azure CLI](#tab/azure-cli)
197197

@@ -206,7 +206,7 @@ To authenticate managed API connections in Standard logic app workflows hosted o
206206
- Tenant ID
207207
- Client secret
208208

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.
210210

211211
---
212212

@@ -233,20 +233,20 @@ To authenticate managed API connections in Standard logic app workflows hosted o
233233

234234
1. When you finish, select **Save**.
235235

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
237237

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.
239239

240-
1. On the toolbar, select **Add**.
240+
1. On the resource menu, under **Settings**, select **Secrets**.
241241

242-
1. On the **Add secret** pane, provide the following information for each secret, and then select **Add**:
242+
1. On the toolbar, select **Add**.
243243

244-
| Key | Value |
245-
|-----|-------|
246-
| **WORKFLOWAPP_AAD_CLIENTID** | <*my-client-ID*> |
247-
| **WORKFLOWAPP_AAD_OBJECTID** | <*my-object-ID*> |
248-
| **WORKFLOWAPP_AAD_TENANTID** | <*my-tenant-ID*> |
249-
| **WORKFLOWAPP_AAD_CLIENTSECRET** | <*my-client-secret*> |
244+
1. On the **Add secret** pane, provide the following information for each secret, and then select **Add**:
245+
246+
| Key | Value |
247+
|-----|-------|
248+
| **WORKFLOWAPP_AAD_CLIENTID** | <*my-client-ID*> |
249+
| **WORKFLOWAPP_AAD_CLIENTSECRET** | <*my-client-secret*> |
250250

251251
## Deploy your logic app from Visual Studio Code
252252

0 commit comments

Comments
 (0)