You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/nosql/includes/create-resources.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ services: cosmos-db
5
5
author: seesharprun
6
6
ms.service: cosmos-db
7
7
ms.topic: include
8
-
ms.date: 09/22/2022
8
+
ms.date: 11/07/2022
9
9
ms.author: sidandrews
10
10
ms.reviewer: mjbrown
11
11
ms.custom: include file, ignite-2022
12
12
---
13
13
14
-
This quickstart will create a single Azure Cosmos DB account using the SQL API.
14
+
This quickstart will create a single Azure Cosmos DB account using the API for NoSQL.
15
15
16
16
#### [Azure CLI](#tab/azure-cli)
17
17
@@ -37,7 +37,7 @@ This quickstart will create a single Azure Cosmos DB account using the SQL API.
37
37
--location $location
38
38
```
39
39
40
-
1. Use the [``az cosmosdb create``](/cli/azure/cosmosdb#az-cosmosdb-create) command to create a new Azure Cosmos DB SQL API account with default settings.
40
+
1. Use the [``az cosmosdb create``](/cli/azure/cosmosdb#az-cosmosdb-create) command to create a new API for NoSQL account with default settings.
41
41
42
42
```azurecli-interactive
43
43
az cosmosdb create \
@@ -46,7 +46,7 @@ This quickstart will create a single Azure Cosmos DB account using the SQL API.
46
46
--locations regionName=$location
47
47
```
48
48
49
-
1. Get the SQL API endpoint *URI* for the account using the [``az cosmosdb show``](/cli/azure/cosmosdb#az-cosmosdb-show) command.
49
+
1. Get the API for NoSQL endpoint *URI* for the account using the [``az cosmosdb show``](/cli/azure/cosmosdb#az-cosmosdb-show) command.
50
50
51
51
```azurecli-interactive
52
52
az cosmosdb show \
@@ -93,7 +93,7 @@ This quickstart will create a single Azure Cosmos DB account using the SQL API.
93
93
New-AzResourceGroup @parameters
94
94
```
95
95
96
-
1. Use the [``New-AzCosmosDBAccount``](/powershell/module/az.cosmosdb/new-azcosmosdbaccount) cmdlet to create a new Azure Cosmos DB SQL API account with default settings.
96
+
1. Use the [``New-AzCosmosDBAccount``](/powershell/module/az.cosmosdb/new-azcosmosdbaccount) cmdlet to create a new API for NoSQL account with default settings.
97
97
98
98
```azurepowershell-interactive
99
99
$parameters = @{
@@ -104,7 +104,7 @@ This quickstart will create a single Azure Cosmos DB account using the SQL API.
104
104
New-AzCosmosDBAccount @parameters
105
105
```
106
106
107
-
1. Get the SQL API endpoint *URI* for the account using the [``Get-AzCosmosDBAccount``](/powershell/module/az.cosmosdb/get-azcosmosdbaccount) cmdlet.
107
+
1. Get the API for NoSQL endpoint *URI* for the account using the [``Get-AzCosmosDBAccount``](/powershell/module/az.cosmosdb/get-azcosmosdbaccount) cmdlet.
108
108
109
109
```azurepowershell-interactive
110
110
$parameters = @{
@@ -140,7 +140,7 @@ This quickstart will create a single Azure Cosmos DB account using the SQL API.
140
140
141
141
1. On the **New** page, search for and select **Azure Cosmos DB**.
142
142
143
-
1. On the **Select API option** page, select the **Create** option within the **Core (SQL) - Recommend** section. Azure Cosmos DB has five APIs: SQL, MongoDB, Gremlin, Table, and Cassandra. [Learn more about the SQL API](../index.yml).
143
+
1. On the **Select API option** page, select the **Create** option within the **NoSQL** section. Azure Cosmos DB has six APIs: NoSQL, MongoDB, PostgreSQL, Apache Cassandra, Apache Gremlin, and Table. [Learn more about the API for NoSQL](../index.yml).
144
144
145
145
:::image type="content" source="../media/create-account-portal/cosmos-api-choices.png" lightbox="../media/create-account-portal/cosmos-api-choices.png" alt-text="Screenshot of select API option page for Azure Cosmos DB.":::
146
146
@@ -158,23 +158,23 @@ This quickstart will create a single Azure Cosmos DB account using the SQL API.
158
158
> [!NOTE]
159
159
> You can have up to one free tier Azure Cosmos DB account per Azure subscription and must opt-in when creating the account. If you do not see the option to apply the free tier discount, this means another account in the subscription has already been enabled with free tier.
160
160
161
-
:::image type="content" source="../media/create-account-portal/new-cosmos-account-page.png" lightbox="../media/create-account-portal/new-cosmos-account-page.png" alt-text="Screenshot of new account page for Azure Cosmos DB SQL API.":::
161
+
:::image type="content" source="../media/create-account-portal/new-cosmos-account-page.png" lightbox="../media/create-account-portal/new-cosmos-account-page.png" alt-text="Screenshot of new account page for API for NoSQL.":::
162
162
163
163
1. Select **Review + create**.
164
164
165
165
1. Review the settings you provide, and then select **Create**. It takes a few minutes to create the account. Wait for the portal page to display **Your deployment is complete** before moving on.
166
166
167
167
1. Select **Go to resource** to go to the Azure Cosmos DB account page.
168
168
169
-
:::image type="content" source="../media/create-account-portal/cosmos-deployment-complete.png" lightbox="../media/create-account-portal/cosmos-deployment-complete.png" alt-text="Screenshot of deployment page for Azure Cosmos DB SQL API resource.":::
169
+
:::image type="content" source="../media/create-account-portal/cosmos-deployment-complete.png" lightbox="../media/create-account-portal/cosmos-deployment-complete.png" alt-text="Screenshot of deployment page for API for NoSQL resource.":::
170
170
171
-
1. From the Azure Cosmos DB SQL API account page, select the **Keys** navigation menu option.
171
+
1. From the API for NoSQL account page, select the **Keys** navigation menu option.
172
172
173
-
:::image type="content" source="../media/get-credentials-portal/cosmos-keys-option.png" lightbox="../media/get-credentials-portal/cosmos-keys-option.png" alt-text="Screenshot of an Azure Cosmos DB SQL API account page. The Keys option is highlighted in the navigation menu.":::
173
+
:::image type="content" source="../media/get-credentials-portal/cosmos-keys-option.png" lightbox="../media/get-credentials-portal/cosmos-keys-option.png" alt-text="Screenshot of an API for NoSQL account page. The Keys option is highlighted in the navigation menu.":::
174
174
175
175
1. Record the values from the **URI** and **PRIMARY KEY** fields. You'll use these values in a later step.
176
176
177
-
:::image type="content" source="../media/get-credentials-portal/cosmos-endpoint-key-credentials.png" lightbox="../media/get-credentials-portal/cosmos-endpoint-key-credentials.png" alt-text="Screenshot of Keys page with various credentials for an Azure Cosmos DB SQL API account.":::
177
+
:::image type="content" source="../media/get-credentials-portal/cosmos-endpoint-key-credentials.png" lightbox="../media/get-credentials-portal/cosmos-endpoint-key-credentials.png" alt-text="Screenshot of Keys page with various credentials for an API for NoSQL account.":::
0 commit comments