Skip to content

Commit 5f53e27

Browse files
authored
Update how-to-delete-by-partition-key.md
1 parent 997f6b8 commit 5f53e27

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/cosmos-db/nosql/how-to-delete-by-partition-key.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ ms.custom:
1515

1616
This article explains how to use the Azure Cosmos DB SDKs to delete all items by logical partition key value.
1717

18+
> [!IMPORTANT]
19+
> Delete items by partition key value is in public preview.
20+
> This feature is provided without a service level agreement, and it's not recommended for production workloads.
21+
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22+
1823
## Feature overview
1924

2025
The delete by partition key feature is an asynchronous, background operation that allows you to delete all documents with the same logical partition key value, using the Comsos SDK.
@@ -102,4 +107,4 @@ See the following articles to learn about more SDK operations in Azure Cosmos DB
102107
- [Query an Azure Cosmos DB container
103108
](how-to-query-container.md)
104109
- [Transactional batch operations in Azure Cosmos DB using the .NET SDK
105-
](transactional-batch.md)
110+
](transactional-batch.md)

0 commit comments

Comments
 (0)