Skip to content

Commit bef5409

Browse files
authored
Merge pull request #46756 from SnehaGunda/explorer
Adding data explorer doc
2 parents 0ca1668 + b2acff3 commit bef5409

File tree

3 files changed

+93
-29
lines changed

3 files changed

+93
-29
lines changed

articles/cosmos-db/TOC.yml

Lines changed: 41 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -414,38 +414,50 @@ items:
414414
href: cassandra-import-data.md
415415
- name: How To Guides
416416
items:
417-
- name: Keys and consistency
418-
href: manage-account.md
419-
- name: Throughput
420-
href: set-throughput.md
421-
- name: Firewall support
422-
href: firewall-support.md
423-
- name: Setup virtual network service endpoint
424-
href: vnet-service-endpoint.md
425-
- name: Metrics
426-
href: use-metrics.md
427-
- name: Monitor SLAs
428-
href: monitor-accounts.md
429-
- name: Back up and restore
430-
href: online-backup-and-restore.md
431-
- name: Regional failover
432-
href: regional-failover.md
433-
- name: Diagnostic logging
434-
href: logging.md
435-
- name: Stored procedures, triggers, and UDFs
436-
href: programming.md
437-
- name: BulkExecutor overview
417+
- name : Manage
418+
items:
419+
- name: Manage using PowerShell
420+
href: manage-account-with-powershell.md
421+
- name: Manage using Storage Explorer
422+
href: storage-explorer.md
423+
- name: Manage using data explorer
424+
href: data-explorer.md
425+
- name: Manage keys and consistency levels
426+
href: manage-account.md
427+
- name: Throughput
428+
href: set-throughput.md
429+
- name: Expire data automatically
430+
href: time-to-live.md
431+
- name: Diagnostic logging
432+
href: logging.md
433+
- name : Secure data
434+
items:
435+
- name: Firewall support
436+
href: firewall-support.md
437+
- name: Setup virtual network service endpoint
438+
href: vnet-service-endpoint.md
439+
- name : Monitor
440+
items:
441+
- name: Monitor with metrics
442+
href: use-metrics.md
443+
- name: Monitor SLAs
444+
href: monitor-accounts.md
445+
- name : Backup and restore
446+
items:
447+
- name: Online backup and restore
448+
href: online-backup-and-restore.md
449+
- name: Regional failover
450+
href: regional-failover.md
451+
- name : Automate
452+
items:
453+
- name: Stored procedures, triggers, and UDFs
454+
href: programming.md
455+
- name: Multi-master setup
456+
href: multi-master-workaround.md
457+
- name: Bulk executor library
438458
href: bulk-executor-overview.md
439459
- name: Cost-effective reads and writes
440460
href: key-value-store-cost.md
441-
- name: Expire data automatically
442-
href: time-to-live.md
443-
- name: Manage using PowerShell
444-
href: manage-account-with-powershell.md
445-
- name: Manage using Storage Explorer
446-
href: storage-explorer.md
447-
- name: Multi-master setup
448-
href: multi-master-workaround.md
449461
- name: Resources
450462
items:
451463
- name: Query cheat sheet

articles/cosmos-db/data-explorer.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Use Azure Cosmos DB explorer to manage your data | Microsoft Docs
3+
description: Azure Cosmos DB explorer is a standalone web-based interface that allows you to view and manage the data stored in Azure Cosmos DB.
4+
services: cosmos-db
5+
author: deborahc
6+
manager: kfile
7+
8+
ms.service: cosmos-db
9+
ms.topic: conceptual
10+
ms.date: 07/16/2018
11+
ms.author: Deborah.Chen
12+
13+
---
14+
15+
# Use Azure Cosmos DB explorer to manage your data
16+
17+
Azure Cosmos DB explorer is a standalone web-based interface that allows you to view and manage the data stored in Azure Cosmos DB. Azure Cosmos DB explorer is equivalent to the existing **Data Explorer** tab that is available in Azure portal when you create an Azure Cosmos DB account. The key advantages of Azure Cosmos DB explorer over the existing Data explorer are:
18+
19+
* You have a full screen real-estate to view your data, run queries, stored procedures, triggers, and view their results.
20+
21+
* You can provide temporary or permanent read or read-write access to your database account and its collections to other users who do not have access to Azure portal or subscription.
22+
23+
* You can share the query results with other users who do not have access to Azure portal or subscription.
24+
25+
## Access Azure Cosmos DB explorer
26+
27+
1. Sign in to [Azure Portal](https://portal.azure.com/).
28+
29+
2. From **All resources**, find and navigate to your Azure Cosmos DB account, select Keys, and copy the **Primary Connection String**.
30+
31+
3. Go to https://cosmos.azure.com/, paste the connection string and select **Connect**. By using the connection string, you can access the Azure Cosmos DB explorer without any time limits.
32+
33+
If you want to provide other users temporary access to your Azure Cosmos DB account, you can do so by using the read-write and read access URLs.
34+
35+
4. Open the **Data Explorer** blade, select **Open Full Screen**. From the pop-up dialog, you can view two access URLs – **Read-Write** and **Read**. These URLs allow you to share your Azure Cosmos DB account temporarily with other users. Access to the account expires in 24 hours after which you can reconnect by using a new access URL or the connection string.
36+
37+
**Read-Write** – When you share the Read-Write URL with other users, they can view and modify the databases, collections, queries, and other resources associated with that specific account.
38+
39+
**Read** - When you share the read-only URL with other users, they can view the databases, collections, queries, and other resources associated with that specific account. For example, if you want to share results of a query with your teammates who don't have access to Azure portal or your Azure Cosmos DB account, you can provide them with this URL.
40+
41+
Choose the type of access you'd like to open the account with and click **Open**. After you open the explorer, the experience is same as you had with the Data Explorer tab in Azure portal.
42+
43+
![Open Azure Cosmos DB explorer](./media/data-explorer/open-data-explorer-with-access-url.png)
44+
45+
## Known issues
46+
47+
Currently the **Open Full Screen** experience that allows you to share temporary read-write or read access is not yet supported for Azure Cosmos DB Gremlin and Table API accounts. You can still view your Gremlin and Table API accounts by passing the connection string to Azure Cosmos DB Explorer.
48+
49+
## Next steps
50+
Now that you have learned how to get started with Azure Cosmos DB explorer to manage your data, next you can:
51+
52+
* Start defining [queries](sql-api-sql-query-reference.md) using SQL syntax and perform [server side programming](programming.md) by using stored procedures, UDFs, triggers.
95.4 KB
Loading

0 commit comments

Comments
 (0)