Skip to content

Commit 1761ea0

Browse files
Merge pull request #204963 from MeredithMooreUX/patch-13
Update sql-api-get-started.md
2 parents 2b819f3 + cdeb2a6 commit 1761ea0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.custom: devx-track-csharp
2121
> * [Node.js](sql-api-nodejs-get-started.md)
2222
>
2323
24-
Welcome to the Azure Cosmos DB SQL API get started tutorial. After following this tutorial, you'll have a console application that creates and queries Azure Cosmos DB resources.
24+
Welcome to the Azure Cosmos DB SQL API get started tutorial. After following this tutorial, you'll have a console application that creates and queries Azure Cosmos DB resources.
2525

2626
This tutorial uses version 3.0 or later of the [Azure Cosmos DB .NET SDK](https://www.nuget.org/packages/Microsoft.Azure.Cosmos) and [.NET 6](https://dotnet.microsoft.com/download).
2727

@@ -43,7 +43,7 @@ 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, without a credit card or an Azure subscription, you can set up a free [Try Azure Cosmos DB account](https://aka.ms/trycosmosdb).
4747

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

@@ -495,4 +495,4 @@ That's it, build it, and you're on your way!
495495
* If all you know is the number of vcores and servers in your existing database cluster, read about [estimating request units using vCores or vCPUs](../convert-vcore-to-request-unit.md)
496496
* If you know typical request rates for your current database workload, read about [estimating request units using Azure Cosmos DB capacity planner](estimate-ru-with-capacity-planner.md)
497497

498-
[cosmos-db-create-account]: create-sql-api-java.md#create-a-database-account
498+
[cosmos-db-create-account]: create-sql-api-java.md#create-a-database-account

0 commit comments

Comments
 (0)