Skip to content

Commit 80ab37a

Browse files
xuehonggecfan
andauthored
Update articles/connectors/connectors-create-api-servicebus.md
Co-authored-by: Esther Fan <[email protected]>
1 parent b01117c commit 80ab37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ By default, the Service Bus built-in connector is a stateless connector. To run
342342

343343
1. In the designer, [follow these general steps to add the Azure Service Bus built-in trigger that you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger).
344344

345-
This example continues with the trigger named **When messages are available in a queue**. This is a built-in auto-complete trigger. The trigger reads the message from service bus and if the logic app is able to get the message and save the trigger response to storage then trigger auto completes the message or if a failure happens the trigger abandons the message. This is for the stateful workflows. In case of the stateless workflows once the abandon/complete is decided about after the run completes.
345+
This example continues with the built-in auto-complete trigger named **When messages are available in a queue**. This trigger reads the message from a service bus. If the logic app can get the message and save the trigger response to storage, the trigger automatically completes the message. If a failure happens instead, the trigger abandons the message. These behaviors only apply to stateful workflows. For stateless workflows, the auto-complete or abandon decision happens only after the run completes.
346346

347347
1. If prompted, provide the following information for your connection. When you're done, select **Create**.
348348

0 commit comments

Comments
 (0)