Using VS Code to work with Cosmos DB
Burke Holland
Posted on April 9, 2019
We've selected our favorite tips and tricks created by Michael Crump and are delivering fresh technical content on Azure all April! Miss a day (or more)? Catch up with the series.
Don't have Azure? Grab a free subscription.
What is Cosmos DB? Azure Cosmos DB is Microsoft's globally distributed, multi-model database.
You can easily view, create and delete databases, collections, graphs, and documents, along with other things detailed in their marketplace submission.
Download the Cosmos DB Extension for VS Code
After installing it via the extension above, here is what it looks like to set up our Cosmos DB resource and type from within Visual Studio Code.
Now we'll set up our database and collection.
Finally, we'll create a document and add the following data to it.
{
"name": "learn cosmos db",
}
Want more VS Code? Check out our quickstarts and tutorials!
We'll be posting articles every day in April, so stay tuned or jump ahead and check out more tips and tricks now.
Posted on April 9, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.