Skip to content

AzureCosmosDB/quickstart-nosql-dotnet

Repository files navigation

Quickstart - Azure Cosmos DB for NoSQL - .NET

Sample ASP.NET web application using Azure Cosmos DB for NoSQL.

Task Link
Downloaded latest source code https://github.com/azurecosmosdb/quickstart-nosql-dotnet/releases/latest/download/project.zip
Open in GitHub Codespaces https://codespaces.new/AzureCosmosDB/quickstart-nosql-dotnet?template=true&quickstart=1

Run this

  1. Replace the credentials in web/Program.cs with your Azure Cosmos DB for NoSQL account's credentials.

  2. Start the application:

    cd web
    dotnet run