Skip to content

Commit de14b21

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ To increase the timeout for sending a message, [add the **ServiceProviders.Servi
133133
> However, despite this setting, the message still might not complete if your workflow remains in a
134134
> throttled state at next polling interval.
135135
>
136-
> If you do still need to use concurrency control for a workflow with service bus trigger, we suggest creating and saving the workflow first,
136+
> If you must change the concurrency on a Service Bus auto-complete trigger, don't make this change before
137+
> you initially save your workflow. Create and save your workflow first before you edit the trigger to change the concurrency.
138+
```
137139
> and then edit the workflow to enable concurrency control. Do not enable concurrency control in the initial save.
138140
139141
### Service Bus built-in connector triggers

0 commit comments

Comments
 (0)