Skip to content

Commit d5c7afb

Browse files
authored
Clarity edits about polling
1 parent 9c08a13 commit d5c7afb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 04/11/2024
8+
ms.date: 08/26/2024
99
ms.custom: engagement-fy23
1010
---
1111

@@ -32,8 +32,8 @@ The Service Bus connector has different versions, based on [logic app workflow t
3232

3333
| Logic app | Environment | Connector version |
3434
|-----------|-------------|-------------------|
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) |
3737

3838
## Prerequisites
3939

@@ -108,6 +108,7 @@ In Standard workflows that use the Service Bus built-in operations, you can incr
108108

109109
To increase the timeout for sending a message, [add the **ServiceProviders.ServiceBus.MessageSenderOperationTimeout** app setting](../logic-apps/edit-app-settings-host-settings.md).
110110

111+
<a name="service-bus-managed-triggers"></a>
111112
### Service Bus managed connector triggers
112113

113114
* 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
363364

364365
![Screenshot showing Standard workflow, Service Bus built-in trigger, and example trigger information.](./media/connectors-create-api-azure-service-bus/service-bus-trigger-built-in-standard.png)
365366

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-
371367
1. Add any actions that your workflow needs.
372368

373369
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
406402

407403
![Screenshot showing Standard workflow, Service Bus managed trigger, and example trigger information.](./media/connectors-create-api-azure-service-bus/service-bus-trigger-managed-standard.png)
408404

405+
> [!NOTE]
406+
>
407+
> This Service Bus trigger follows the [*long polling trigger* pattern](#service-bus-managed-triggers).
408+
409409
1. To add any other available properties to the trigger, open the **Add new parameter** list, and select the properties that you want.
410410

411411
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
606606

607607
* [Managed connectors for Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
608608
* [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

Comments
 (0)