|
1 | 1 | ---
|
2 | 2 | title: Connect to on-premises data sources
|
3 |
| -description: Access data sources on premises from Azure Logic Apps by creating a data gateway resource in the Azure portal. |
| 3 | +description: Access on-premises data sources from workflows in Azure Logic Apps by creating the on-premises data gateway resource in the Azure portal. |
4 | 4 | services: logic-apps
|
5 | 5 | ms.suite: integration
|
6 |
| -ms.reviewer: mideboer, azla |
| 6 | +ms.reviewer: estfan, mideboer, azla |
7 | 7 | ms.topic: how-to
|
8 |
| -ms.date: 01/26/2025 |
| 8 | +ms.date: 04/22/2025 |
9 | 9 | #Customer intent: As a logic apps developer, I want to create a data gateway resource in the Azure portal so that my logic app workflow can connect to on-premises data sources.
|
10 | 10 | ---
|
11 | 11 |
|
12 | 12 | # Connect to on-premises data sources from Azure Logic Apps
|
13 | 13 |
|
14 | 14 | [!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
|
15 | 15 |
|
16 |
| -Sometimes your workflow must connect to an on-premises data source and can use only connectors that provide this access through an on-premises data gateway. To set up this on-premises data gateway, you have to complete the following tasks: install the local on-premises data gateway and create an on-premises data gateway resource in Azure for the local data gateway. When you add a trigger or action to your workflow from a connector that requires the data gateway, you can select the data gateway resource to use with your connection. |
| 16 | +Sometimes your workflow must connect to an on-premises data source and can use only connectors that provide this access through an on-premises data gateway. To set up this on-premises data gateway, complete the following tasks: |
17 | 17 |
|
18 |
| -In Consumption logic app workflows, you can connect to on-premises data sources using only [connectors that provide access through the on-premises data gateway](../connectors/managed.md#on-premises-connectors). In Standard logic app workflows, you can directly access on-premises resources in Azure virtual networks or use [built-in service provider connectors](/azure/logic-apps/connectors/built-in/reference/) that don't need the data gateway to access your on-premises data source. Instead, you provide information that authenticates your identity and authorizes access to your data source. However, if a built-in service provider connector isn't available for your data source, but a managed connector is available, you need to use the on-premises data gateway. |
| 18 | +- Install the on-premises data gateway on a local computer. |
| 19 | + |
| 20 | +- Create an on-premises data gateway resource in Azure for the local data gateway. |
| 21 | + |
| 22 | +When you add a trigger or action to your workflow from a connector that requires the data gateway, you can select the data gateway resource to use with your connection. |
| 23 | + |
| 24 | +- In Consumption logic app workflows, you can connect to on-premises data sources only by using [connectors that provide access through the on-premises data gateway](../connectors/managed.md#on-premises-connectors). |
| 25 | + |
| 26 | +- In Standard logic app workflows, you can directly access on-premises data sources and resources in Azure virtual networks by using [built-in service provider connectors](/azure/logic-apps/connectors/built-in/reference/), which don't require the on-premises data gateway. Instead, you provide information that authenticates your identity and authorizes access to your data source. If a built-in service provider connector isn't available for your data source, but a managed connector is available, you have to use the on-premises data gateway. |
19 | 27 |
|
20 | 28 | This guide shows how to create the Azure data gateway resource after you [install the on-premises gateway on your local computer](logic-apps-gateway-install.md).
|
21 | 29 |
|
|
0 commit comments