Sample ASP.NET web application using Azure Cosmos DB for Table.
Task | Link |
---|---|
Downloaded latest source code | https://github.com/azurecosmosdb/quickstart-table-dotnet/releases/latest/download/project.zip |
Open in GitHub Codespaces | https://codespaces.new/AzureCosmosDB/quickstart-table-dotnet?template=true&quickstart=1 |
-
Replace the credentials in web/Program.cs with your Azure Cosmos DB for Table account's credentials.
-
Start the application:
cd web dotnet run