Skip to content

Commit ab59c70

Browse files
authored
Merge pull request #195271 from ecfan/connectors
Azure Logic Apps: Update built-in connector list for FTP and Azure Table Storage
2 parents 0490583 + 3830f72 commit ab59c70

File tree

1 file changed

+27
-12
lines changed

1 file changed

+27
-12
lines changed

articles/connectors/built-in.md

Lines changed: 27 additions & 12 deletions
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
@@ -80,10 +80,10 @@ Azure Logic Apps provides the following built-in triggers and actions:
8080
[**Response**][http-request-doc]: Respond to a request received by the **When a HTTP request is received** trigger in the same workflow.
8181
:::column-end:::
8282
:::column:::
83-
[![Batch icon][batch-icon]][batch-doc]<br>(*Consumption logic app only*)
83+
[![Batch icon][batch-icon]][batch-doc]
8484
\
8585
\
86-
[**Batch**][batch-doc]
86+
[**Batch**][batch-doc]<br>(*Consumption logic app only*)
8787
\
8888
\
8989
[**Batch messages**][batch-doc]: Trigger a workflow that processes messages in batches.
@@ -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
\
@@ -106,10 +115,6 @@ Azure Logic Apps provides the following built-in triggers and actions:
106115
:::column-end:::
107116
:::column:::
108117
:::column-end:::
109-
:::column:::
110-
:::column-end:::
111-
:::column:::
112-
:::column-end:::
113118
:::row-end:::
114119

115120
## Service-based built-in trigger and actions
@@ -145,7 +150,7 @@ Azure Logic Apps provides the following built-in actions for the following servi
145150
[**Azure Blob**][azure-blob-storage-doc]<br>(*Standard logic app only*)
146151
\
147152
\
148-
Connect to your Azure Storage account so that you can create and manage blob content.
153+
Connect to your Azure Blob Storage account so you can create and manage blob content.
149154
:::column-end:::
150155
:::column:::
151156
[![Azure Cosmos DB icon][azure-cosmos-db-icon]][azure-cosmos-db-doc]
@@ -185,6 +190,17 @@ Azure Logic Apps provides the following built-in actions for the following servi
185190
\
186191
Manage asynchronous messages, queues, sessions, topics, and topic subscriptions.
187192
:::column-end:::
193+
:::column:::
194+
![Azure Table Storage icon][azure-table-storage-icon]
195+
\
196+
\
197+
**Azure Table Storage**<br>(*Standard logic app only*)
198+
\
199+
\
200+
Connect to your Azure Table Storage account so you can create and manage tables.
201+
:::column-end:::
202+
:::row-end:::
203+
:::row:::
188204
:::column:::
189205
[![IBM DB2 icon][ibm-db2-icon]][ibm-db2-doc]
190206
\
@@ -194,8 +210,6 @@ Azure Logic Apps provides the following built-in actions for the following servi
194210
\
195211
Connect to IBM DB2 in the cloud or on-premises. Update a row, get a table, and more.
196212
:::column-end:::
197-
:::row-end:::
198-
:::row:::
199213
:::column:::
200214
[![Azure Event Hubs icon][azure-event-hubs-icon]][azure-event-hubs-doc]
201215
\
@@ -223,8 +237,6 @@ Azure Logic Apps provides the following built-in actions for the following servi
223237
\
224238
Connect to your SQL Server on premises or an Azure SQL Database in the cloud so that you can manage records, run stored procedures, or perform queries. <p>**Note**: Single-tenant Azure Logic Apps provides both SQL built-in and managed connector operations, while multi-tenant Azure Logic Apps provides only managed connector operations. <p>For more information, review [Single-tenant versus multi-tenant and integration service environment for Azure Logic Apps](../logic-apps/single-tenant-overview-compare.md).
225239
:::column-end:::
226-
:::column:::
227-
:::column-end:::
228240
:::row-end:::
229241

230242
## Run code from workflows
@@ -503,11 +515,13 @@ Azure Logic Apps provides the following built-in actions, which either require a
503515
[azure-functions-icon]: ./media/apis-list/azure-functions.png
504516
[azure-logic-apps-icon]: ./media/apis-list/azure-logic-apps.png
505517
[azure-service-bus-icon]: ./media/apis-list/azure-service-bus.png
518+
[azure-table-storage-icon]: ./media/apis-list/azure-table-storage.png
506519
[batch-icon]: ./media/apis-list/batch.png
507520
[condition-icon]: ./media/apis-list/condition.png
508521
[data-operations-icon]: ./media/apis-list/data-operations.png
509522
[date-time-icon]: ./media/apis-list/date-time.png
510523
[for-each-icon]: ./media/apis-list/for-each-loop.png
524+
[ftp-icon]: ./media/apis-list/ftp.png
511525
[http-icon]: ./media/apis-list/http.png
512526
[http-request-icon]: ./media/apis-list/request.png
513527
[http-response-icon]: ./media/apis-list/response.png
@@ -545,6 +559,7 @@ Azure Logic Apps provides the following built-in actions, which either require a
545559
[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"
546560
[data-operations-doc]: ../logic-apps/logic-apps-perform-data-operations.md "Perform data operations such as filtering arrays or creating CSV and HTML tables"
547561
[for-each-doc]: ../logic-apps/logic-apps-control-flow-loops.md#foreach-loop "Perform the same actions on every item in an array"
562+
[ftp-doc]: ./connectors-create-api-ftp.md "Connect to an FTP or FTPS server for FTP tasks, like uploading, getting, deleting files, and more"
548563
[http-doc]: ./connectors-native-http.md "Call HTTP or HTTPS endpoints from your logic apps"
549564
[http-request-doc]: ./connectors-native-reqres.md "Receive HTTP requests in your logic apps"
550565
[http-response-doc]: ./connectors-native-reqres.md "Respond to HTTP requests from your logic apps"

0 commit comments

Comments
 (0)