Skip to content

Commit 6626d81

Browse files
authored
Update articles/cosmos-db/mongodb/feature-support-40.md
1 parent 79a38fa commit 6626d81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

565-
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.
565+
> [!NOTE]
566+
> 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.
566567
567568
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.
568569

0 commit comments

Comments
 (0)