When I create a new CosmosDB database in the Azure Portal, I have to choose between the various APIs (Gremlin, MongoDB, SQL/DocumentDB, and Table.)
As with soo many other limitations of the Azure Portal, I'm hoping that there is a way to configure the new CosmosDB to use multiple APIs using PowerShell or the Azuzre cli.
Is there a way to add additional APIs to my CosmosDB instance? If not, will there be a way to do this in the future?
Update: I just created a Cosmos DB Account with the Mongo api, and noticed that the Query Explorer is still available, and allows me to type in and execute SQL/DocumentDB queries, so apparently the default is to allow both APIs (Mongo and SQL/DocumentDB). However, I'm not sure of how to get the ConnectionString (AccountKey) so that I can use the DocumentDB/SQL API the way the azure portal does in my own client. Anyone have ideas on how to setup the connection string from a CosmosDB using the Mongo API so that it is a valid connection string for the DocumentDB/Sql API?