Skip to content

Instantly share code, notes, and snippets.

@JeremyLikness
Created October 12, 2017 13:36
Show Gist options
  • Select an option

  • Save JeremyLikness/d35ba42a48ecab8e3fcc8e965cbe7656 to your computer and use it in GitHub Desktop.

Select an option

Save JeremyLikness/d35ba42a48ecab8e3fcc8e965cbe7656 to your computer and use it in GitHub Desktop.
Spin up a CosmosDB client
using (var client = new DocumentClient(new Uri(endpoint), key))
{
Console.WriteLine("Starting...");
FixIt(client).Wait();
Console.ReadLine();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment