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
- Host: GitHub
- URL: https://github.com/azurecosmosdb/quickstart-table-dotnet
- Owner: AzureCosmosDB
- License: mit
- Created: 2024-10-14T03:37:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T13:12:42.000Z (5 months ago)
- Last Synced: 2025-03-29T19:12:19.969Z (about 1 month ago)
- Topics: azure, azure-cosmos-db, dotnet, quickstart
- Language: C#
- Homepage: https://learn.microsoft.com/azure/cosmos-db/nosql
- Size: 47.9 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Security: .github/SECURITY.md
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
```