Azure Course Labs

Lab Hints

The connection string for the Mongo database works with any client. When you’re connected you can use the command line to print out all the collection names, and then find all the documents in the collection.

When you insert a new document you can use the raw JSON in the insert command; find all the documents again to make sure your new data is stored.

Need more? Here’s the solution.