Azure DocumentDB is a fully managed NoSQL document database by Microsoft that stores data as JSON documents. It offers high scalability, availability, and performance. The .NET API provides asynchronous methods for CRUD operations on DocumentDB resources like databases, collections, and documents. Queries can be performed using SQL or LINQ and results are returned as .NET objects or in a paged feed. DocumentDB is currently in preview and accessible via the Azure portal.