Skip to content

Instantly share code, notes, and snippets.

@anishi1222
Created December 21, 2021 03:54
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 anishi1222/f0c785f99a3cb77206a8156321104a75 to your computer and use it in GitHub Desktop.
Save anishi1222/f0c785f99a3cb77206a8156321104a75 to your computer and use it in GitHub Desktop.
CosmosClient client = new CosmosClientBuilder()
.endpoint(ACCOUNT_ENDPOINT)
.credential(tokenCredential)
.gatewayMode()
.buildClient();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment