Skip to content

Commit 7656ee7

Browse files
committed
Updates to text
1 parent 2a3f4ca commit 7656ee7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -562,10 +562,9 @@ 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-
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.
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.
566566

567-
> [!NOTE]
568-
> Retryable writes does not support bulk *unordered* writes at this time. If you would like to perform bulk writes, either perform bulk ordered writes with retryable writes enabled or disable retryable writes to perform unordered bulk writes.
567+
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.
569568

570569
## Sharding
571570

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,10 +601,9 @@ 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-
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.
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.
605605

606-
> [!NOTE]
607-
> Retryable writes does not support bulk *unordered* writes at this time. If you would like to perform bulk writes, either perform bulk ordered writes with retryable writes enabled or disable retryable writes to perform unordered bulk writes.
606+
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.
608607

609608
## Sharding
610609

0 commit comments

Comments
 (0)