Skip to content

Commit bb42060

Browse files
authored
Apply suggestions from code review
1 parent 3f58c85 commit bb42060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To help limit the resources used by this background task, the delete by partitio
2727

2828
To use the feature, your Cosmos account must be enrolled in the preview. To enroll, submit a request for the **DeleteAllItemsByPartitionKey** feature via the [**Preview Features** page](../../azure-resource-manager/management/preview-features.md) in your Azure Subscription overview page.
2929

30-
:::image type="content" source="media/how-to-delete-by-partition-key/preview-enrollment-delete-by-partition-key.png" alt-text="Enroll in DeleteAllItemsByPartitionKey in Preview Features blade":::
30+
:::image type="content" source="media/how-to-delete-by-partition-key/preview-enrollment-delete-by-partition-key.png" alt-text="Screenshot that shows the enroll in Delete All Items By Partition Key in Preview Features blade.":::
3131

3232
#### [.NET](#tab/dotnet-example)
3333

@@ -63,7 +63,7 @@ CosmosItemResponse<?> deleteResponse = container.deleteAllItemsByPartitionKey(
6363

6464
### Frequently asked questions (FAQ)
6565
#### Are the results of the delete by partition key operation reflected immediately?
66-
Yes, once the delete by partition key operation starts, the documents to be deleted will not appear in the results of queries or read operations. This also means that you can write new a new document with the same id and partition key as a document to be deleted without resulting in a conflict.
66+
Yes, once the delete by partition key operation starts, the documents to be deleted will not appear in the results of queries or read operations. This also means that you can write new a new document with the same ID and partition key as a document to be deleted without resulting in a conflict.
6767

6868
See [Known issues](#known-issues) for exceptions.
6969

0 commit comments

Comments
 (0)