Skip to content

Commit 0c184ef

Browse files
committed
additional edits
1 parent 8b74937 commit 0c184ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/nosql/bulk-executor-dotnet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: cosmos-db
77
ms.subservice: nosql
88
ms.devlang: csharp
99
ms.topic: how-to
10-
ms.date: 03/14/2023
10+
ms.date: 03/15/2023
1111
ms.reviewer: mjbrown
1212
ms.custom: devx-track-csharp, ignite-2022
1313
---
@@ -31,9 +31,9 @@ Currently, bulk executor library is supported by the Azure Cosmos DB for NoSQL a
3131

3232
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio) before you begin.
3333

34-
* You can [Try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription. You can also 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).
34+
* You can [Try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription. You can also [Install and use the Azure Cosmos DB Emulator for local development and testing](../local-emulator.md) with the `https://localhost:8081` endpoint. The Primary Key is provided in [Authenticating requests](../local-emulator.md#authenticate-requests).
3535

36-
* Create an Azure Cosmos DB for NoSQL account by using the steps described in the [create a database account](quickstart-dotnet.md#create-account) section of the .NET quickstart article.
36+
* Create an Azure Cosmos DB for NoSQL account by using the steps described in the [Create an Azure Cosmos DB account](quickstart-dotnet.md#create-account) section of [Quickstart: Azure Cosmos DB for NoSQL client library for .NET](quickstart-dotnet.md).
3737

3838
## Clone the sample application
3939

@@ -203,4 +203,4 @@ Consider the following points for better performance when you use the bulk execu
203203

204204
## Next steps
205205

206-
* To learn about the NuGet package details and the release notes, see [.NET bulk executor library: Download information (Legacy)](sdk-dotnet-bulk-executor-v2.md).
206+
* [.NET bulk executor library: Download information (Legacy)](sdk-dotnet-bulk-executor-v2.md).

0 commit comments

Comments
 (0)