Azure Cosmos DB Fun Facts
How to Use Azure Cosmos DB Create an Azure Cosmos DB account (Account Name: A unique name to identify your Azure Cosmos account. The name can only contain lowercase letters, numbers, and the hyphen (-) character. It must be between 3-31 characters in length.) Add a database and a container Add data to your database You can use the Data Explorer in the Azure portal to create a database and container.With Azure Cosmos DB, you pay for the throughput you provision and the storage you consume on an hourly basis. Throughput must be provisioned to ensure that sufficient system resources are available for your Azure Cosmos database always. Consistency levels Azure Cosmos DB approaches data consistency as a spectrum of choices and offers five well-defined levels. You can configure the default consistency level on your Azure Cosmos DB account at any time. The default consistency level configured on your account applies to all Azure Cosmos DB databases and containers under that account. From stro...