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
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16-17Lines changed: 16 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -4,40 +4,39 @@ languages:
4
4
- csharp
5
5
products:
6
6
- azure
7
+
- azure-cosmos-db
7
8
extensions:
8
9
- services: Cosmos-DB
9
10
- platforms: dotnet
10
11
description: "Azure CosmosDB sample."
11
12
---
12
13
13
-
# Create a DocumentDB and get MongoDB connection string using C# #
14
+
# Create a DocumentDB and get MongoDB connection string using C#
14
15
15
-
Azure CosmosDB sample -
16
-
- Create a CosmosDB configured with MongoDB kind.
17
-
- Get the mongodb connection string
18
-
- Delete the CosmosDB.
16
+
Azure CosmosDB sample.
17
+
18
+
- Create a CosmosDB configured with MongoDB kind.
19
+
- Get the mongodb connection string
20
+
- Delete the CosmosDB.
19
21
20
22
21
-
## Running this Sample ##
23
+
## Running this sample
22
24
23
25
To run this sample:
24
26
25
27
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-net/blob/master/AUTH.md).
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
40
-
41
-
---
40
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
42
41
43
42
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
0 commit comments