Connect telerik appbuilder to Azure documentdb

120 views Asked by At

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!

1

There are 1 answers

0
Andrew Liu On BEST ANSWER

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:

enter image description here

or mingaliu's DocumentDB Studio:

DocumentDB Studio