We're using the appbuilder extension in Visual Studio. We're trying to find ways to connect to our azure document database. We want to know how we can connect to this database and add, say a name or just a number to it (for now).
Thanks in advance!
We're using the appbuilder extension in Visual Studio. We're trying to find ways to connect to our azure document database. We want to know how we can connect to this database and add, say a name or just a number to it (for now).
Thanks in advance!
Telerik AppBuilder doesn't have integration w/ Azure DocumentDB yet.
If you're looking to to simple connect to a DocumentDB database to do some simple CRUD operations (e.g. add a name or number field) - I'd recommend checking out one of the following:
The Document Explorer inside the Azure Portal:
or mingaliu's DocumentDB Studio: