Connect to an account (.NET)
- To connect to your DocumentDB database you will need to create a DocumentClient with your Endpoint URI and the Service Key (you can get both from the portal).
- First of all, you will need the following using clauses:
- Then you can create the client with: