Skip to content

Commit fad8b5a

Browse files
Merge pull request #233232 from seesharprun/cosmos-update-query-getting-started
Cosmos DB | Update NoSQL query getting started
2 parents 61e989b + d20582e commit fad8b5a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/cosmos-db/nosql/query/getting-started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: jucocchi
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: conceptual
11-
ms.date: 02/28/2023
11+
ms.date: 04/03/2023
1212
ms.custom: ignite-2022
1313
---
1414

@@ -36,6 +36,9 @@ In Azure Cosmos DB for NoSQL accounts, there are two ways to read data:
3636
- [Python SDK](../samples-python.md#item-examples)
3737
- [Go SDK](../samples-go.md#item-examples)
3838

39+
> [!IMPORTANT]
40+
> The query language is only used to query items in Azure Cosmos DB for NoSQL. You cannot use the query language to perform operations (Create, Update, Delete, etc.) on items.
41+
3942
The remainder of this article shows how to get started writing queries in Azure Cosmos DB. queries can be run through either the SDK or Azure portal.
4043

4144
## Upload sample data

0 commit comments

Comments
 (0)