Besides controlling Azure Cosmos DB in the portal, you are able to access it directly in your code and IDE, such as Visual Studio. Like many other services, you can use Cloud Explorer to browse all available instances of this database available within your subscription:
Now let's try to communicate with it from a simple application. While initially an instance of Cosmos DB is empty, we can quickly add a table to it.
Consider ...