Skip to content

Commit d396e3d

Browse files
committed
Move up note about ISE
1 parent 85e575a commit d396e3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/connectors/connectors-sftp-ssh.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ For differences between the SFTP-SSH connector and the SFTP connector, review th
2828

2929
* SFTP-SSH actions that support [chunking](../logic-apps/logic-apps-handle-large-messages.md) can handle files up to 1 GB, while SFTP-SSH actions that don't support chunking can handle files up to 50 MB. Although the default chunk size is 15 MB, this size can dynamically change, starting from 5 MB and gradually increasing to the 50 MB maximum, based on factors such as network latency, server response time, and so on.
3030

31+
> [!NOTE]
32+
> 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.
34+
3135
Chunk size is associated with a connection, which means that you can use the same connection for actions that support chunking and then for actions that don't support chunking. In this case, the chunk size for actions that don't support chunking ranges from 5 MB to 50 MB. This table shows which SFTP-SSH actions support chunking:
3236

3337
| Action | Chunking support |

0 commit comments

Comments
 (0)