Skip to content

Commit 0d74215

Browse files
authored
Merge pull request #115600 from Lampei/patch-4
Update how-to-develop-emulator.md
2 parents a4f57a6 + ae66be1 commit 0d74215

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/cosmos-db/how-to-develop-emulator.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,8 @@ Use the [Azure Cosmos DB API for NoSQL .NET SDK](nosql/quickstart-dotnet.md) to
476476
> {
477477
> ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousAcceptAnyServerCertificateValidator
478478
> }),
479-
> ConnectionMode = ConnectionMode.Gateway
479+
> ConnectionMode = ConnectionMode.Gateway,
480+
> LimitToEndpoint = true
480481
> };
481482
>
482483
> using CosmosClient client = new(

0 commit comments

Comments
 (0)