Skip to content

Commit fec3fd4

Browse files
committed
Fixed validation errors
1 parent ecff4a7 commit fec3fd4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/cosmos-db/mongodb/nodejs-console-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This example shows you how to build a console app using Node.js and Azure Cosmos
2525

2626
To use this example, you must:
2727

28-
* [Create](create-mongodb-dotnet.md#create-account) a Cosmos account configured to use Azure Cosmos DB's API for MongoDB.
28+
* [Create](create-mongodb-dotnet.md#create-a-database-account) a Cosmos account configured to use Azure Cosmos DB's API for MongoDB.
2929
* Retrieve your [connection string](connect-mongodb-account.md) information.
3030

3131
## Create the app

articles/cosmos-db/sql/bulk-executor-dot-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Currently, bulk executor library is supported by the Azure Cosmos DB SQL API and
3232

3333
* You can [Try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription, free of charge and commitments. Or, you can use the [Azure Cosmos DB Emulator](../local-emulator.md) with the `https://localhost:8081` endpoint. The Primary Key is provided in [Authenticating requests](../local-emulator.md#authenticate-requests).
3434

35-
* Create an Azure Cosmos DB SQL API account by using the steps described in the [create a database account](create-sql-api-dotnet.md#create-a-database-account) section of the .NET quickstart article.
35+
* Create an Azure Cosmos DB SQL API account by using the steps described in the [create a database account](create-sql-api-dotnet.md#create-account) section of the .NET quickstart article.
3636

3737
## Clone the sample application
3838

articles/cosmos-db/sql/sql-api-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Now let's get started!
4343

4444
## Prerequisites
4545

46-
* An active Azure account. If you don't have one, you can sign up for a [free account](https://azure.microsoft.com/free/).
46+
An active Azure account. If you don't have one, you can sign up for a [free account](https://azure.microsoft.com/free/).
4747

48-
[!INCLUDE [cosmos-db-emulator-docdb-api](../includes/cosmos-db-emulator-docdb-api.md)]
48+
[!INCLUDE [cosmos-db-emulator-docdb-api](../includes/cosmos-db-emulator-docdb-api.md)]
4949

50-
* [!INCLUDE [cosmos-db-emulator-vs](../includes/cosmos-db-emulator-vs.md)]
50+
Latest [!INCLUDE [cosmos-db-visual-studio](../includes/cosmos-db-visual-studio.md)]
5151

5252
## Step 1: Create an Azure Cosmos DB account
5353

0 commit comments

Comments
 (0)