You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-gateway-connection.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ ms.date: 10/18/2019
13
13
14
14
# Connect to on-premises data sources from Azure Logic Apps
15
15
16
-
Before you can access data sources on premises from your logic apps, you need to create an Azure resource for an*on-premises data gateway* that you [previously installed on a local computer](../logic-apps/logic-apps-gateway-install.md). Your logic apps can then use this gateway resource with the triggers and actions provided by the [on-premises connectors](../connectors/apis-list.md#on-premises-connectors). Azure Logic Apps supports read and write operations through the data gateway. However, these operations have [limits on their payload size](https://docs.microsoft.com/data-integration/gateway/service-gateway-onprem#considerations).
16
+
Before you can access data sources on premises from your logic apps, you need to create an Azure resource for the*on-premises data gateway* that you first need to [install on a local computer](../logic-apps/logic-apps-gateway-install.md). Your logic apps then use this gateway resource in the triggers and actions provided by the [on-premises connectors](../connectors/apis-list.md#on-premises-connectors).
17
17
18
-
This article shows how to create your Azure gateway resource *after* you [download and install the gateway on a local computer](../logic-apps/logic-apps-gateway-install.md). For more information about the gateway, see [How the gateway works](../logic-apps/logic-apps-gateway-install.md#gateway-cloud-service).
18
+
This article shows how to create your Azure gateway resource *after* you [download and install the gateway on a local computer](../logic-apps/logic-apps-gateway-install.md). For more information about the gateway, see [How the gateway works](../logic-apps/logic-apps-gateway-install.md#gateway-cloud-service).
19
19
20
20
> [!TIP]
21
21
> To connect to Azure virtual networks, consider creating an
@@ -47,17 +47,17 @@ For Azure Logic Apps, the on-premises data gateway supports [on-premises connect
47
47
* SQL Server
48
48
* Teradata
49
49
50
-
Although the gateway itself doesn't incur additional costs, the [Logic Apps pricing model](../logic-apps/logic-apps-pricing.md) applies to these connectors and other operations in Azure Logic Apps.
50
+
Azure Logic Apps supports read and write operations through the data gateway. However, these operations have [limits on their payload size](https://docs.microsoft.com/data-integration/gateway/service-gateway-onprem#considerations). Although the gateway itself doesn't incur additional costs, the [Logic Apps pricing model](../logic-apps/logic-apps-pricing.md) applies to these connectors and other operations in Azure Logic Apps.
51
51
52
52
## Prerequisites
53
53
54
-
* You've already [installed the on-premises data gateway on a local computer](../logic-apps/logic-apps-gateway-install.md).
54
+
* You already [installed the on-premises data gateway on a local computer](../logic-apps/logic-apps-gateway-install.md).
55
55
56
56
* You have the [same Azure account and Azure subscription](../logic-apps/logic-apps-gateway-install.md#requirements) that you used when you installed the on-premises data gateway.
57
57
58
58
* You haven't previously linked your gateway installation to another gateway resource in Azure.
59
59
60
-
When you create a gateway resource in the Azure portal, you select a gateway installation to use with your gateway resource and only that resource. In Azure Logic Apps, on-premises triggers and actions can then use the gateway resource for connecting to on-premises data sourcess. In those triggers and actions, you can select a gateway resource from your various Azure subscriptions. Each gateway resource links to only one gateway installation, which links to only one Azure subscription.
60
+
When you create a gateway resource in the Azure portal, you select an installed gateway that you link to your gateway resource and only that gateway resource. In Azure Logic Apps, on-premises triggers and actions can then use the gateway resource for connecting to on-premises data sources. In these triggers and actions, you can select a gateway resource from your various Azure subscriptions. Each gateway resource links to only one gateway installation, which links to only one Azure subscription.
61
61
62
62
> [!TIP]
63
63
> To use more than one gateway installation in an Azure subscription,
0 commit comments