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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,9 +318,8 @@ The built-in Service Bus connector is a stateless connector, by default. To run
318
318
319
319
> [!NOTE]
320
320
>
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).
324
323
325
324
1. Add any actions that your workflow needs.
326
325
@@ -543,7 +542,7 @@ The Service Bus built-in connector is available only for Standard logic app work
543
542
| When messages are available in a queue | Start a workflow when one or more messages are available in a queue. |
544
543
| When messages are available in a topic subscription | Start a workflow when one or more messages are available in a topic subscription. |
545
544
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).
547
546
548
547
| Action | Description |
549
548
|--------|-------------|
@@ -586,4 +585,4 @@ As long as this error happens only occasionally, the error is expected. When the
586
585
587
586
*[Managed connectors for Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
588
587
*[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