Skip to content

Commit 6b76a7d

Browse files
Merge pull request #298664 from ecfan/direct-access
On-premises data gateway: Clarity updates
2 parents f0678b9 + 1bf2fd1 commit 6b76a7d

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

articles/logic-apps/connect-on-premises-data-sources.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
---
22
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.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: mideboer, azla
6+
ms.reviewer: estfan, mideboer, azla
77
ms.topic: how-to
8-
ms.date: 01/26/2025
8+
ms.date: 04/22/2025
99
#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.
1010
---
1111

1212
# Connect to on-premises data sources from Azure Logic Apps
1313

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

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:
1717

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.
1927

2028
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).
2129

0 commit comments

Comments
 (0)