Azure - CosmosDB MongoDB + private endpoints

We all are aware of the benefits of CosmosDB. We are also aware there are many kinds of Api offered.

Just to make you aware that if you are planning to use CosmosDB with private endpoints then it's not ready yet. Once it's private endpointed without any firewall IP then you cannot reach collections and cannot scale the collection for MongoDB. Whereas SQL api can go one step further i.e can scale fine but still has errors.

The other thing to be aware of is that there is no granular RBAC control to stop clients changing Firewall and Replication. This can be addressed using Azure Policy.

Watch this thread for resolution

https://github.com/MicrosoftDocs/azure-docs/issues/73344


Update 22/April

the problem has been resolved.

Comments