Exercise - Create resources in Azure Cosmos DB for NoSQL using .NET
In this exercise, you create an Azure Cosmos DB account and build a .NET console application that uses the Microsoft Azure Cosmos DB SDK to create a database, container, and sample item. You learn how to configure authentication, perform database operations programmatically, and verify your results in the Azure portal.
Tasks performed in this exercise:
- Create an Azure Cosmos DB account
- Create a console app that creates a database, container, and an item
- Run the console app and verify results
This exercise takes approximately 30 minutes to complete.
Before you start
To complete the exercise, you need:
- An Azure subscription. If you don't already have one, you can sign up for one https://azure.microsoft.com/.
Get started
Select the Launch Exercise button to open the exercise instructions in a new browser window. When you're finished with the exercise, return here to:
- Complete the module
- Earn a badge for completing this module
