Skip to content

Commit 5befe15

Browse files
authored
Merge pull request #204958 from MeredithMooreUX/patch-8
Update create-sql-api-go.md
2 parents 307cac2 + 9eb7cc8 commit 5befe15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.author: jduffney
2525
>
2626
2727

28-
In this quickstart, you'll build a sample Go application that uses the Azure SDK for Go to manage a Cosmos DB SQL API account.
28+
In this quickstart, you'll build a sample Go application that uses the Azure SDK for Go to manage a Cosmos DB SQL API account. Without a credit card or an Azure subscription, you can set up a free [Try Azure Cosmos DB account](https://aka.ms/trycosmosdb)
2929

3030
Azure Cosmos DB is a multi-model database service that lets you quickly create and query document, table, key-value, and graph databases with global distribution and horizontal scale capabilities.
3131

@@ -39,7 +39,7 @@ To learn more about Azure Cosmos DB, go to [Azure Cosmos DB](../introduction.md)
3939
* [Visual Studio Monthly Credits](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers)
4040
* [Azure Cosmos DB Free Tier](../optimize-dev-test.md#azure-cosmos-db-free-tier)
4141
* Without an Azure active subscription:
42-
* [Try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/), a tests environment that lasts for 30 days.
42+
* [Try Azure Cosmos DB for free](https://aka.ms/trycosmosdb), a tests environment that lasts for 30 days.
4343
* [Azure Cosmos DB Emulator](https://aka.ms/cosmosdb-emulator)
4444
- [Go 1.16 or higher](https://golang.org/dl/)
4545
- [Azure CLI](/cli/azure/install-azure-cli)
@@ -692,4 +692,4 @@ Trying to do capacity planning for a migration to Azure Cosmos DB? You can use i
692692
* 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)
693693

694694
> [!div class="nextstepaction"]
695-
> [Import data into Azure Cosmos DB for the SQL API](../import-data.md)
695+
> [Import data into Azure Cosmos DB for the SQL API](../import-data.md)

0 commit comments

Comments
 (0)