Skip to content

Commit 28ab859

Browse files
authored
Update connectors-create-api-cosmos-db.md
Add screenshot link
1 parent fba5c4e commit 28ab859

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,15 @@ To add an Azure Cosmos DB action to a Consumption workflow, follow these steps:
110110

111111
| Parameter | Required | Value | Description |
112112
|-----------|----------|-------|-------------|
113-
| **Azure Cosmos DB account name** | Yes | Select either **Use connection settings (<*Azure-Cosmos-DB-account-name*>)**, or manually enter the name. | The account name for the Azure Cosmos DB account. |
114-
| **Database ID** | Yes | <*database-ID*> | The database to connect. |
115-
| **Collection ID** | Yes | <*collection-ID*> | The collection to query. |
113+
| **Azure Cosmos DB account name** | Yes | <*Cosmos-DB-account-name*> | The account name for the Azure Cosmos DB account. |
114+
| **Database ID** | Yes | <*Cosmos-DB-database-name*> | The database to connect. |
115+
| **Collection ID** | Yes | <*Cosmost-DB-container-name*> | The container to query. |
116116
| **Document** | Yes | <*JSON-document*> | The JSON document to create. This example uses the request body from the trigger output. <br><br>**Tip**: If the HTTP trigger's **Body** token doesn't appear in the dynamic content list for you to add, next to the trigger name, select **See more**. <br><br>**Note**: Make sure that the body is well-formed JSON, and at a minimum, contains the **`id`** property and the partition key property for your document. If a document with the specified **`id`** and partition key exists, the document is updated. Otherwise, a new document is created. |
117117

118+
For example:
119+
120+
:::image type="content" source="media/connectors-create-api-cosmos-db/action-consumption.png" alt-text="Screenshot shows Azure portal, designer for Consumption workflow, and action named Create or update document (V3).":::
121+
118122
1. To add any other available parameters, open the **Advanced parameters** list.
119123

120124
1. Configure any other parameters or settings as needed.

0 commit comments

Comments
 (0)