https://github.com/azurecosmosdb/quickstart-nosql-dotnet
Quickstart - Azure Cosmos DB for NoSQL - .NET
https://github.com/azurecosmosdb/quickstart-nosql-dotnet
azure azure-cosmos-db dotnet quickstart
Last synced: 6 months ago
JSON representation
Quickstart - Azure Cosmos DB for NoSQL - .NET
- Host: GitHub
- URL: https://github.com/azurecosmosdb/quickstart-nosql-dotnet
- Owner: AzureCosmosDB
- License: mit
- Created: 2024-09-05T21:57:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T01:22:11.000Z (10 months ago)
- Last Synced: 2025-03-30T11:05:13.305Z (6 months ago)
- Topics: azure, azure-cosmos-db, dotnet, quickstart
- Language: C#
- Homepage: https://learn.microsoft.com/azure/cosmos-db/nosql
- Size: 53.7 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Quickstart - Azure Cosmos DB for NoSQL - .NET
Sample ASP.NET web application using Azure Cosmos DB for NoSQL.
| 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 NoSQL account's credentials.
1. Start the application:
```shell
cd web
dotnet run
```