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/connectors-create-api-cosmos-db.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: jcocchi
7
7
ms.author: jucocchi
8
8
ms.reviewer: estfan, azla
9
9
ms.topic: how-to
10
-
ms.date: 04/08/2025
10
+
ms.date: 04/15/2025
11
11
---
12
12
13
13
# Access, create, or process documents in Azure Cosmos DB with workflows in Azure Logic Apps
@@ -98,7 +98,7 @@ To add an Azure Cosmos DB action to a Consumption workflow, follow these steps:
98
98
99
99
1. If the workflow is blank, add any trigger that you want.
100
100
101
-
This example starts with the [**When an HTTP request is received** trigger](connectors-native-reqres.md#add-request-trigger).
101
+
This example starts with the [**When a HTTP request is received** trigger](connectors-native-reqres.md#add-request-trigger).
102
102
103
103
1. Under the trigger or action where you want to add the Azure Cosmos DB action, follow [these general steps to add the **Azure Cosmos DB** action that you want](/azure/logic-apps/create-workflow-with-trigger-or-action?tabs=consumption#add-action).
104
104
@@ -135,9 +135,9 @@ To add an Azure Cosmos DB built-in action to a Standard workflow, follow these s
135
135
136
136
1. If the workflow is blank, add any trigger that you want.
137
137
138
-
This example starts with the [**When an HTTP request is received** trigger](connectors-native-reqres.md#add-request-trigger), which uses a basic schema definition to represent the item that you want to create:
138
+
This example starts with the [**When a HTTP request is received** trigger](connectors-native-reqres.md#add-request-trigger), which uses a basic schema definition to represent the item that you want to create:
139
139
140
-
:::image type="content" source="./media/connectors-create-api-cosmos-db/http-trigger-standard.png" alt-text="Screenshot shows Azure portal, designer for Standard workflow, and trigger named When an HTTP request is received.":::
140
+
:::image type="content" source="./media/connectors-create-api-cosmos-db/http-trigger-standard.png" alt-text="Screenshot shows Azure portal, designer for Standard workflow, and trigger named When a HTTP request is received.":::
141
141
142
142
1. Under the trigger or action where you want to add the Azure Cosmos DB action, follow [these general steps to add the **Azure Cosmos DB** action that you want](/azure/logic-apps/create-workflow-with-trigger-or-action?tabs=standard#add-action).
143
143
@@ -158,7 +158,7 @@ To add an Azure Cosmos DB built-in action to a Standard workflow, follow these s
158
158
|**Container Id**| Yes | <*container-ID*> | The container to query. |
159
159
|**Item**| Yes | <*JSON-document*> | The JSON document to create. This example uses the **id** output from the Request trigger. <br><br>**Note**: If you use the **body** trigger output, make sure that the body content is well-formed JSON, and at a minimum, contains the **`id`** attribute and the **`partitionKey`** attribute for your document. If a document with these attributes exists, the document is updated. Otherwise, a new document is created. |
160
160
161
-
The following example shows the action named **Create or update item**, which includes the **Item** and **Partition Key** parameter values from the output for the trigger named **When an HTTP request is received**:
161
+
The following example shows the action named **Create or update item**, which includes the **Item** and **Partition Key** parameter values from the output for the trigger named **When a HTTP request is received**:
162
162
163
163
:::image type="content" source="media/connectors-create-api-cosmos-db/create-action-standard.png" alt-text="Screenshot shows Azure portal, designer for Standard workflow, and Azure Cosmos DB built-in action named Create or update item.":::
0 commit comments