Skip to content

Commit cae528f

Browse files
authored
Edits for accuracy and clarity
1 parent 453d45f commit cae528f

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Connect to Azure Service Bus from workflows
3-
description: Learn how to access Azure Service Bus from a workflow in Azure Logic Apps by using the Service Bus connector.
4-
services: logic-apps
2+
title: Connect to Azure Service Bus from Workflows
3+
description: Learn how to access Azure Service Bus from workflows in Azure Logic Apps by using the Service Bus connector.
4+
services: azure-logic-apps
55
ms.suite: integration
6-
ms.reviewer: estfan, azla
6+
ms.reviewers: estfan, azla
77
ms.topic: how-to
8-
ms.date: 03/04/2026
8+
ms.date: 03/18/2026
99
ms.custom:
1010
- engagement-fy23
1111
- sfi-image-nochange
@@ -16,16 +16,16 @@ ms.custom:
1616

1717
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
1818

19-
This guide shows how to access Azure Service Bus from a workflow in Azure Logic Apps by using the Service Bus connector. You can then create automated workflows that run when triggered by events in a service bus or run actions to manage service bus items, for example:
19+
This guide shows how to access service bus resources in Azure Service Bus from automation and integration workflows in Azure Logic Apps by using the Service Bus connector. Your can have service bus events trigger your workflow or run actions that interact with service bus items, for example:
2020

21-
* Monitor when messages arrive (auto-complete) or are received (peek-lock) in queues, topics, and topic subscriptions.
22-
* Send messages.
23-
* Create and delete topic subscriptions.
24-
* Manage messages in queues and topic subscriptions, for example, get, get deferred, complete, defer, abandon, and dead-letter.
25-
* Renew locks on messages and sessions in queues and topic subscriptions.
26-
* Close sessions in queues and topics.
21+
- Monitor when messages arrive (auto-complete) or are received (peek-lock) in queues, topics, and topic subscriptions.
22+
- Send messages.
23+
- Create and delete topic subscriptions.
24+
- Manage messages in queues and topic subscriptions, for example, get, get deferred, complete, defer, abandon, and dead-letter.
25+
- Renew locks on messages and sessions in queues and topic subscriptions.
26+
- Close sessions in queues and topics.
2727

28-
You can use triggers that get responses from Azure Service Bus and make the output available to other actions in your workflows. You can also have other actions use the output from Service Bus actions.
28+
You can use triggers and actions that get responses from Azure Service Bus and then make the output available to other actions in your workflows.
2929

3030
<a name="connector-reference"></a>
3131

@@ -35,8 +35,8 @@ The Service Bus connector has different versions, based on [logic app workflow t
3535

3636
| Logic app | Environment | Connector version |
3737
|-----------|-------------|-------------------|
38-
| **Consumption** | Multi-tenant Azure Logic Apps | Managed connector, which appears in the connector gallery under **Runtime** > **Shared**. <br><br>**Note**: Service Bus managed connector triggers follow the [*long-polling trigger* pattern](#service-bus-managed-triggers), which means that the trigger periodically checks for messages in the queue or topic subscription. For more information, see: <br>- [Service Bus managed connector reference](/connectors/servicebus/) <br>- [Managed connectors in Azure Logic Apps](managed.md) |
39-
| **Standard** | Single-tenant Azure Logic Apps and App Service Environment v3 (Windows plans only) | Managed connector (Azure-hosted), which appears in the connector gallery under **Runtime** > **Shared**, and built-in connector, which appears in the connector gallery under **Runtime** > **In App** and is [service provider based](../logic-apps/custom-connector-overview.md#service-provider-interface-implementation). <br><br>The Service Bus managed connector triggers follow the [*long-polling trigger* pattern](#service-bus-managed-triggers), which means that the trigger periodically checks for messages in the queue or topic subscription. <br><br>The Service Bus built-in connector non-session triggers follow a *continuous-polling trigger pattern* that the connector fully manages. In this pattern, the trigger constantly checks for messages in the queue or topic subscription. Session triggers follow the *long-polling trigger pattern*, but its configuration is governed by the Azure Functions setting named [**clientRetryOptions:tryTimeout**](../azure-functions/functions-bindings-service-bus.md#hostjson-settings). The built-in version usually provides better performance, capabilities, pricing, and so on. <br><br>For more information, see: <br><br>- [Service Bus managed connector reference](/connectors/servicebus/) <br>- [Service Bus built-in connector operations](/azure/logic-apps/connectors/built-in/reference/servicebus) <br>- [Built-in connectors in Azure Logic Apps](built-in.md) |
38+
| **Consumption** | Multitenant Azure Logic Apps | Managed connector, which appears in the connector gallery under **Runtime** > **Shared**. <br><br>**Note**: Service Bus managed connector triggers follow the [*long-polling trigger* pattern](#service-bus-managed-triggers), which means that the trigger periodically checks for messages in the queue or topic subscription. For more information, see: <br>- [Service Bus managed connector reference](/connectors/servicebus/) <br>- [Managed connectors in Azure Logic Apps](managed.md) |
39+
| **Standard** | Single-tenant Azure Logic Apps, App Service Environment v3 (Windows plans only), and hybrid deployment | Managed connector, which appears in the connector gallery under **Runtime** > **Shared**, and built-in connector, which appears in the connector gallery under **Runtime** > **Built-in** and is [service provider based](../logic-apps/custom-connector-overview.md#service-provider-interface-implementation). <br><br>**Note**: Service Bus managed connector triggers follow the [*long-polling trigger* pattern](#service-bus-managed-triggers), which means that the trigger periodically checks for messages in the queue or topic subscription. <br><br>Service Bus built-in connector non-session triggers follow a *continuous-polling trigger pattern* that the connector fully manages. In this pattern, the trigger constantly checks for messages in the queue or topic subscription. Session triggers follow the *long-polling trigger pattern*, but the Azure Functions setting named [**clientRetryOptions:tryTimeout**](../azure-functions/functions-bindings-service-bus.md#hostjson-settings) governs their configuration. The built-in connector generally provides better performance, capabilities, pricing, and so on. <br><br>For more information, see: <br><br>- [Service Bus managed connector reference](/connectors/servicebus/) <br>- [Service Bus built-in connector operations](/azure/logic-apps/connectors/built-in/reference/servicebus) <br>- [Built-in connectors in Azure Logic Apps](built-in.md) |
4040

4141
## Prerequisites
4242

0 commit comments

Comments
 (0)