Skip to content

Commit 865d529

Browse files
Merge pull request #244252 from harry6561/patch-2
Azure Logic Apps: Service Bus - Built-in triggers are polling, not push
2 parents ac99ac5 + 12eef9b commit 865d529

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,8 @@ The built-in Service Bus connector is a stateless connector, by default. To run
318318

319319
> [!NOTE]
320320
>
321-
> This Service Bus trigger follows the *push trigger* pattern, which means that the trigger waits and listens
322-
> for events or data that meet the specified condition before running a workflow. The trigger doesn't check
323-
> for events or data based on a specified schedule. For more information, review [Triggers](introduction.md#triggers).
321+
> This Service Bus trigger follows the *polling trigger* pattern, which means that the trigger continually checks for messages
322+
> in the queue or topic subscription. For more general information about polling triggers, review [Triggers](introduction.md#triggers).
324323
325324
1. Add any actions that your workflow needs.
326325

@@ -543,7 +542,7 @@ The Service Bus built-in connector is available only for Standard logic app work
543542
| When messages are available in a queue | Start a workflow when one or more messages are available in a queue. |
544543
| When messages are available in a topic subscription | Start a workflow when one or more messages are available in a topic subscription. |
545544

546-
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](introduction.md#triggers).
545+
These Service Bus triggers follow the *polling trigger* pattern, which means that the trigger continually checks for messages in the queue or topic subscription. For more general information about polling triggers, review [Triggers](introduction.md#triggers).
547546

548547
| Action | Description |
549548
|--------|-------------|
@@ -586,4 +585,4 @@ As long as this error happens only occasionally, the error is expected. When the
586585

587586
* [Managed connectors for Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
588587
* [Built-in connectors for Azure Logic Apps](built-in.md)
589-
* [What are connectors in Azure Logic Apps](introduction.md)
588+
* [What are connectors in Azure Logic Apps](introduction.md)

0 commit comments

Comments
 (0)