Skip to content

Commit eabb996

Browse files
Merge pull request #280344 from dileepraotv-github/09-07-24-MongoDBCMKUpdate
Updated EnableMongo16MBDocumentSupport limitation for CMK support
2 parents 1703709 + 75b2f0b commit eabb996

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/cosmos-db/mongodb/how-to-configure-capabilities.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,19 @@ Capabilities are features that can be added or removed to your API for MongoDB a
3030
| `DisableRateLimitingResponses` | Allows Mongo API to retry rate-limiting requests on the server side until the value that's set for `max-request-timeout`. | Yes |
3131
| `EnableMongoRoleBasedAccessControl` | Enable support for creating users and roles for native MongoDB role-based access control. | No |
3232
| `EnableMongoRetryableWrites` | Enables support for retryable writes on the account. | Yes |
33-
| `EnableMongo16MBDocumentSupport` | Enables support for inserting documents up to 16 MB in size. | No |
33+
| `EnableMongo16MBDocumentSupport` | Enables support for inserting documents up to 16 MB in size. <sup>1</sup> | No |
3434
| `EnableUniqueCompoundNestedDocs` | Enables support for compound and unique indexes on nested fields if the nested field isn't an array. | No |
35-
| `EnableTtlOnCustomPath` | Provides the ability to set a custom Time to Live (TTL) on any one field in a collection. Setting TTL on partial unique index property is not supported. <sup>1</sup> | No |
35+
| `EnableTtlOnCustomPath` | Provides the ability to set a custom Time to Live (TTL) on any one field in a collection. Setting TTL on partial unique index property is not supported. <sup>2</sup> | No |
3636
| `EnablePartialUniqueIndex` | Enables support for a unique partial index, so you have more flexibility to specify exactly which fields in documents you'd like to index. | No |
37-
| `EnableUniqueIndexReIndex` | Enables support for unique index re-indexing for Cosmos DB for MongoDB RU. <sup>1</sup> | No |
37+
| `EnableUniqueIndexReIndex` | Enables support for unique index re-indexing for Cosmos DB for MongoDB RU. <sup>2</sup> | No |
3838

3939
> [!NOTE]
4040
>
41-
> <sup>1</sup> This capability cannot be enabled on an Azure Cosmos DB for MongoDB accounts with continuous backup.
41+
> <sup>1</sup> This capability cannot be enabled on an Azure Cosmos DB for MongoDB accounts with Customer Managed Keys (CMK).
42+
>
43+
> [!NOTE]
44+
>
45+
> <sup>2</sup> This capability cannot be enabled on an Azure Cosmos DB for MongoDB accounts with continuous backup.
4246
>
4347
4448
> [!IMPORTANT]

0 commit comments

Comments
 (0)