Azure / azure-cosmosdb-ads-extension

Azure Data Studio extension for Azure CosmosDB
MIT License
16 stars 10 forks source link

Add support for the NoSQL for CosmosDB emulator (local) #103

Closed cheenamalhotra closed 8 months ago

cheenamalhotra commented 8 months ago

Originally opened in Azure Data Studio: https://github.com/microsoft/azuredatastudio/issues/24925 Author: @ericvdberge


I would like to have a possibility to use azure data studio in combination with the NoSQL for CosmosDB emulator (local) testing environment.

The alternative is to use the data explorer on the local website that the emulator is providing, but it would be way nicer to use azure data studio to connect with the databases.

I am running the docker container of the emulator that you can find here:

languy commented 8 months ago

NoSQL support is currently available in the ADS insider track. You can download ADS Insiders here and install the Azure Cosmos DB extension v0.4.0 which supports NoSQL. Connect using the emulator's connection string and you should be able to manage your databases/collections and also query the data via a query editor.