Skip to content

Commit 918403e

Browse files
authored
Merge pull request #7 from sivethe/master
Updating README
2 parents ea3508a + d486241 commit 918403e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
services: cosmos-db
33
platforms: dotnet
4-
author: anhoh
4+
author: sivethe
55
---
66

7-
# Developing a .NET app using Azure Cosmos DB's MongoDB API
8-
Azure Cosmos DB is a globally distributed multi-model database. One of the supported APIs is the MongoDB API, which provides a document model and support for client drivers in many platforms. This sample shows you how to use the Azure Cosmos DB with the MongoDB API to store and access data from a .NET application.
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.
99

1010
## Running this sample
1111

@@ -14,7 +14,7 @@ Azure Cosmos DB is a globally distributed multi-model database. One of the suppo
1414
* 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.
1515
* Visual Studio 2017 (download and use the free [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/))
1616

17-
* Then, clone this repository using `git clone [email protected]:azure-samples/azure-cosmosdb-mongodb-dotnet-getting-started.git`.
17+
* Then, clone this repository using `git clone [email protected]:azure-samples/azure-cosmosdb-for-mongodb-api-dotnet-getting-started.git`.
1818

1919
* Next, substitute the `username`, `host`, and `password` in *DAL / Dal.cs* with your Cosmos DB account's values.
2020

@@ -23,11 +23,10 @@ Azure Cosmos DB is a globally distributed multi-model database. One of the suppo
2323
* Click *CTRL + F5* to run your application.
2424

2525
## 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 with the MongoDB API.
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.
2727

2828
## More information
2929

3030
- [Azure Cosmos DB](https://docs.microsoft.com/azure/cosmos-db/introduction)
31-
- [Azure Cosmos DB : MongoDB API](https://docs.microsoft.com/azure/documentdb/documentdb-protocol-mongodb)
32-
- [MongoDB .NET driver](https://docs.mongodb.com/ecosystem/drivers/csharp/)
33-
- [MongoDB .NET driver documentation](https://mongodb.github.io/mongo-csharp-driver/2.4/)
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/)

0 commit comments

Comments
 (0)