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
## Set up authentication for managed API connections
167
167
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.
169
169
170
170
### Create an app registration with Microsoft Entra ID
171
171
@@ -182,6 +182,8 @@ To authenticate managed API connections in Standard logic app workflows hosted o
182
182
- Tenant ID
183
183
- Client secret
184
184
185
+
1. Now, [add these values as environment variables](#add-environment-variables) to your Standard logic app resource.
186
+
185
187
#### [Azure CLI](#tab/azure-cli)
186
188
187
189
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
195
197
- Tenant ID
196
198
- Client secret
197
199
200
+
1. Now, [add these values as environment variables](#add-environment-variables) to your Standard logic app resource.
201
+
198
202
---
199
203
200
-
### Add environment variable values to your Standard logic app
204
+
<aname="add-environment-variables"></a>
205
+
206
+
### Add environment variable values to your Standard logic app
201
207
202
208
1. In the [Azure portal](https://portal.azure.com), go to your Standard logic app resource.
0 commit comments