This is a sample of using Azure DocumentDB and Azure Search together to build a searchable web application with ASP.NET MVC.
- data\
contains some sample todo items with which to seed your database if you don't want to start with an empty database.
- pub\
contains an example of using an ARM (Azure Resource Manager) template to provision the required DocumentDB, Search and Azure Website resources and then deploy this application.
- src\
contains the source code for this application.