Skip to content

Commit b9dff1e

Browse files
Merge pull request #277326 from seesharprun/patch-2
Cosmos DB | Fix typo in MongoDB .NET quickstart
2 parents 24199f9 + 6a5baee commit b9dff1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/mongodb/quickstart-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ From the project directory, open the *Program.cs* file. In your editor, add a us
9898

9999
:::code language="csharp" source="~/azure-cosmos-mongodb-dotnet/001-quickstart/Program.cs" id="using_directives":::
100100

101-
Define a new instance of the ``MongoClient`` class using the constructor, and [``Environment.GetEnvironmentVariable``](/dotnet/api/system.environment.getenvironmentvariables) to read the connection string you set earlier.
101+
Define a new instance of the ``MongoClient`` class using the constructor, and [``Environment.GetEnvironmentVariable``](/dotnet/api/system.environment.getenvironmentvariables) to read the connection string set by the Azure Developer CLI earlier.
102102

103103
:::code language="csharp" source="~/azure-cosmos-mongodb-dotnet/001-quickstart/Program.cs" id="client_credentials":::
104104

0 commit comments

Comments
 (0)