You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
9
9
10
10
## Running this sample
11
11
@@ -14,7 +14,7 @@ Azure Cosmos DB is a globally distributed multi-model database. One of the suppo
14
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
15
* Visual Studio 2017 (download and use the free [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/))
16
16
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`.
18
18
19
19
* Next, substitute the `username`, `host`, and `password` in *DAL / Dal.cs* with your Cosmos DB account's values.
20
20
@@ -23,11 +23,10 @@ Azure Cosmos DB is a globally distributed multi-model database. One of the suppo
23
23
* Click *CTRL + F5* to run your application.
24
24
25
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 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.
0 commit comments