An open API service indexing awesome lists of open source software.

https://github.com/azurecosmosdb/quickstart-table-dotnet

Quickstart - Azure Cosmos DB for Table - .NET
https://github.com/azurecosmosdb/quickstart-table-dotnet

azure azure-cosmos-db dotnet quickstart

Last synced: about 1 month ago
JSON representation

Quickstart - Azure Cosmos DB for Table - .NET

Awesome Lists containing this project

README

        

# Quickstart - Azure Cosmos DB for Table - .NET

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

| Task | Link |
| --- | --- |
| Downloaded latest source code | |
| Open in GitHub Codespaces | |

## Run this

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

1. Start the application:

```shell
cd web
dotnet run
```