Skip to content

Commit 14b1249

Browse files
committed
add includes
1 parent 6a997e9 commit 14b1249

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

includes/cosmos-db-create-dbaccount-cassandra.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,29 @@
55
author: SnehaGunda
66
ms.service: cosmos-db
77
ms.topic: include
8-
ms.date: 09/14/2018
8+
ms.date: 01/22/2020
99
ms.author: sngun
1010
ms.custom: include file
1111
---
1212

1313
1. In a new browser window, sign in to the [Azure portal](https://portal.azure.com/).
1414

15-
2. Select **Create a resource** > **Databases** > **Azure Cosmos DB**.
15+
2. In the left menu, select **Create a resource**.
16+
17+
![Create a resource in the Azure portal](./media/cosmos-db-create-dbaccount-cassandra/create-nosql-db-databases-json-tutorial-0.png)
18+
19+
3. On the **New** page, select **Databases** > **Azure Cosmos DB**.
1620

1721
![The Azure portal Databases pane](./media/cosmos-db-create-dbaccount-cassandra/create-nosql-db-databases-json-tutorial-1.png)
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.
2024

2125
Setting|Value|Description
2226
---|---|---
2327
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).|
2731
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.
2832

2933
Select **Review+Create**. You can skip the **Network** and **Tags** section.

includes/cosmos-db-delete-resource-group.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
author: SnehaGunda
33
ms.service: cosmos-db
44
ms.topic: include
5-
ms.date: 03/23/2019
5+
ms.date: 01/22/2020
66
ms.author: sngun
77
ms.custom: seo-java-september2019
88
---
9-
When you're done with your web app and Azure Cosmos DB account, you can delete the Azure resources you created so you don't incur more charges. To delete the resources:
9+
When you're done with your app and Azure Cosmos DB account, you can delete the Azure resources you created so you don't incur more charges. To delete the resources:
1010

11-
1. In the Azure portal, select **Resource groups** on the far left. If the left menu is collapsed, select ![Expand button](./media/cosmos-db-delete-resource-group/expand.png) to expand it.
11+
1. In the Azure portal Search bar, search for and select **Resource groups**.
1212

13-
2. Select the resource group you created for this quickstart.
13+
2. From the list, select the resource group you created for this quickstart.
1414

1515
![Select the resource group to delete](./media/cosmos-db-delete-resource-group/delete-resources-select.png)
1616

17-
2. In the new window, select **Delete resource group**.
17+
2. On the resource group **Overview** page, select **Delete resource group**.
1818

1919
![Delete the resource group](./media/cosmos-db-delete-resource-group/delete-resources.png)
2020

-99.3 KB
Loading
18.8 KB
Loading
-28.4 KB
Loading
-12.9 KB
Loading

0 commit comments

Comments
 (0)