Created
October 12, 2017 13:36
-
-
Save JeremyLikness/d35ba42a48ecab8e3fcc8e965cbe7656 to your computer and use it in GitHub Desktop.
Spin up a CosmosDB client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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