Skip to content

Commit b7f21e8

Browse files
committed
Add more built-in icons
1 parent 917d1f8 commit b7f21e8

File tree

1 file changed

+50
-14
lines changed

1 file changed

+50
-14
lines changed

articles/connectors/built-in.md

Lines changed: 50 additions & 14 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: 09/07/2022
8+
ms.date: 09/14/2022
99
---
1010

1111
# 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
150150
**FTP**<br>(*Standard workflow only*)
151151
\
152152
\
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.
154154
:::column-end:::
155155
:::column:::
156156
![SFTP-SSH icon][sftp-ssh-icon]
157157
\
158158
\
159-
**SFTP-SSH**<br>(*Standard workflow only*)
159+
**SFTP**<br>(*Standard workflow only*)
160160
\
161161
\
162162
Connect to SFTP servers that you can access from the internet by using SSH so that you can work with your files and folders.
163163
:::column-end:::
164164
:::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.
165172
:::column-end:::
166173
:::column:::
167174
:::column-end:::
@@ -213,6 +220,8 @@ You can use the following built-in connectors to access specific services and sy
213220
\
214221
Connect to Azure Cosmos DB so that you can access and manage Azure Cosmos DB documents.
215222
:::column-end:::
223+
:::row-end:::
224+
:::row:::
216225
:::column:::
217226
![Azure Event Hubs icon][azure-event-hubs-icon]
218227
\
@@ -222,8 +231,15 @@ You can use the following built-in connectors to access specific services and sy
222231
\
223232
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.
224233
:::column-end:::
225-
:::row-end:::
226-
:::row:::
234+
:::column:::
235+
![Azure File Storage icon][azure-file-storage-icon]
236+
\
237+
\
238+
**Azure File Storage**<br>(*Standard workflow only*)
239+
\
240+
\
241+
Connect to your Azure Storage account so that you can create, update, and manage files.
242+
:::column-end:::
227243
:::column:::
228244
[![Azure Functions icon][azure-functions-icon]][azure-functions-doc]
229245
\
@@ -233,6 +249,17 @@ You can use the following built-in connectors to access specific services and sy
233249
\
234250
Call [Azure-hosted functions](../azure-functions/functions-overview.md) to run your own *code snippets* (C# or Node.js) within your workflow.
235251
:::column-end:::
252+
:::column:::
253+
![Azure Key Vault icon][azure-key-vault-icon]
254+
\
255+
\
256+
**Azure Key Vault**<br>(*Standard workflow only*)
257+
\
258+
\
259+
Connect to Azure Key Vault to store, access, and manage secrets.
260+
:::column-end:::
261+
:::row-end:::
262+
:::row:::
236263
:::column:::
237264
[![Azure Logic Apps icon][azure-logic-apps-icon]][nested-logic-app-doc]
238265
\
@@ -243,10 +270,10 @@ You can use the following built-in connectors to access specific services and sy
243270
Call other workflows that start with the Request trigger named **When a HTTP request is received**.
244271
:::column-end:::
245272
:::column:::
246-
![Azure Service Bus icon][azure-service-bus-icon]
273+
[![Azure Service Bus icon][azure-service-bus-icon]][azure-service-bus-doc]
247274
\
248275
\
249-
**Azure Service Bus**<br>(*Standard workflow only*)
276+
[**Azure Service Bus**][azure-service-bus-doc]<br>(*Standard workflow only*)
250277
\
251278
\
252279
Manage asynchronous messages, queues, sessions, topics, and topic subscriptions.
@@ -261,16 +288,25 @@ You can use the following built-in connectors to access specific services and sy
261288
Connect to your Azure Storage account so that you can create, update, query, and manage tables.
262289
:::column-end:::
263290
:::column:::
264-
![IBM DB2 icon][ibm-db2-icon]
291+
![Azure Queue Storage][azure-queue-storage-icon]
265292
\
266293
\
267-
**DB2**<br>(*Standard workflow only*)
294+
**Azure Queue Storage**<br>(*Standard workflow only*)
268295
\
269296
\
270-
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.
271298
:::column-end:::
272299
:::row-end:::
273300
:::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:::
274310
:::column:::
275311
![IBM Host File icon][ibm-host-file-icon]
276312
\
@@ -298,10 +334,6 @@ You can use the following built-in connectors to access specific services and sy
298334
\
299335
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.
300336
:::column-end:::
301-
:::column:::
302-
:::column-end:::
303-
:::column:::
304-
:::column-end:::
305337
:::row-end:::
306338

307339
## Run code from workflows
@@ -608,8 +640,11 @@ For more information, review the following documentation:
608640
[azure-blob-storage-icon]: ./media/apis-list/azure-blob-storage.png
609641
[azure-cosmos-db-icon]: ./media/apis-list/azure-cosmos-db.png
610642
[azure-event-hubs-icon]: ./media/apis-list/azure-event-hubs.png
643+
[azure-file-storage-icon]: ./media/apis-list/azure-file-storage.png
611644
[azure-functions-icon]: ./media/apis-list/azure-functions.png
645+
[azure-key-vault-icon]: ./media/apis-list/azure-key-vault.png
612646
[azure-logic-apps-icon]: ./media/apis-list/azure-logic-apps.png
647+
[azure-queue-storage-icon]: ./media/apis-list/azure-queues.png
613648
[azure-service-bus-icon]: ./media/apis-list/azure-service-bus.png
614649
[azure-table-storage-icon]: ./media/apis-list/azure-table-storage.png
615650
[batch-icon]: ./media/apis-list/batch.png
@@ -630,6 +665,7 @@ For more information, review the following documentation:
630665
[schedule-icon]: ./media/apis-list/recurrence.png
631666
[scope-icon]: ./media/apis-list/scope.png
632667
[sftp-ssh-icon]: ./media/apis-list/sftp.png
668+
[smtp-icon]: ./media/apis-list/smtp.png
633669
[sql-server-icon]: ./media/apis-list/sql.png
634670
[switch-icon]: ./media/apis-list/switch.png
635671
[terminate-icon]: ./media/apis-list/terminate.png

0 commit comments

Comments
 (0)