Skip to content

Commit b976301

Browse files
authored
Azure Logic Apps: Cosmos DB connector - Limitation on supported API
1 parent 80ffa92 commit b976301

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/connectors/connectors-create-api-cosmos-db.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jcocchi
77
ms.author: jucocchi
88
ms.reviewer: estfan, azla
99
ms.topic: how-to
10-
ms.date: 12/10/2021
10+
ms.date: 05/02/2022
1111
tags: connectors
1212
---
1313

@@ -17,9 +17,11 @@ From your workflow in Azure Logic Apps, you can connect to Azure Cosmos DB and w
1717

1818
You can connect to Azure Cosmos DB from both **Logic App (Consumption)** and **Logic App (Standard)** resource types by using the [*managed connector*](managed.md) operations. For **Logic App (Standard)**, Azure Cosmos DB also provides [*built-in*](built-in.md) operations, which are currently in preview and offer different functionality, better performance, and higher throughput. For example, if you're working with the **Logic App (Standard)** resource type, you can use the built-in trigger to respond to changes in an Azure Cosmos DB container. You can combine Azure Cosmos DB operations with other actions and triggers in your logic app workflows to enable scenarios such as event sourcing and general data processing.
1919

20-
> [!NOTE]
21-
> Currently, only stateful workflows in a **Logic App (Standard)** resource can use both the managed
22-
> connector operations and built-in operations. Stateless workflows can use only built-in operations.
20+
## Limitations
21+
22+
- Currently, only stateful workflows in a **Logic App (Standard)** resource can use both the managed connector operations and built-in operations. Stateless workflows can use only built-in operations.
23+
24+
- The Azure Cosmos DB connector supports only Azure Cosmos DB accounts created with the [Core (SQL) API](../cosmos-db/choose-api.md#coresql-api).
2325

2426
## Prerequisites
2527

0 commit comments

Comments
 (0)