Skip to content

Files

Latest commit

5a071b9 · Apr 30, 2019

History

History
This branch is 17970 commits behind Azure/azure-quickstart-templates:master.

101-cosmosdb-table

Create an Azure Cosmos account for Table API with a table

This template will create an Azure Cosmos account for Table API, provisioned for two regions, then provision a table with throughput.

Below are the parameters which can be user configured in the parameters file including:

  • Consistency Level: Select from one of the 5 consistency levels: Strong, Bounded Staleness, Session, Consistent Prefix, Eventual.
  • Multi-Region: Enter locations for primary and secondary regions.
  • Multi-Master: Select whether to enable multi-master support making both regions fully writable.
  • Automatic Failover: Select whether to enable automatic failover on the account (Ignored when Multi-Master is enabled).
  • Table Name: Enter the table name for the account.
  • Throughput: Enter the Ru/s to share across the 2 containers (default is 400).