Skip to content

Commit 2d31772

Browse files
author
ecfan
committed
Clarity edits
1 parent 9b31e53 commit 2d31772

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ After you meet the prerequisites, but before you create your Standard logic app
163163

164164
<a name="authenticate-managed-api-connections"></a>
165165

166-
## Set up managed API connections
166+
## Set up authentication for managed API connections
167167

168-
To authenticate managed API connections in Standard logic app workflows hosted on Azure Arc-enabled Kubernetes clusters, you must create your own app registration using Microsoft Entra ID. You can then use this app registration's values as an identity with your Standard logic app resource to authenticate your API connections instead.
168+
To authenticate managed API connections in Standard logic app workflows hosted on Azure Arc-enabled Kubernetes clusters, you must create your own app registration using Microsoft Entra ID. You can then add this app registration's values as environment variables in your Standard logic app resource to authenticate your API connections instead.
169169

170170
### Create an app registration with Microsoft Entra ID
171171

@@ -182,6 +182,8 @@ To authenticate managed API connections in Standard logic app workflows hosted o
182182
- Tenant ID
183183
- Client secret
184184

185+
1. Now, [add these values as environment variables](#add-environment-variables) to your Standard logic app resource.
186+
185187
#### [Azure CLI](#tab/azure-cli)
186188

187189
1. To create the app registration, use the [**az ad sp create** command](/cli/azure/ad/sp#az-ad-sp-create).
@@ -195,9 +197,13 @@ To authenticate managed API connections in Standard logic app workflows hosted o
195197
- Tenant ID
196198
- Client secret
197199

200+
1. Now, [add these values as environment variables](#add-environment-variables) to your Standard logic app resource.
201+
198202
---
199203

200-
### Add environment variable values to your Standard logic app
204+
<a name="add-environment-variables"></a>
205+
206+
### Add environment variable values to your Standard logic app
201207

202208
1. In the [Azure portal](https://portal.azure.com), go to your Standard logic app resource.
203209

0 commit comments

Comments
 (0)