-| **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>Service Bus built-in connector non-session triggers follow a *continuous polling trigger* pattern fully managed by the connector, which means that the trigger constantly checks for messages in the queue or topic subscription. Session triggers follow a *long-polling trigger* pattern, but its configuration is governed by the *[clientRetryOptions:tryTimeout](../azure-functions/functions-bindings-service-bus.md#hostjson-settings) functions settings*. The built-in version usually provides better performance, capabilities, pricing, and so on.
0 commit comments