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-servicebus.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 04/11/2024
8
+
ms.date: 08/26/2024
9
9
ms.custom: engagement-fy23
10
10
---
11
11
@@ -32,8 +32,8 @@ The Service Bus connector has different versions, based on [logic app workflow t
32
32
33
33
| Logic app | Environment | Connector version |
34
34
|-----------|-------------|-------------------|
35
-
|**Consumption**| Multitenant Azure Logic Apps | Managed connector, which appears in the connector gallery under **Runtime** > **Shared**. For more information, review the following documentation: <br><br>- [Service Bus managed connector reference](/connectors/servicebus/) <br>- [Managed connectors in Azure Logic Apps](managed.md)|
36
-
| **Standard** | Single-tenant Azure Logic Apps and App Service Environment v3 (Windows plans only) | Managed connector (Azure-hosted), which appears in the connector gallery under **Runtime** > **Shared**, and built-in connector, which appears in the connector gallery under **Runtime** > **In App** and is [service provider based](../logic-apps/custom-connector-overview.md#service-provider-interface-implementation). The built-in version usually provides better performance, capabilities, pricing, and so on. <br><br>**Note**: Service Bus built-in connector triggers follow the [*polling trigger*](introduction.md#triggers) pattern, which means that the trigger continually checks for messages in the queue or topic subscription. <br><br>For more information, review the following documentation: <br><br>- [Service Bus managed connector reference](/connectors/servicebus/) <br>- [Service Bus built-in connector operations](/azure/logic-apps/connectors/built-in/reference/servicebus) <br>- [Built-in connectors in Azure Logic Apps](built-in.md) |
35
+
|**Consumption**| Multitenant Azure Logic Apps | Managed connector, which appears in the connector gallery under **Runtime** > **Shared**. <br><br>**Note**: Service Bus managed connector triggers follow the [*long polling trigger* pattern](#service-bus-managed-triggers), which means that the trigger periodically checks for messages in the queue or topic subscription. For more information, review the following documentation: <br><br>- [Service Bus managed connector reference](/connectors/servicebus/) <br>- [Managed connectors in Azure Logic Apps](managed.md)|
36
+
| **Standard** | Single-tenant Azure Logic Apps and App Service Environment v3 (Windows plans only) | Managed connector (Azure-hosted), which appears in the connector gallery under **Runtime** > **Shared**, and built-in connector, which appears in the connector gallery under **Runtime** > **In App** and is [service provider based](../logic-apps/custom-connector-overview.md#service-provider-interface-implementation). <br><br>The Service Bus managed connector triggers follow the [*long polling trigger* pattern](#service-bus-managed-triggers), which means that the trigger periodically checks for messages in the queue or topic subscription. <br><br>The Service Bus built-in connector triggers usually provides better performance, capabilities, pricing, and so on. <br><br>For more information, review the following documentation: <br><br>- [Service Bus managed connector reference](/connectors/servicebus/) <br>- [Service Bus built-in connector operations](/azure/logic-apps/connectors/built-in/reference/servicebus) <br>- [Built-in connectors in Azure Logic Apps](built-in.md) |
37
37
38
38
## Prerequisites
39
39
@@ -108,6 +108,7 @@ In Standard workflows that use the Service Bus built-in operations, you can incr
108
108
109
109
To increase the timeout for sending a message, [add the **ServiceProviders.ServiceBus.MessageSenderOperationTimeout** app setting](../logic-apps/edit-app-settings-host-settings.md).
110
110
111
+
<aname="service-bus-managed-triggers"></a>
111
112
### Service Bus managed connector triggers
112
113
113
114
* For the Service Bus managed connector, all triggers are *long-polling*. This trigger type processes all the messages and then waits 30 seconds for more messages to appear in the queue or topic subscription. If no messages appear in 30 seconds, the trigger run is skipped. Otherwise, the trigger continues reading messages until the queue or topic subscription is empty. The next trigger poll is based on the recurrence interval specified in the trigger's properties.
@@ -363,11 +364,6 @@ The built-in Service Bus connector is a stateless connector, by default. To run
363
364
364
365

365
366
366
-
> [!NOTE]
367
-
>
368
-
> This Service Bus trigger follows the *polling trigger* pattern, which means that the trigger continually checks for messages
369
-
> in the queue or topic subscription. For more general information about polling triggers, review [Triggers](introduction.md#triggers).
370
-
371
367
1. Add any actions that your workflow needs.
372
368
373
369
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.
@@ -406,6 +402,10 @@ The built-in Service Bus connector is a stateless connector, by default. To run
406
402
407
403

408
404
405
+
> [!NOTE]
406
+
>
407
+
> This Service Bus trigger follows the [*long polling trigger* pattern](#service-bus-managed-triggers).
408
+
409
409
1. To add any other available properties to the trigger, open the **Add new parameter** list, and select the properties that you want.
410
410
411
411
1. Add any actions that your workflow needs.
@@ -606,4 +606,4 @@ As long as this error happens only occasionally, the error is expected. When the
606
606
607
607
*[Managed connectors for Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
608
608
*[Built-in connectors for Azure Logic Apps](built-in.md)
609
-
*[What are connectors in Azure Logic Apps](introduction.md)
609
+
*[What are connectors in Azure Logic Apps](introduction.md)
0 commit comments