Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Created October 25, 2020 04:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PradeepLoganathan/c3ec4ca0a1f739cd9438d131fc57de7c to your computer and use it in GitHub Desktop.
Save PradeepLoganathan/c3ec4ca0a1f739cd9438d131fc57de7c to your computer and use it in GitHub Desktop.
CosmosClient cosmosClient = new CosmosClientBuilder("https://localhost:8081", "key")
.WithConnectionModeDirect()
.WithApplicationName("CosmosStarter")
.Build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment