Tags: enghch/DocumentDBStudio
Tags
First version of working Azure DocumentDB studio. This client tool al… …lows you to perform CRUD operation on Azure DocumentDB. It supports: 1. Browse DocumentDB resources and learn DocumentDB resource model. 2. Issue Insert, Replace, Delete, Read (CRUD) operations on every DocumentDB resource and resource feed. 3. Issue SQL/UDF query. Execute storedprocedure. 4. Inspect heads (quota, usage, RG charge) for every operation. To start: 1. Add your account from File|Add account. You can provision and get your account endpoint and masterkey from https://portal.azure.com 2. You can navigate the DocumentDB resource model in the left side treeview panel. 3. Right click any resource feed or item for supported CRUD or query or stored procedure operation. The tool requires .Net Framework 4.0 installed on your machine. Signed-off-by: unknown <mingliu@MINGLIUX1A.redmond.corp.microsoft.com>