| 1. |
How Does Documentdb Manage Data? |
|
Answer» Azure DocumentDB manages JSON data through well-defined database resources. These resources are replicatedfor high AVAILABILITY and are uniquely addressable by their LOGICAL URI. DocumentDB offers a simple HTTP based. RESTful programming model for all resources.The DocumentDB database account is a UNIQUE namespace that GIVES you access to Azure DocumentDB. Beforeyou can create a database account, you must have an Azure subscription, which gives you access to a variety ofAzure services.All resources within DocumentDB are modeled and STORED as JSON documents. Azure DocumentDB manages JSON data through well-defined database resources. These resources are replicatedfor high availability and are uniquely addressable by their logical URI. DocumentDB offers a simple HTTP based. RESTful programming model for all resources.The DocumentDB database account is a unique namespace that gives you access to Azure DocumentDB. Beforeyou can create a database account, you must have an Azure subscription, which gives you access to a variety ofAzure services.All resources within DocumentDB are modeled and stored as JSON documents. |
|