|
5 | 5 | author: SnehaGunda
|
6 | 6 | ms.service: cosmos-db
|
7 | 7 | ms.topic: include
|
8 |
| - ms.date: 09/14/2018 |
| 8 | + ms.date: 01/22/2020 |
9 | 9 | ms.author: sngun
|
10 | 10 | ms.custom: include file
|
11 | 11 | ---
|
12 | 12 |
|
13 | 13 | 1. In a new browser window, sign in to the [Azure portal](https://portal.azure.com/).
|
14 | 14 |
|
15 |
| -2. Select **Create a resource** > **Databases** > **Azure Cosmos DB**. |
| 15 | +2. In the left menu, select **Create a resource**. |
| 16 | + |
| 17 | +  |
| 18 | + |
| 19 | +3. On the **New** page, select **Databases** > **Azure Cosmos DB**. |
16 | 20 |
|
17 | 21 | 
|
18 |
| - |
19 |
| -3. In the **Create Azure Cosmos DB Account** page, enter the settings for the new Azure Cosmos DB account. |
| 22 | + |
| 23 | +3. On the **Create Azure Cosmos DB Account** page, enter the settings for the new Azure Cosmos DB account. |
20 | 24 |
|
21 | 25 | Setting|Value|Description
|
22 | 26 | ---|---|---
|
23 | 27 | Subscription|Your subscription|Select the Azure subscription that you want to use for this Azure Cosmos DB account.
|
24 |
| - Resource Group|Create new<br><br>Then enter the same unique name as provided in ID|Select **Create new**. Then enter a new resource-group name for your account. For simplicity, use the same name as your ID. |
25 |
| - Account Name|Enter a unique name|Enter a unique name to identify your Azure Cosmos DB account. Because *documents.azure.com* is appended to the ID that you provide to create your URI, use a unique ID.<br><br>The ID can use only lowercase letters, numbers, and the hyphen (-) character. It must be between 3 and 31 characters in length. |
26 |
| - API|Cassandra|The API determines the type of account to create. Azure Cosmos DB provides five APIs: Core(SQL) for document databases, Gremlin for graph databases, MongoDB for document databases, Azure Table, and Cassandra. Currently, you must create a separate account for each API. <br><br>Select **Cassandra** because in this quickstart you are creating a table that works with the Cassandra API. <br><br>[Learn more about the Cassandra API](../articles/cosmos-db/cassandra-introduction.md).| |
| 28 | + Resource Group|Create new<br><br>Then enter the same name as Account Name|Select **Create new**. Then enter a new resource group name for your account. For simplicity, use the same name as your Azure Cosmos DB account name. |
| 29 | + Account Name|Enter a unique name|Enter a unique name to identify your Azure Cosmos DB account. Your account URI will be *cassandra.cosmos.azure.com* appended to your unique account name.<br><br>The account name can use only lowercase letters, numbers, and hyphens (-), and must be between 3 and 31 characters long. |
| 30 | + API|Cassandra|The API determines the type of account to create. Azure Cosmos DB provides five APIs: Core (SQL) for document databases, Gremlin for graph databases, MongoDB for document databases, Azure Table, and Cassandra. You must create a separate account for each API. <br><br>Select **Cassandra**, because in this quickstart you are creating a table that works with the Cassandra API. <br><br>[Learn more about the Cassandra API](../articles/cosmos-db/cassandra-introduction.md).| |
27 | 31 | Location|Select the region closest to your users|Select a geographic location to host your Azure Cosmos DB account. Use the location that's closest to your users to give them the fastest access to the data.
|
28 | 32 |
|
29 | 33 | Select **Review+Create**. You can skip the **Network** and **Tags** section.
|
|
0 commit comments