Skip to content

Commit 904af96

Browse files
authored
Merge pull request #106570 from SnehaGunda/PrivateLinks
Nodejs Quickstart - Replacing with try cosmos for free instructions
2 parents b15fc8d + 1155204 commit 904af96

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,17 @@ In this quickstart, you create and manage an Azure Cosmos DB SQL API account fro
2727
- [Node.js 6.0.0+](https://nodejs.org/).
2828
- [Git](https://www.git-scm.com/downloads).
2929

30-
## Create a database
30+
## Create an Azure Cosmos account
3131

32-
[!INCLUDE [cosmos-db-create-dbaccount](../../includes/cosmos-db-create-dbaccount.md)]
32+
For this quickstart purpose, you can use the [try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) option to create an Azure Cosmos account.
33+
34+
1. Navigate to the [try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) page.
35+
36+
1. Choose the **SQL** API account and select **Create**. Sign-in using your Microsoft account such as outlook.
37+
38+
1. After the sign-in is successful, your Azure Cosmos account should be ready. Select **Open in the Azure portal** to open the newly created account.
39+
40+
The "try Azure Cosmos DB for free" option doesn't require an Azure subscription and it offers you an Azure Cosmos account for a limited period of 30 days. If you want to use the Azure Cosmos account for a longer period, you should instead [create the account](create-cosmosdb-resources-portal.md#create-an-azure-cosmos-db-account) within your Azure subscription.
3341

3442
## Add a container
3543

@@ -171,10 +179,6 @@ You can now go back to Data Explorer, modify, and work with this new data.
171179

172180
[!INCLUDE [cosmosdb-tutorial-review-slas](../../includes/cosmos-db-tutorial-review-slas.md)]
173181

174-
## Clean up resources
175-
176-
[!INCLUDE [cosmosdb-delete-resource-group](../../includes/cosmos-db-delete-resource-group.md)]
177-
178182
## Next steps
179183

180184
In this quickstart, you've learned how to create an Azure Cosmos DB account, create a container using the Data Explorer, and run a Node.js app. You can now import additional data to your Azure Cosmos DB account.

0 commit comments

Comments
 (0)