Skip to content

Commit cef96bc

Browse files
committed
Consistency edits
1 parent eeeb6d1 commit cef96bc

File tree

3 files changed

+45
-41
lines changed

3 files changed

+45
-41
lines changed

articles/connectors/connectors-create-api-ftp.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -278,17 +278,17 @@ Before you can use an FTP action, your workflow must already start with a trigge
278278

279279
![Screenshot shows Consumption workflow designer, "Get file content" action, and "File" property with "Id" entered.](./media/connectors-create-api-ftp/ftp-get-file-content-id-entered-consumption.png)
280280

281-
1. When you're done, save your logic app workflow.
281+
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
282282

283283
### [Standard](#tab/standard)
284284

285-
The steps to add and use an FTP action differ based on whether your workflow uses an "Azure" managed connector trigger or a built-in connector trigger.
285+
The steps to add and use an FTP action differ based on whether your workflow uses the built-in connector or the managed, Azure-hosted connector.
286286

287-
* [**Workflows with a built-in trigger**](#built-in-trigger-workflows): Describes the steps for workflows that start with a built-in trigger.
287+
* [**Built-in trigger**](#built-in-trigger-workflows): Describes the steps to add a built-in action.
288288

289289
If you used the FTP built-in trigger, and you want the content from a newly added or updated file, you can use a **For each** loop to iterate through the array that's returned by the trigger. You can then use just the **Get file content** action without any other intermediary actions. For more information about FTP built-in connector operations, review [FTP built-in connector operations](#ftp-built-in-connector-operations) later in this article.
290290

291-
* [**Workflows with a managed trigger**](#managed-trigger-workflows): Describes the steps for workflows that start with a managed trigger.
291+
* [**Managed trigger**](#managed-trigger-workflows): Describes the steps to add a managed action.
292292

293293
If you used the FTP managed connector trigger, and want the content from a newly added or modified file, you can use a **For each** loop to iterate through the array that's returned by the trigger. You then have to use intermediary actions such as the FTP action named **Get file metadata** before you use the **Get file content** action.
294294

@@ -327,7 +327,9 @@ The steps to add and use an FTP action differ based on whether your workflow use
327327

328328
![Screenshot shows Standard workflow designer and "Get file content" action complete.](./media/connectors-create-api-ftp/ftp-action-get-file-content-complete-built-in-standard.png)
329329

330-
1. Add any other actions that your workflow needs. When you're done, save your logic app workflow.
330+
1. Add any other actions that your workflow needs.
331+
332+
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
331333

332334
<a name="managed-trigger-workflows"></a>
333335

@@ -384,7 +386,9 @@ The steps to add and use an FTP action differ based on whether your workflow use
384386

385387
![Screenshot shows Standard workflow designer, "Get file content" action, and "File" property set to "Id" action output.](./media/connectors-create-api-ftp/ftp-get-file-content-complete-azure-standard.png)
386388

387-
1. Add any other actions that your workflow needs. When you're done, save your logic app workflow.
389+
1. Add any other actions that your workflow needs.
390+
391+
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
388392

389393
---
390394

articles/connectors/connectors-create-api-servicebus.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
251251

252252
1. To add any other available properties to the trigger, open the **Add new parameter** list, and select the properties that you want.
253253

254-
1. Continue building your workflow by adding the actions that you want.
254+
1. Add any actions that your workflow needs.
255255

256256
For example, you can add an action that sends email when a new message arrives. When your trigger checks your queue and finds a new message, your workflow runs your selected actions for the found message.
257257

@@ -307,7 +307,7 @@ The steps to add and use a Service Bus trigger differ based on whether you want
307307
> for events or data that meet the specified condition before running a workflow. The trigger doesn't check
308308
> for events or data based on a specified schedule. For more information, review [Triggers](apis-list.md#triggers).
309309
310-
1. Continue building your workflow by adding the actions that you want.
310+
1. Add any actions that your workflow needs.
311311

312312
For example, you can add an action that sends email when a new message arrives. When your trigger checks your queue and finds a new message, your workflow runs your selected actions for the found message.
313313

@@ -352,7 +352,7 @@ The steps to add and use a Service Bus trigger differ based on whether you want
352352

353353
1. To add any other available properties to the trigger, open the **Add new parameter** list, and select the properties that you want.
354354

355-
1. Continue building your workflow by adding the actions that you want.
355+
1. Add any actions that your workflow needs.
356356

357357
For example, you can add an action that sends email when a new message arrives. When your trigger checks your queue and finds a new message, your workflow runs your selected actions for the found message.
358358

@@ -405,15 +405,15 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
405405

406406
1. To add any other available properties to the action, open the **Add new parameter** list, and select the properties that you want.
407407

408-
1. Continue building your workflow by adding any other actions that you want.
408+
1. Add any other actions that your workflow needs.
409409

410410
For example, you can add an action that sends email to confirm that your message was sent.
411411

412412
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
413413

414414
### [Standard](#tab/standard)
415415

416-
The steps to add and use a Service Bus action differ based on whether you want to use the built-in connector trigger or the managed, Azure-hosted connector.
416+
The steps to add and use a Service Bus action differ based on whether you want to use the built-in connector or the managed, Azure-hosted connector.
417417

418418
* [**Built-in action**](#built-in-connector-action): Describes the steps to add a built-in action.
419419

@@ -458,7 +458,7 @@ The steps to add and use a Service Bus action differ based on whether you want t
458458

459459
1. To add any other available properties to the action, open the **Add new parameter** list, and select the properties that you want.
460460

461-
1. Continue building your workflow by adding the actions that you want.
461+
1. Add any other actions that your workflow needs.
462462

463463
For example, you can add an action that sends email to confirm that your message was sent.
464464

@@ -505,14 +505,38 @@ The steps to add and use a Service Bus action differ based on whether you want t
505505

506506
1. To add any other available properties to the action, open the **Add new parameter** list, and select the properties that you want.
507507

508-
1. Continue building your workflow by adding any other actions that you want.
508+
1. Add any other actions that your workflow needs.
509509

510510
For example, you can add an action that sends email to confirm that your message was sent.
511511

512512
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
513513

514514
---
515515

516+
<a name="built-in-connector-operations"></a>
517+
518+
## Service Bus built-in connector operations
519+
520+
The Service Bus built-in connector is available only for Standard logic app workflows and provides the following triggers and actions:
521+
522+
| Trigger | Description |
523+
|-------- |-------------|
524+
| When messages are available in a queue | Start a workflow when one or more messages are available in a queue. |
525+
| When messages are available in a topic subscription | Start a workflow when one or more messages are available in a topic subscription. |
526+
527+
These Service Bus triggers follow the *push trigger* pattern, which means that the trigger waits and listens for events or data that meet the specified condition before running a workflow. The trigger doesn't check for events or data based on a specified schedule. For more information, review [Triggers](apis-list.md#triggers).
528+
529+
| Action | Description |
530+
|--------|-------------|
531+
| Send message | Send a message to a queue or topic. |
532+
| Send multiple messages | Send more than one message to a queue or topic. |
533+
534+
<a name="built-in-connector-app-settings"></a>
535+
536+
## Service Bus built-in connector app settings
537+
538+
In a Standard logic app resource, the Service Bus built-in connector includes app settings that control various thresholds, such as timeout for sending messages and number of message senders per processor core in the message pool. For more information, review [Reference for app settings - local.settings.json](../logic-apps/edit-app-settings-host-settings.md#reference-local-settings-json).
539+
516540
## Troubleshooting
517541

518542
### Delays in updates to your workflow taking effect
@@ -539,30 +563,6 @@ The chance exists that requests might not get routed to the same role instance,
539563

540564
As long as this error happens only occasionally, the error is expected. When the error happens, the message is still preserved in the service bus. The next trigger or workflow run tries to process the message again.
541565

542-
<a name="built-in-connector-operations"></a>
543-
544-
## Service Bus built-in connector operations
545-
546-
The Service Bus built-in connector is available only for Standard logic app workflows and provides the following triggers and actions:
547-
548-
| Trigger | Description |
549-
|-------- |-------------|
550-
| When messages are available in a queue | Start a workflow when one or more messages are available in a queue. |
551-
| When messages are available in a topic subscription | Start a workflow when one or more messages are available in a topic subscription. |
552-
553-
These Service Bus triggers follow the *push trigger* pattern, which means that the trigger waits and listens for events or data that meet the specified condition before running a workflow. The trigger doesn't check for events or data based on a specified schedule. For more information, review [Triggers](apis-list.md#triggers).
554-
555-
| Action | Description |
556-
|--------|-------------|
557-
| Send message | Send a message to a queue or topic. |
558-
| Send multiple messages | Send more than one message to a queue or topic. |
559-
560-
<a name="built-in-connector-app-settings"></a>
561-
562-
## Service Bus built-in connector app settings
563-
564-
In a Standard logic app resource, the Service Bus built-in connector includes app settings that control various thresholds, such as timeout for sending messages and number of message senders per processor core in the message pool. For more information, review [Reference for app settings - local.settings.json](../logic-apps/edit-app-settings-host-settings.md#reference-local-settings-json).
565-
566566
## Next steps
567567

568568
* [Managed connectors in Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)

articles/connectors/connectors-create-api-sqlazure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
125125

126126
For example, to view the data in this row, you can add other actions that create a file that includes the fields from the returned row, and then send email alerts. To learn about other available actions for this connector, see the [SQL Server managed connector reference](/connectors/sql/).
127127

128-
1. When you're done, save your workflow.
128+
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
129129

130130
### [Standard](#tab/standard)
131131

@@ -157,7 +157,7 @@ In Standard logic app workflows, only the SQL Server managed connector has trigg
157157

158158
For example, to view the data in this row, you can add other actions that create a file that includes the fields from the returned row, and then send email alerts. To learn about other available actions for this connector, see the [SQL Server managed connector reference](/connectors/sql/).
159159

160-
1. When you're done, save your workflow.
160+
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
161161

162162
---
163163

@@ -215,7 +215,7 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
215215

216216
This action returns only one row from the selected table, and nothing else. To view the data in this row, add other actions. For example, such actions might create a file, include the fields from the returned row, and store the file in a cloud storage account. To learn about other available actions for this connector, see the [connector's reference page](/connectors/sql/).
217217

218-
1. When you're done, save your workflow.
218+
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
219219

220220
### [Standard](#tab/standard)
221221

@@ -263,7 +263,7 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
263263

264264
This action returns only one row from the selected table, and nothing else. To view the data in this row, add other actions. For example, such actions might create a file, include the fields from the returned row, and store the file in a cloud storage account. To learn about other available actions for this connector, review the [managed connector's reference page](/connectors/sql/).
265265

266-
1. When you're done, save your workflow.
266+
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
267267

268268
---
269269

0 commit comments

Comments
 (0)