Skip to content

Commit aaf42e4

Browse files
committed
Add note about client objects to NoSQL server-side programming
1 parent f5ca4d1 commit aaf42e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cosmos-db/nosql/how-to-use-stored-procedures-triggers-udfs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ You can use the API for NoSQL SDK across multiple platforms including [.NET v2 (
2626
| JavaScript | [Quickstart: Azure Cosmos DB for NoSQL client library for Node.js](quickstart-nodejs.md) |
2727
| Python | [Quickstart: Azure Cosmos DB for NoSQL client library for Python](quickstart-python.md) |
2828

29+
> [!IMPORTANT]
30+
> The following code samples assume that you have already have `client` and `container` variables. If you need to create those variables, refer to the appropriate quickstart for your platform.
31+
2932
## How to run stored procedures
3033

3134
Stored procedures are written using JavaScript. They can create, update, read, query, and delete items within an Azure Cosmos DB container. For more information, see [How to write stored procedures](how-to-write-stored-procedures-triggers-udfs.md#stored-procedures).

0 commit comments

Comments
 (0)