You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/sql/create-sql-api-go.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ ms.author: jduffney
25
25
>
26
26
27
27
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)
29
29
30
30
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.
31
31
@@ -39,7 +39,7 @@ To learn more about Azure Cosmos DB, go to [Azure Cosmos DB](../introduction.md)
39
39
* [Visual Studio Monthly Credits](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers)
40
40
* [Azure Cosmos DB Free Tier](../optimize-dev-test.md#azure-cosmos-db-free-tier)
41
41
* 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.
43
43
*[Azure Cosmos DB Emulator](https://aka.ms/cosmosdb-emulator)
44
44
-[Go 1.16 or higher](https://golang.org/dl/)
45
45
-[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
692
692
* 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)
693
693
694
694
> [!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