Skip to content

Commit 93f9197

Browse files
authored
Merge pull request #114342 from ecfan/patch-2
Clarify requirements for ISE message limits
2 parents ebd06a7 + 46d5961 commit 93f9197

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/connectors/connectors-sftp-ssh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.suite: integration
66
author: divyaswarnkar
77
ms.reviewer: estfan, logicappspm
88
ms.topic: article
9-
ms.date: 04/13/2020
9+
ms.date: 05/06/2020
1010
tags: connectors
1111
---
1212

@@ -30,7 +30,7 @@ For differences between the SFTP-SSH connector and the SFTP connector, review th
3030

3131
> [!NOTE]
3232
> For logic apps in an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md),
33-
> this connector's ISE-labeled version uses the [ISE message limits](../logic-apps/logic-apps-limits-and-config.md#message-size-limits) instead.
33+
> this connector's ISE-labeled version requires chunking to use the [ISE message limits](../logic-apps/logic-apps-limits-and-config.md#message-size-limits) instead.
3434
3535
You can override this adaptive behavior when you [specify a constant chunk size](#change-chunk-size) to use instead. This size can range from 5 MB to 50 MB. For example, suppose you have a 45 MB file and a network that can that support that file size without latency. Adaptive chunking results in several calls, rather that one call. To reduce the number of calls, you can try setting a 50 MB chunk size. In different scenario, if your logic app is timing out, for example, when using 15 MB chunks, you can try reducing the size to 5 MB.
3636

@@ -251,7 +251,7 @@ For more technical details about this connector, such as triggers, actions, and
251251

252252
> [!NOTE]
253253
> For logic apps in an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md),
254-
> this connector's ISE-labeled version uses the [ISE message limits](../logic-apps/logic-apps-limits-and-config.md#message-size-limits) instead.
254+
> this connector's ISE-labeled version require chunking to use the [ISE message limits](../logic-apps/logic-apps-limits-and-config.md#message-size-limits) instead.
255255
256256
## Next steps
257257

0 commit comments

Comments
 (0)