Title: How to remove EnableMongo16MBDocumentSupport capability from Azure Cosmos DB to enable CMK encryption?
Title: How to remove EnableMongo16MBDocumentSupport
capability from Azure Cosmos DB to enable CMK encryption?
Body:
I have an Azure Cosmos DB account (Mongo API) that currently has the following capabilities enabled:
json
CopyEdit
`[ { "name": "EnableMongo" }, { "name": "EnableMongo16MBDocumentSupport" } ] `
I need to enable Customer Managed Key (CMK) encryption, but I’m getting the error:
EnableMongo16MBDocumentSupport
and CMK encryption are not supported together. I can’t find an option in the portal to disableEnableMongo16MBDocumentSupport
. Question: Is there a way to remove this capability from an existing Cosmos DB account, or do I need to create a new account without it? If a new account is required, what’s the best approach for migrating data with minimal downtime?