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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The Service Bus connector has different versions, based on [logic app workflow t
40
40
41
41
* A Service Bus namespace and messaging entity, such as a queue. For more information, review the following documentation:
42
42
43
-
*[create a Service Bus namespace](../service-bus-messaging/service-bus-create-namespace-portal.md)
43
+
*[Create a Service Bus namespace](../service-bus-messaging/service-bus-create-namespace-portal.md)
44
44
45
45
*[Create a Service Bus namespace and queue](../service-bus-messaging/service-bus-quickstart-portal.md)
46
46
@@ -123,9 +123,9 @@ To increase the timeout for sending a message, [add the `ServiceProviders.Servic
123
123
> throttled state at next polling interval.
124
124
>
125
125
> However, if you [turn on a Service Bus trigger's concurrency setting](../logic-apps/logic-apps-workflow-actions-triggers.md#change-trigger-concurrency),
126
-
> the default value for the `maximumWaitingRuns` property is 10. Based on the Service Bus entity's lock duration setting
126
+
> the default value for the `maximumWaitingRuns` property is 10. Based on the Service Bus entity's lock duration setting
127
127
> and the run duration for your workflow, this default value might be too large and might cause a "lock lost" exception.
128
-
> To find the optimal value for your scenario, start testing with a value of 1 or 2 for the `maximumWaitingRuns` property.
128
+
> To find the optimal value for your scenario, start testing with a value of 1 or 2 for the `maximumWaitingRuns` property.
129
129
> To change the maximum waiting runs value, review [Change waiting runs limit](../logic-apps/logic-apps-workflow-actions-triggers.md#change-waiting-runs).
130
130
131
131
<aname="permissions-connection-string"></a>
@@ -570,4 +570,4 @@ As long as this error happens only occasionally, the error is expected. When the
570
570
## Next steps
571
571
572
572
*[Managed connectors in Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
573
-
*[Built-in connectors in Azure Logic Apps](built-in.md)
573
+
*[Built-in connectors in Azure Logic Apps](built-in.md)
0 commit comments