A nice client explorer for Microsoft Cosmos DB. It mimics the Data Explorer available on the Azure Portal on the desktop.
- Named connection: give meaningful name to your connection (DEV, QA, PROD)
- Create/Read/Update/Delete for every Cosmos DB resources
- Execute SQL Query on a Collection
- Import document(s) in JSON format
- Colored JSON Editor for documents, stored procedures, user defined functions and triggers
- Customizable Layout with docking windows
-
winget install SachaBruttin.CosmosDBExplorer
-
scoop install cosmosdbexplorer-beta
-
or Download the latest version from releases and unzip it. Run
CosmosDbExplorer.exe
.
- Add your account from
File>Add Account
- Label: The display name of your account
- Account Endpoint: Copy from the
URI
property from theKeys
menu on the Azure Portal. - Account Secret: Copy
PRIMARY KEY
orSECONDARY KEY
from theKeys
menu on the Azure Portal.
- Start navigating your connection on the treeview pane.
- Right click any resource to see possible actions.