Skip to content

Commit 51157de

Browse files
authored
Merge pull request #89787 from ecfan/patch-3
Add info and link to gateway limits
2 parents 6c812bc + 8b80e49 commit 51157de

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

articles/logic-apps/logic-apps-gateway-connection.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ ms.date: 09/01/2019
1313

1414
# Connect to on-premises data sources from Azure Logic Apps
1515

16-
To access data sources on premises from your logic apps, create an on-premises data gateway resource in the Azure portal. Your logic apps can then use the [on-premises connectors](../connectors/apis-list.md#on-premises-connectors). 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).
16+
To access data sources on premises from your logic apps, create an on-premises data gateway resource in the Azure portal. Your logic apps can then use the [on-premises connectors](../connectors/apis-list.md#on-premises-connectors). Azure Logic Apps supports write operations, including inserts and updates, through the gateway. However, these operations have [limits on their payload size](https://docs.microsoft.com/data-integration/gateway/service-gateway-onprem#considerations).
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).
1719

1820
> [!TIP]
1921
> To connect to Azure virtual networks, consider creating an

articles/logic-apps/logic-apps-gateway-install.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This article shows how to download, install, and set up your on-premises data ga
5858
* Solid-state drive (SSD) storage for spooling
5959

6060
> [!NOTE]
61-
> The gateway doesn't support Windows Server 2016 Core.
61+
> The gateway doesn't support Windows Server Core.
6262
6363
* **Related considerations**
6464

@@ -77,6 +77,8 @@ This article shows how to download, install, and set up your on-premises data ga
7777

7878
* The gateway has two modes: standard mode and personal mode, which applies only to Power BI. You can't have more than one gateway running in the same mode on the same computer.
7979

80+
* Azure Logic Apps supports write operations, including inserts and updates, through the gateway. However, these operations have [limits on their payload size](https://docs.microsoft.com/data-integration/gateway/service-gateway-onprem#considerations).
81+
8082
<a name="install-gateway"></a>
8183

8284
## Install data gateway

articles/logic-apps/logic-apps-limits-and-config.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Limits and configuration - Azure Logic Apps | Microsoft Docs
2+
title: Limits and configuration - Azure Logic Apps
33
description: Service limits and configuration values for Azure Logic Apps
44
services: logic-apps
55
ms.service: logic-apps
@@ -124,6 +124,12 @@ To go above these limits in normal processing, or run load testing that might go
124124
> doesn't have any service-level agreement (SLA) or capabilities for scaling up.
125125
> Use this SKU only for experimenting, development, and testing, not production or performance testing.
126126
127+
<a name="gateway-limits"></a>
128+
129+
## Gateway limits
130+
131+
Azure Logic Apps supports write operations, including inserts and updates, through the gateway. However, these operations have [limits on their payload size](https://docs.microsoft.com/data-integration/gateway/service-gateway-onprem#considerations).
132+
127133
<a name="request-limits"></a>
128134

129135
## HTTP limits

0 commit comments

Comments
 (0)