Skip to content

Commit a0dea8c

Browse files
committed
Create database SEO improvements
1 parent 85574ee commit a0dea8c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/cosmos-db/create-cosmosdb-resources-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create an Azure Cosmos account, container, and items with the Azure portal.
3-
description: Create an Azure Cosmos account, container, and items with the Azure portal.
2+
title: Create an Azure Cosmos database from the Azure portal.
3+
description: Create an Azure Cosmos database, container, and items by using the Azure portal.
44
author: SnehaGunda
55
ms.author: sngun
66
ms.service: cosmos-db
@@ -9,7 +9,7 @@ ms.devlang: dotnet
99
ms.topic: quickstart
1010
ms.date: 09/01/2019
1111
---
12-
# Quickstart: Create an Azure Cosmos account, container, and items with the Azure portal
12+
# Quickstart: Create an Azure Cosmos account, database, container, and items from the Azure portal
1313

1414
> [!div class="op_single_selector"]
1515
> * [Azure portal](create-cosmosdb-resources-portal.md)

articles/cosmos-db/create-sql-api-nodejs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Azure Cosmos DB: Build a Node.js app using JavaScript SDK to manage Azure Cosmos DB SQL API data'
3-
description: Presents a Node.js code sample you can use to connect to and query the Azure Cosmos DB SQL API
2+
title: 'Quickstart: Build a Node.js app to connect and manage data in Azure Cosmos DB SQL API account'
3+
description: Learn to build a Node.js app to connect, query, and manage data in Azure Cosmos DB SQL API account
44
author: deborahc
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
@@ -10,7 +10,7 @@ ms.date: 05/21/2019
1010
ms.author: dech
1111

1212
---
13-
# Quickstart: Build a Node.js app using Azure Cosmos DB SQL API account
13+
# Quickstart: Build a Node.js app to connect to Azure Cosmos DB SQL API account and manage data
1414

1515
> [!div class="op_single_selector"]
1616
> * [.NET V3](create-sql-api-dotnet.md)
@@ -129,7 +129,7 @@ The following snippets are all taken from the **app.js** file.
129129
130130
## Update your connection string
131131
132-
Now go back to the Azure portal to get your connection string information and copy it into the app.
132+
Now go back to the Azure portal to get your connection string information. Copy the connection string into the app so that it can connect to your Azure Cosmos account.
133133
134134
1. In the [Azure portal](https://portal.azure.com/), in your Azure Cosmos account, in the left navigation click **Keys**, and then click **Read-write Keys**. You'll use the copy buttons on the right side of the screen to copy the URI and Primary Key into the `config.js` file in the next step.
135135

0 commit comments

Comments
 (0)