From the course: Azure Cosmos DB: SQL API Deep Dive

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Manage documents

Manage documents

From the course: Azure Cosmos DB: SQL API Deep Dive

Start my 1-month free trial

Manage documents

- [Instructor] Azure Cosmos DB has a management tool that is built in directly to the Azure portal. The Cosmos DB Data Explorer gives you most of the management functionality you would need to manage the resources in your Cosmos DB account. You can use the Data Explorer to create containers and databases, and manage their settings. You could also create or upload documents directly to your containers. The tool even includes a way for you to traverse and search items in your containers. If you are writing JavaScript code, you can manage your server-side code directly in the Data Explorer. Let's take a look at the tool. We're going to jump into the portal and find our resource, and navigate to explain. From here, the Data Explores within the navigation menu. Let's start out by creating a new database. We will name this DemoDatabase and will not provision throughput at the database level. Once the database is ready,…

Contents