Skip to content

Commit eee6131

Browse files
committed
Add connection limit info
1 parent a659085 commit eee6131

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/connectors/connectors-create-api-ftp.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ The FTP connector has different versions, based on [logic app type and host envi
4444

4545
By default, FTP actions can read or write files that are *200 MB or smaller*. Currently, the FTP built-in connector doesn't support chunking.
4646

47-
* Managed connector for Consumption and Standard workflows
47+
* Managed or Azure-hosted connector for Consumption and Standard workflows
4848

4949
By default, FTP actions can read or write files that are *50 MB or smaller*. To handle files larger than 50 MB, FTP actions support [message chunking](../logic-apps/logic-apps-handle-large-messages.md). The **Get file content** action implicitly uses chunking.
5050

51-
* FTP managed connector triggers might experience missing, incomplete, or delayed results when the "last modified" timestamp is preserved. On the other hand, the FTP *built-in* connector trigger in Standard logic app workflows doesn't have this limitation. For more information, review the FTP connector's [Limitations](/connectors/ftp/#limitations) section.
51+
* Triggers for the FTP managed or Azure-hosted connector might experience missing, incomplete, or delayed results when the "last modified" timestamp is preserved. On the other hand, the FTP *built-in* connector trigger in Standard logic app workflows doesn't have this limitation. For more information, review the FTP connector's [Limitations](/connectors/ftp/#limitations) section.
52+
53+
* The FTP managed or Azure-hosted connector can create a limited number of connections to the FTP server, based on the connection capacity in the Azure region where your logic app resource exists. If this limit poses a problem in a Consumption logic app workflow, consider creating a Standard logic app workflow and use the FTP built-in connector instead.
5254

5355
## Prerequisites
5456

0 commit comments

Comments
 (0)