Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.24 KB

cosmos-db-create-table.md

File metadata and controls

32 lines (23 loc) · 1.24 KB
title description services author ms.service ms.topic ms.date ms.author ms.custom
include file
include file
cosmos-db
SnehaGunda
cosmos-db
include
04/13/2018
sngun
include file

You can now use the Data Explorer tool in the Azure portal to create a database and table.

  1. Select Data Explorer > New Table.

    The Add Table area is displayed on the far right, you may need to scroll right to see it.

    Data Explorer in the Azure portal

  2. In the Add Table page, enter the settings for the new table.

    Setting Suggested value Description
    Table Id sample-table The ID for your new table. Table names have the same character requirements as database ids. Database names must be between 1 and 255 characters, and cannot contain / \ # ? or a trailing space.
    Throughput 400 RUs Change the throughput to 400 request units per second (RU/s). If you want to reduce latency, you can scale up the throughput later.
  3. Select OK.

  4. Data Explorer displays the new database and table.

    The Azure portal Data Explorer, showing the new database and collection