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
@@ -91,7 +91,7 @@ This built-in trigger makes an HTTP call to the specified URL for an endpoint an
91
91
92
92
---
93
93
94
-
<aname="http-action"></a>
94
+
<aid="http-action"></a>
95
95
96
96
## Add an HTTP action
97
97
@@ -169,7 +169,7 @@ An HTTP trigger or action outputs the following information:
169
169
170
170
For information about encryption, security, and authorization for outbound calls from your workflow, such as [Transport Layer Security (TLS)](https://en.wikipedia.org/wiki/Transport_Layer_Security), self-signed certificates, or [Microsoft Entra ID Open Authentication](../active-directory/develop/index.yml), see [Access for outbound calls to other services and systems](../logic-apps/logic-apps-securing-a-logic-app.md#secure-outbound-requests).
171
171
172
-
<aname="single-tenant-authentication"></a>
172
+
<aid="single-tenant-authentication"></a>
173
173
174
174
## Authentication for single-tenant environment
175
175
@@ -179,7 +179,7 @@ If you have a Standard logic app resource in single-tenant Azure Logic Apps, and
179
179
180
180
*[Client certificate or Microsoft Entra ID Open Authentication (Microsoft Entra ID OAuth) with the *Certificate* credential type](#client-certificate-authentication): Add the app setting `WEBSITE_LOAD_USER_PROFILE`, and set the value to *1*.
181
181
182
-
<aname="tls-certificate-authentication"></a>
182
+
<aid="tlsssl-certificate-authentication"></a>
183
183
184
184
### TLS certificate authentication
185
185
@@ -217,9 +217,9 @@ For example, if you're working in Visual Studio Code, follow these steps:
217
217
218
218
For more information, see [Manage app settings - local.settings.json](../logic-apps/edit-app-settings-host-settings.md#manage-app-settings).
### Client certificate or Microsoft Entra ID OAuth with *Certificate* credential type authentication
225
225
@@ -303,7 +303,7 @@ For example, suppose you have a logic app that sends an HTTP POST request to a w
303
303
304
304
:::image type="content" source="./media/connectors-native-http/http-action-urlencoded.png" alt-text="Screenshot that shows the workflow with HTTP request and content-type header set to application slash x-www-form-urlencoded." lightbox="./media/connectors-native-http/http-action-urlencoded.png":::
305
305
306
-
<aname="asynchronous-pattern"></a>
306
+
<aid="asynchronous-pattern"></a>
307
307
308
308
## Asynchronous request-response behavior
309
309
@@ -321,7 +321,7 @@ For *stateless* workflows in single-tenant Azure Logic Apps, HTTP-based actions
321
321
1. On the information pane that opens, select **Settings**.
322
322
1. Under **Networking**, find the **Asynchronous pattern** setting.
323
323
324
-
<aname="disable-asynchronous-operations"></a>
324
+
<aid="disable-asynchronous-operations"></a>
325
325
326
326
## Disable asynchronous operations
327
327
@@ -330,21 +330,21 @@ Sometimes, you might want to disable the HTTP action's asynchronous behavior in
330
330
*[Avoid HTTP timeouts for long-running tasks](#avoid-http-timeouts)
1. In the workflow designer, select the HTTP action, and on the information pane that opens, select **Settings**.
338
338
339
339
1. Under **Networking**, find the **Asynchronous pattern** setting. Turn the setting to **Off** if enabled.
340
340
341
-
<aname="add-disable-async-pattern-option"></a>
341
+
<aid="add-disable-async-pattern-option"></a>
342
342
343
343
### Disable asynchronous pattern in action's JSON definition
344
344
345
345
In the HTTP action's underlying JSON definition, [add the `DisableAsyncPattern` operation option](../logic-apps/logic-apps-workflow-actions-triggers.md#operation-options) to the action's definition so that the action follows the synchronous operation pattern instead. For more information, see also [Run actions in a synchronous operation pattern](../logic-apps/logic-apps-workflow-actions-triggers.md#disable-asynchronous-pattern).
346
346
347
-
<aname="avoid-http-timeouts"></a>
347
+
<aid="avoid-http-timeouts"></a>
348
348
349
349
## Avoid HTTP timeouts for long-running tasks
350
350
@@ -373,7 +373,7 @@ Here's the same example that shows the HTTP action response that contains `Retry
373
373
374
374
Sometimes, the destination service responds by returning the results one page at a time. If the response specifies the next page with the `nextLink` or `@odata.nextLink` property, you can turn on the **Pagination** setting on the HTTP action. This setting causes the HTTP action to automatically follow these links and get the next page. However, if the response specifies the next page with any other tag, you might have to add a loop to your workflow. Make this loop follow that tag and manually get each page until the tag is null.
375
375
376
-
<aname="disable-location-header-check"></a>
376
+
<aid="disable-location-header-check"></a>
377
377
378
378
## Disable checking location headers
379
379
@@ -385,7 +385,7 @@ Some endpoints, services, systems, or APIs return a `202 ACCEPTED` response that
385
385
386
386
## Known issues
387
387
388
-
<aname="omitted-headers"></a>
388
+
<aid="omitted-headers"></a>
389
389
390
390
### Omitted HTTP headers
391
391
@@ -404,7 +404,7 @@ If an HTTP trigger or action includes these headers, Azure Logic Apps removes th
404
404
405
405
Although Azure Logic Apps doesn't stop you from saving logic apps that use an HTTP trigger or action with these headers, Azure Logic Apps ignores these headers.
406
406
407
-
<aname="mismatch-content-type"></a>
407
+
<aid="mismatch-content-type"></a>
408
408
409
409
### Response content doesn't match the expected content type
Copy file name to clipboardExpand all lines: articles/logic-apps/edit-app-settings-host-settings.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.custom: fasttrack-edit
10
10
# Customer intent: As a logic app workflow developer, I want to learn about application settings and host settings that I can edit to customize the way that my Standard workflows run.
11
11
---
12
12
13
-
# Edit host and app settings for single-tenant Standard Azure Logic Apps
13
+
# Edit host and app settings for Standard logic apps in single-tenant Azure Logic Apps
0 commit comments