Skip to content

Commit f121de4

Browse files
committed
Updating with sample metadata.
1 parent 918403e commit f121de4

File tree

1 file changed

+36
-32
lines changed

1 file changed

+36
-32
lines changed

README.md

Lines changed: 36 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,36 @@
1-
---
2-
services: cosmos-db
3-
platforms: dotnet
4-
author: sivethe
5-
---
6-
7-
# Developing a .NET app using Azure Cosmos DB for MongoDB API
8-
Azure Cosmos DB is a fully managed globally distributed, multi-model database service, transparently replicating your data across any number of Azure regions. You can elastically scale throughput and storage, and take advantage of fast, single-digit-millisecond data access using the API of your choice backed by 99.999 SLA. This sample shows you how to use the Azure Cosmos DB for MongoDB API to store and access data from a .NET application.
9-
10-
## Running this sample
11-
12-
* Before you can run this sample, you must have the following prerequisites:
13-
14-
* An active Azure account. If you don't have one, you can sign up for a [free account](https://azure.microsoft.com/free/). Alternatively, you can use the [Azure Cosmos DB Emulator](https://azure.microsoft.com/documentation/articles/documentdb-nosql-local-emulator) for this tutorial.
15-
* Visual Studio 2017 (download and use the free [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/))
16-
17-
* Then, clone this repository using `git clone git@github.com:azure-samples/azure-cosmosdb-for-mongodb-api-dotnet-getting-started.git`.
18-
19-
* Next, substitute the `username`, `host`, and `password` in *DAL / Dal.cs* with your Cosmos DB account's values.
20-
21-
* Install the *MongoDB.Driver* library from Visual Studio's Nuget Manager.
22-
23-
* Click *CTRL + F5* to run your application.
24-
25-
## About the code
26-
The code included in this sample is intended to get you quickly started with a .NET application that connects to Azure Cosmos DB for MongoDB API.
27-
28-
## More information
29-
30-
- [Azure Cosmos DB](https://docs.microsoft.com/azure/cosmos-db/introduction)
31-
- [Azure Cosmos DB for MongoDB API](https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb-introduction)
32-
- [MongoDB .NET driver documentation](http://mongodb.github.io/mongo-csharp-driver/)
1+
---
2+
languages:
3+
- go
4+
- csharp
5+
page_type: sample
6+
products:
7+
- azure
8+
- azure-cosmos-db
9+
---
10+
11+
# Developing a .NET app using Azure Cosmos DB for MongoDB API
12+
Azure Cosmos DB is a fully managed globally distributed, multi-model database service, transparently replicating your data across any number of Azure regions. You can elastically scale throughput and storage, and take advantage of fast, single-digit-millisecond data access using the API of your choice backed by 99.999 SLA. This sample shows you how to use the Azure Cosmos DB for MongoDB API to store and access data from a .NET application.
13+
14+
## Running this sample
15+
16+
* Before you can run this sample, you must have the following prerequisites:
17+
18+
* An active Azure account. If you don't have one, you can sign up for a [free account](https://azure.microsoft.com/free/). Alternatively, you can use the [Azure Cosmos DB Emulator](https://azure.microsoft.com/documentation/articles/documentdb-nosql-local-emulator) for this tutorial.
19+
* Visual Studio 2017 (download and use the free [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/))
20+
21+
* Then, clone this repository using `git clone git@github.com:azure-samples/azure-cosmosdb-for-mongodb-api-dotnet-getting-started.git`.
22+
23+
* Next, substitute the `username`, `host`, and `password` in *DAL / Dal.cs* with your Cosmos DB account's values.
24+
25+
* Install the *MongoDB.Driver* library from Visual Studio's Nuget Manager.
26+
27+
* Click *CTRL + F5* to run your application.
28+
29+
## About the code
30+
The code included in this sample is intended to get you quickly started with a .NET application that connects to Azure Cosmos DB for MongoDB API.
31+
32+
## More information
33+
34+
- [Azure Cosmos DB](https://docs.microsoft.com/azure/cosmos-db/introduction)
35+
- [Azure Cosmos DB for MongoDB API](https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb-introduction)
36+
- [MongoDB .NET driver documentation](http://mongodb.github.io/mongo-csharp-driver/)

0 commit comments

Comments
 (0)