Skip to content

Commit 48b5f2b

Browse files
committed
Updating ans adding TOC
1 parent 7f96677 commit 48b5f2b

File tree

2 files changed

+46
-29
lines changed

2 files changed

+46
-29
lines changed

articles/cosmos-db/TOC.yml

Lines changed: 38 additions & 26 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
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
430448
href: online-backup-and-restore.md
431449
- name: Regional failover
432450
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
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: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Use Azure Cosmos DB explorer to manage your data | Microsoft Docs
33
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.
44
services: cosmos-db
5-
author:
5+
author: deborahc
66
manager: kfile
77

88
ms.service: cosmos-db
99
ms.topic: conceptual
10-
ms.date: 05/07/2018
11-
ms.author:
10+
ms.date: 07/16/2018
11+
ms.author: Deborah.Chen
1212

1313
---
1414

@@ -45,3 +45,8 @@ Azure Cosmos DB explorer is a standalone web-based interface that allows you to
4545
## Known issues
4646

4747
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.

0 commit comments

Comments
 (0)