In the section "Operations on an Azure Cosmos database" in the table interaction says create new database is NA for Gremlin API but in Portal, you can create multiple Database under one Account with GraphAPI
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@mohsenvafa Thanks for the detailed feedback! It looks like container and collection are being used interchangeably. I have assigned the issue to the content author to evaluate and update as appropriate.
@mike-ubezzi-msft
There are two other issues:
in Azure Cosmos containers section, under Azure Cosmos entity table, Azure Cosmos container is called "Container" that should be "Collection", the same thing under MongoDB API column
in Azure Cosmos items, SQL API should be "Document", not "Item"
@mohsenvafa yes you can create multiple databases for Gremlin and Table API accounts too, I have sent an email to our team to clarify the NA columns in that table will get back to you soon.
@mohsenvafa the default database is only created for Table API accounts, for Gremlin API accounts you have to explicitly create a database. The Cosmos DB entity is named as 'database" similar to SQL and MongoDB account. I updated the doc to fix the issue. see PR below.