Skip to content

Commit 79a38fa

Browse files
authored
Update articles/cosmos-db/mongodb/feature-support-42.md
1 parent 7656ee7 commit 79a38fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/cosmos-db/mongodb/feature-support-42.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,8 @@ For example, with a sharded collection, sharded on key “country”: To delete
601601
- `db.coll.deleteMany({"country": "USA", "city": "NYC"})`**Success**
602602
- `db.coll.deleteMany({"city": "NYC"})` - Fails with error **ShardKeyNotFound(61)**
603603

604-
Retryable writes does not support bulk unordered writes at this time. If you would like to perform bulk writes with retryable writes enabled, perform bulk ordered writes.
604+
> [!NOTE]
605+
> Retryable writes does not support bulk unordered writes at this time. If you would like to perform bulk writes with retryable writes enabled, perform bulk ordered writes.
605606
606607
To enable the feature, [add the `EnableMongoRetryableWrites` capability](how-to-configure-capabilities.md) to your database account. This feature can also be enabled in the features tab in the Azure portal.
607608

0 commit comments

Comments
 (0)