Skip to content

Commit 35e5fb9

Browse files
committed
Update built-in list
1 parent 656a13a commit 35e5fb9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

articles/connectors/built-in.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: conceptual
8-
ms.date: 11/02/2021
8+
ms.date: 04/15/2021
99
---
1010

1111
# Built-in triggers and actions in Azure Logic Apps
@@ -93,6 +93,15 @@ Azure Logic Apps provides the following built-in triggers and actions:
9393
:::column-end:::
9494
:::row-end:::
9595
:::row:::
96+
:::column:::
97+
[![FTP icon][ftp-icon]][ftp-doc]
98+
\
99+
\
100+
[**FTP**][ftp-doc]<br>(*Standard logic app only*)
101+
\
102+
\
103+
Connect to FTP or FTPS servers you can access from the internet so that you can work with your files and folders.
104+
:::column-end:::
96105
:::column:::
97106
[![SFTP-SSH icon][sftp-ssh-icon]][sftp-ssh-doc]
98107
\
@@ -508,6 +517,7 @@ Azure Logic Apps provides the following built-in actions, which either require a
508517
[data-operations-icon]: ./media/apis-list/data-operations.png
509518
[date-time-icon]: ./media/apis-list/date-time.png
510519
[for-each-icon]: ./media/apis-list/for-each-loop.png
520+
[ftp-icon]: ./media/apis-list/ftp.png
511521
[http-icon]: ./media/apis-list/http.png
512522
[http-request-icon]: ./media/apis-list/request.png
513523
[http-response-icon]: ./media/apis-list/response.png
@@ -545,6 +555,7 @@ Azure Logic Apps provides the following built-in actions, which either require a
545555
[condition-doc]: ../logic-apps/logic-apps-control-flow-conditional-statement.md "Evaluate a condition and run different actions based on whether the condition is true or false"
546556
[data-operations-doc]: ../logic-apps/logic-apps-perform-data-operations.md "Perform data operations such as filtering arrays or creating CSV and HTML tables"
547557
[for-each-doc]: ../logic-apps/logic-apps-control-flow-loops.md#foreach-loop "Perform the same actions on every item in an array"
558+
[ftp-doc]: ./connectors-create-api-ftp.md "Connect to an FTP or FTPS server for FTP tasks, like uploading, getting, deleting files, and more"
548559
[http-doc]: ./connectors-native-http.md "Call HTTP or HTTPS endpoints from your logic apps"
549560
[http-request-doc]: ./connectors-native-reqres.md "Receive HTTP requests in your logic apps"
550561
[http-response-doc]: ./connectors-native-reqres.md "Respond to HTTP requests from your logic apps"

0 commit comments

Comments
 (0)