MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.26k stars 21.43k forks source link

no endpoint url for cosmosdb emulater gremlin api #93246

Closed hagiwaratakayuki closed 2 years ago

hagiwaratakayuki commented 2 years ago

Endpoint URL for Azure Cosmos DB Emulator Gremlin API does not exist in this document. If node.js, it looks ws://localhost. See https://github.com/Azure-Samples/azure-cosmos-db-graph-nodejs-getting-started/blob/main/app.js https://github.com/Azure-Samples/azure-cosmos-db-graph-nodejs-getting-started/blob/main/config.js


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

SadiqhAhmed-MSFT commented 2 years ago

@hagiwaratakayuki Thank you for your feedback. We will review this request with the content owner and update as appropriate.

seesharprun commented 2 years ago

assign:seesharprun

label:"product-feedback"

seesharprun commented 2 years ago

Hello @hagiwaratakayuki!

The article that's referenced by this issue only walks you through how to use the emulator to connect to the Gremlin (Graph) API using the Gremlin shell.

The examples you pointed to are general sample code that's used in other articles to connect to a live Azure Cosmos DB account instance.

For this article, there really isn't an action item to change the docs, so I will go ahead and close this issue.

please-close

Thanks again for your feedback!

@StefArroyo, there is the potential to add a code sample to connect to the Gremlin API from code instead of the shell. We can take this feedback and decide if we should add a new tutorial