Skip to content

Commit 3dfefce

Browse files
committed
Fix includes
1 parent 772e562 commit 3dfefce

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

articles/cosmos-db/nosql/includes/clean-up-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ services: cosmos-db
55
author: seesharprun
66
ms.service: cosmos-db
77
ms.topic: include
8-
ms.date: 09/22/2022
8+
ms.date: 11/07/2022
99
ms.author: sidandrews
1010
ms.reviewer: mjbrown
1111
ms.custom: include file, ignite-2022
1212
---
1313

14-
When you no longer need the Azure Cosmos DB SQL API account, you can delete the corresponding resource group.
14+
When you no longer need the API for NoSQL account, you can delete the corresponding resource group.
1515

1616
### [Azure CLI / Resource Manager template](#tab/azure-cli+azure-resource-manager)
1717

articles/cosmos-db/nosql/includes/create-resources.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ services: cosmos-db
55
author: seesharprun
66
ms.service: cosmos-db
77
ms.topic: include
8-
ms.date: 09/22/2022
8+
ms.date: 11/07/2022
99
ms.author: sidandrews
1010
ms.reviewer: mjbrown
1111
ms.custom: include file, ignite-2022
1212
---
1313

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.
1515

1616
#### [Azure CLI](#tab/azure-cli)
1717

@@ -37,7 +37,7 @@ This quickstart will create a single Azure Cosmos DB account using the SQL API.
3737
--location $location
3838
```
3939
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.
4141
4242
```azurecli-interactive
4343
az cosmosdb create \
@@ -46,7 +46,7 @@ This quickstart will create a single Azure Cosmos DB account using the SQL API.
4646
--locations regionName=$location
4747
```
4848
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.
5050
5151
```azurecli-interactive
5252
az cosmosdb show \
@@ -93,7 +93,7 @@ This quickstart will create a single Azure Cosmos DB account using the SQL API.
9393
New-AzResourceGroup @parameters
9494
```
9595
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.
9797
9898
```azurepowershell-interactive
9999
$parameters = @{
@@ -104,7 +104,7 @@ This quickstart will create a single Azure Cosmos DB account using the SQL API.
104104
New-AzCosmosDBAccount @parameters
105105
```
106106
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.
108108
109109
```azurepowershell-interactive
110110
$parameters = @{
@@ -140,7 +140,7 @@ This quickstart will create a single Azure Cosmos DB account using the SQL API.
140140
141141
1. On the **New** page, search for and select **Azure Cosmos DB**.
142142
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).
144144
145145
:::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.":::
146146
@@ -158,23 +158,23 @@ This quickstart will create a single Azure Cosmos DB account using the SQL API.
158158
> [!NOTE]
159159
> 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.
160160
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.":::
162162
163163
1. Select **Review + create**.
164164
165165
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.
166166
167167
1. Select **Go to resource** to go to the Azure Cosmos DB account page.
168168
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.":::
170170
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.
172172
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.":::
174174
175175
1. Record the values from the **URI** and **PRIMARY KEY** fields. You'll use these values in a later step.
176176
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.":::
178178
179179
#### [Resource Manager template](#tab/azure-resource-manager)
180180

0 commit comments

Comments
 (0)