Is Azure DocumentDB being renamed? [closed] Is Azure DocumentDB being renamed? [closed] azure azure

Is Azure DocumentDB being renamed? [closed]


It looks like you are right, I can't find my documentdb resource either.They also renamed the azure-cli module.

This is how the blade looks like:

enter image description here

As you see, the subdomain is equal to the previous DocumentDB. I expect an announcement soon.


It was announced today. Azure Cosmos DB is a superset of DocumentDB.

Microsoft is transitioning all existing DocumentDB customers and their data to Azure Cosmos DB for no additional charge.

Here is the official Microsoft documentation


They have published a lot of code to AzureSamples in github repo.
https://github.com/Azure-Samples?utf8=%E2%9C%93&q=cosmos&type=&language=

Looking at these sample codes, it is not a simple rename maybe. It seems to be a product including Graph DB and Table Storage.