Logic app - Hybrid connection and Custom connector

Emil Blohmé 20 Reputation points
2025-03-24T17:31:43.7133333+00:00

Hello! Is it possible to use Hybrid connection for logic apps together with a logic app custom connector? Or is it only the HTTP action which is supported with hybrid connection?

BR,

Emil

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
{count} votes

Accepted answer
  1. Loknathsatyasaivarma Mahali 2,740 Reputation points Microsoft External Staff Moderator
    2025-03-31T18:25:00.6+00:00

    Hello Emil Blohmé,

    Directly routing a custom connector through a Hybrid Connection is not a built-in feature of Azure Logic Apps. While the HTTP action provides explicit integration with Hybrid Connections, allowing direct communication with on-premises resources, custom connectors operate at a higher abstraction level, relying on the Logic Apps runtime's network context. Consequently, there's no inherent setting within a custom connector to specify a Hybrid Connection.

    To bridge this gap, the most reliable approach is to implement a proxy or gateway service. This intermediary service, such as a Logic App proxy, Azure Function, API Management instance, or an on-premises web service, utilizes the HTTP action with the configured Hybrid Connection to forward requests from the custom connector to the intended on-premises endpoint.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.