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
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-ftp.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,17 +278,17 @@ Before you can use an FTP action, your workflow must already start with a trigge
278
278
279
279

280
280
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**.
282
282
283
283
### [Standard](#tab/standard)
284
284
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.
286
286
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.
288
288
289
289
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.
290
290
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.
292
292
293
293
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.
294
294
@@ -327,7 +327,9 @@ The steps to add and use an FTP action differ based on whether your workflow use
327
327
328
328

329
329
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**.
331
333
332
334
<aname="managed-trigger-workflows"></a>
333
335
@@ -384,7 +386,9 @@ The steps to add and use an FTP action differ based on whether your workflow use
384
386
385
387

386
388
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**.
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-servicebus.md
+31-31Lines changed: 31 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
251
251
252
252
1. To add any other available properties to the trigger, open the **Add new parameter** list, and select the properties that you want.
253
253
254
-
1.Continue building your workflow by adding the actions that you want.
254
+
1.Add any actions that your workflow needs.
255
255
256
256
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.
257
257
@@ -307,7 +307,7 @@ The steps to add and use a Service Bus trigger differ based on whether you want
307
307
> for events or data that meet the specified condition before running a workflow. The trigger doesn't check
308
308
> for events or data based on a specified schedule. For more information, review [Triggers](apis-list.md#triggers).
309
309
310
-
1.Continue building your workflow by adding the actions that you want.
310
+
1.Add any actions that your workflow needs.
311
311
312
312
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.
313
313
@@ -352,7 +352,7 @@ The steps to add and use a Service Bus trigger differ based on whether you want
352
352
353
353
1. To add any other available properties to the trigger, open the **Add new parameter** list, and select the properties that you want.
354
354
355
-
1.Continue building your workflow by adding the actions that you want.
355
+
1.Add any actions that your workflow needs.
356
356
357
357
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.
358
358
@@ -405,15 +405,15 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
405
405
406
406
1. To add any other available properties to the action, open the **Add new parameter** list, and select the properties that you want.
407
407
408
-
1.Continue building your workflow by adding any other actions that you want.
408
+
1.Add any other actions that your workflow needs.
409
409
410
410
For example, you can add an action that sends email to confirm that your message was sent.
411
411
412
412
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
413
413
414
414
### [Standard](#tab/standard)
415
415
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.
417
417
418
418
*[**Built-in action**](#built-in-connector-action): Describes the steps to add a built-in action.
419
419
@@ -458,7 +458,7 @@ The steps to add and use a Service Bus action differ based on whether you want t
458
458
459
459
1. To add any other available properties to the action, open the **Add new parameter** list, and select the properties that you want.
460
460
461
-
1.Continue building your workflow by adding the actions that you want.
461
+
1.Add any other actions that your workflow needs.
462
462
463
463
For example, you can add an action that sends email to confirm that your message was sent.
464
464
@@ -505,14 +505,38 @@ The steps to add and use a Service Bus action differ based on whether you want t
505
505
506
506
1. To add any other available properties to the action, open the **Add new parameter** list, and select the properties that you want.
507
507
508
-
1.Continue building your workflow by adding any other actions that you want.
508
+
1.Add any other actions that your workflow needs.
509
509
510
510
For example, you can add an action that sends email to confirm that your message was sent.
511
511
512
512
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
513
513
514
514
---
515
515
516
+
<aname="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
+
<aname="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
+
516
540
## Troubleshooting
517
541
518
542
### 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,
539
563
540
564
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.
541
565
542
-
<aname="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
-
<aname="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
-
566
566
## Next steps
567
567
568
568
*[Managed connectors in Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-sqlazure.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
125
125
126
126
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/).
127
127
128
-
1. When you're done, save your workflow.
128
+
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
129
129
130
130
### [Standard](#tab/standard)
131
131
@@ -157,7 +157,7 @@ In Standard logic app workflows, only the SQL Server managed connector has trigg
157
157
158
158
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/).
159
159
160
-
1. When you're done, save your workflow.
160
+
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
161
161
162
162
---
163
163
@@ -215,7 +215,7 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
215
215
216
216
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/).
217
217
218
-
1. When you're done, save your workflow.
218
+
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
219
219
220
220
### [Standard](#tab/standard)
221
221
@@ -263,7 +263,7 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
263
263
264
264
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/).
265
265
266
-
1. When you're done, save your workflow.
266
+
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
0 commit comments