Skip to content

Commit 3dd33c0

Browse files
Merge pull request #211026 from ecfan/patch-1
Azure Logic Apps: Service Bus connector - Fix typo and formatting
2 parents 96c7d00 + 6692a5d commit 3dd33c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The Service Bus connector has different versions, based on [logic app workflow t
4040

4141
* A Service Bus namespace and messaging entity, such as a queue. For more information, review the following documentation:
4242

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)
4444

4545
* [Create a Service Bus namespace and queue](../service-bus-messaging/service-bus-quickstart-portal.md)
4646

@@ -123,9 +123,9 @@ To increase the timeout for sending a message, [add the `ServiceProviders.Servic
123123
> throttled state at next polling interval.
124124
>
125125
> 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
127127
> 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.
129129
> To change the maximum waiting runs value, review [Change waiting runs limit](../logic-apps/logic-apps-workflow-actions-triggers.md#change-waiting-runs).
130130
131131
<a name="permissions-connection-string"></a>
@@ -570,4 +570,4 @@ As long as this error happens only occasionally, the error is expected. When the
570570
## Next steps
571571

572572
* [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

Comments
 (0)