This template will create an Azure Cosmos account for Core (SQL) API, provisioned for two regions, a database, a container with dedicated throughput showing multiple indexing and policy options. To learn more about how to deploy the template, see the quickstart article.
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.
- Automatic Failover: Select whether to enable automatic failover on the account.
- Database Name: Enter the database name for the account.
- Container Name: Enter the name for the container for the account.
- Dedicated Throughput: Enter the RU/s for the container (default is 400).