We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4f57a6 + ae66be1 commit 0d74215Copy full SHA for 0d74215
articles/cosmos-db/how-to-develop-emulator.md
@@ -476,7 +476,8 @@ Use the [Azure Cosmos DB API for NoSQL .NET SDK](nosql/quickstart-dotnet.md) to
476
> {
477
> ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousAcceptAnyServerCertificateValidator
478
> }),
479
- > ConnectionMode = ConnectionMode.Gateway
+ > ConnectionMode = ConnectionMode.Gateway,
480
+ > LimitToEndpoint = true
481
> };
482
>
483
> using CosmosClient client = new(
0 commit comments