Skip to content

Commit 552df48

Browse files
cdparkecfan
andauthored
Apply suggestions from code review
Co-authored-by: Esther Fan <[email protected]>
1 parent 41f824f commit 552df48

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

articles/connectors/connectors-native-http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ If you have a Standard logic app resource in single-tenant Azure Logic Apps, and
207207

208208
For example, if you're working in Visual Studio Code, follow these steps:
209209

210-
1. Open your logic app project's *local.settings.json* file.
210+
1. Open your logic app project's **local.settings.json** file.
211211

212212
1. In the `Values` JSON object, add or update the `WEBSITE_LOAD_ROOT_CERTIFICATES` setting:
213213

@@ -248,7 +248,7 @@ For more information, see [Manage app settings - local.settings.json](../logic-a
248248

249249
For example, if you're working in Visual Studio Code, follow these steps:
250250

251-
1. Open your logic app project's *local.settings.json* file.
251+
1. Open your logic app project's **local.settings.json** file.
252252

253253
1. In the `Values` JSON object, add or update the `WEBSITE_LOAD_USER_PROFILE` setting:
254254

articles/connectors/connectors-native-reqres.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,9 @@ The **Request** trigger creates a manually callable endpoint that handles *only*
331331

332332
1. If any other parameters exist for the trigger, open the **Advanced parameters** list, and select the parameters that you want.
333333

334+
335+
1. If any other parameters exist for the trigger, open the **Advanced parameters** list, and select the parameters that you want.
336+
334337

335338
1. When you're ready, save your workflow. On the designer toolbar, select **Save**.
336339

articles/logic-apps/edit-app-settings-host-settings.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@ The following example shows the syntax for these settings where each workflow ID
213213

214214
### *Trigger* concurrency
215215

216-
The following settings work only for workflows that start with a recurrence-based trigger for [built-in, service provider-based connectors](/azure/logic-apps/connectors/built-in/reference/). For a workflow that starts with a function-based trigger, you might try to [set up batching where supported](logic-apps-batch-process-send-receive-messages.md). However, batching isn't always the correct solution. For example, with Azure Service Bus triggers, a batch might hold onto messages beyond the lock duration. As a result, any action, such as complete or abandon, fails on such messages.
216+
The following concurrency settings apply only to workflows that start with a recurrence-based trigger for [built-in, service provider-based connectors](/azure/logic-apps/connectors/built-in/reference/) and control the number of workflows that run concurrently, or at the same time.
217+
218+
For a workflow that starts with a function-based trigger, you might try to [set up batching where supported](logic-apps-batch-process-send-receive-messages.md). However, batching isn't always the correct solution. For example, with Azure Service Bus triggers, a batch might hold onto messages beyond the lock duration. As a result, any action, such as complete or abandon, fails on such messages.
217219

218220
| Setting | Default value | Description |
219221
|---------|---------------|-------------|

0 commit comments

Comments
 (0)