You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/connectors/built-in.md
+50-14Lines changed: 50 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: conceptual
8
-
ms.date: 09/07/2022
8
+
ms.date: 09/14/2022
9
9
---
10
10
11
11
# Built-in connectors in Azure Logic Apps
@@ -150,18 +150,25 @@ You can use the following built-in connectors to perform general tasks, for exam
150
150
**FTP**<br>(*Standard workflow only*)
151
151
\
152
152
\
153
-
Connect to FTP or FTPS servers you can access from the internet so that you can work with your files and folders.
153
+
Connect to FTP or FTPS servers that you can access from the internet so that you can work with your files and folders.
154
154
:::column-end:::
155
155
:::column:::
156
156
![SFTP-SSH icon][sftp-ssh-icon]
157
157
\
158
158
\
159
-
**SFTP-SSH**<br>(*Standard workflow only*)
159
+
**SFTP**<br>(*Standard workflow only*)
160
160
\
161
161
\
162
162
Connect to SFTP servers that you can access from the internet by using SSH so that you can work with your files and folders.
163
163
:::column-end:::
164
164
:::column:::
165
+
![SMTP icon][smtp-icon]
166
+
\
167
+
\
168
+
**SMTP**<br>(*Standard workflow only*)
169
+
\
170
+
\
171
+
Connect to SMTP servers that you can send email.
165
172
:::column-end:::
166
173
:::column:::
167
174
:::column-end:::
@@ -213,6 +220,8 @@ You can use the following built-in connectors to access specific services and sy
213
220
\
214
221
Connect to Azure Cosmos DB so that you can access and manage Azure Cosmos DB documents.
215
222
:::column-end:::
223
+
:::row-end:::
224
+
:::row:::
216
225
:::column:::
217
226
![Azure Event Hubs icon][azure-event-hubs-icon]
218
227
\
@@ -222,8 +231,15 @@ You can use the following built-in connectors to access specific services and sy
222
231
\
223
232
Consume and publish events through an event hub. For example, get output from your workflow with Event Hubs, and then send that output to a real-time analytics provider.
Connect to IBM DB2 in the cloud or on-premises. Update a row, get a table, and more.
297
+
Connect to your Azure Storage account so that you can create, update, and manage queues.
271
298
:::column-end:::
272
299
:::row-end:::
273
300
:::row:::
301
+
:::column:::
302
+
![IBM DB2 icon][ibm-db2-icon]
303
+
\
304
+
\
305
+
**IBM DB2**<br>(*Standard workflow only*)
306
+
\
307
+
\
308
+
Connect to IBM DB2 in the cloud or on-premises. Update a row, get a table, and more.
309
+
:::column-end:::
274
310
:::column:::
275
311
![IBM Host File icon][ibm-host-file-icon]
276
312
\
@@ -298,10 +334,6 @@ You can use the following built-in connectors to access specific services and sy
298
334
\
299
335
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.
300
336
:::column-end:::
301
-
:::column:::
302
-
:::column-end:::
303
-
:::column:::
304
-
:::column-end:::
305
337
:::row-end:::
306
338
307
339
## Run code from workflows
@@ -608,8 +640,11 @@ For more information, review the following documentation:
0 commit comments