Quick example of a template that shows you how to use C# with Azure Cosmos DB for NoSQL
- Make sure you have an Azure Cosmos DB for NoSQL account.
- Open this as a GitHub Codespace.
- Run
dotnet build. - In the Program.cs file, replace the
accountEndpointandauthKeyOrResourceTokenstring values. - Run
dotnet runto create the database, container, and items.