Share via

LogicApps to On-Prem (Hybrid Integration)

monika 1 Reputation point
2021-04-07T09:41:25.677+00:00

I have 2-3 source systems which are on-prem databases. I am planning to use Logic Apps to connect to these source systems. As per the Azure documentation we need to install a On-Prem Gateway on a local computer. I am skeptical of this methodology as it demands dedicated system, so not sure if this works in actual production scenario. Please can you suggest what is the right way to do it.
What are the advantages / disadvantages of on-prem gateway?

Thanks!

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

1 answer

Sort by: Most helpful
  1. JayaC-MSFT 5,606 Reputation points
    2021-04-07T10:56:41.45+00:00

    Hello @monika , Here is how to connect to on-premise data sources:

    If the services are accessible over the internet then you call service endpoint over HTTP or HTTPS from azure logic apps. This article will help you with details steps to be followed: https://learn.microsoft.com/en-us/azure/connectors/connectors-native-http

    If it is not accessible over the internet then this article will help with step by step process: https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-gateway-connection

    Before you can access data sources on premises from your logic apps, you need to create an Azure resource after you install the on-premises data gateway on a local computer. Your logic apps then use this Azure gateway resource in the triggers and actions provided by the on-premises connectors that are available for Azure Logic Apps.

    85209-image.png

    Also check this for reference.

    You may also want to consider the costs.

    If it helps, please 'Accept as answer' if it helped so that it can help others in the community looking for help on similar topics.

    Was this answer helpful?


Your answer

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