Skip to content

Commit 3830f72

Browse files
committed
Add Table Storage
1 parent 439c498 commit 3830f72

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

articles/connectors/built-in.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Azure Logic Apps provides the following built-in actions for the following servi
150150
[**Azure Blob**][azure-blob-storage-doc]<br>(*Standard logic app only*)
151151
\
152152
\
153-
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.
154154
:::column-end:::
155155
:::column:::
156156
[![Azure Cosmos DB icon][azure-cosmos-db-icon]][azure-cosmos-db-doc]
@@ -190,6 +190,17 @@ Azure Logic Apps provides the following built-in actions for the following servi
190190
\
191191
Manage asynchronous messages, queues, sessions, topics, and topic subscriptions.
192192
:::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:::
193204
:::column:::
194205
[![IBM DB2 icon][ibm-db2-icon]][ibm-db2-doc]
195206
\
@@ -199,8 +210,6 @@ Azure Logic Apps provides the following built-in actions for the following servi
199210
\
200211
Connect to IBM DB2 in the cloud or on-premises. Update a row, get a table, and more.
201212
:::column-end:::
202-
:::row-end:::
203-
:::row:::
204213
:::column:::
205214
[![Azure Event Hubs icon][azure-event-hubs-icon]][azure-event-hubs-doc]
206215
\
@@ -228,8 +237,6 @@ Azure Logic Apps provides the following built-in actions for the following servi
228237
\
229238
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).
230239
:::column-end:::
231-
:::column:::
232-
:::column-end:::
233240
:::row-end:::
234241

235242
## Run code from workflows
@@ -508,6 +515,7 @@ Azure Logic Apps provides the following built-in actions, which either require a
508515
[azure-functions-icon]: ./media/apis-list/azure-functions.png
509516
[azure-logic-apps-icon]: ./media/apis-list/azure-logic-apps.png
510517
[azure-service-bus-icon]: ./media/apis-list/azure-service-bus.png
518+
[azure-table-storage-icon]: ./media/apis-list/azure-table-storage.png
511519
[batch-icon]: ./media/apis-list/batch.png
512520
[condition-icon]: ./media/apis-list/condition.png
513521
[data-operations-icon]: ./media/apis-list/data-operations.png

0 commit comments

Comments
 (0)