This template creates an Azure Cosmos DB API account with the provided API type and a generated database account name, and the offer type set to Standard
. The API type can be one of Cassandra
, Gremlin
, MongoDB
, SQL
, or Table
, for example:
"apiType": {
"value": "Cassandra"
},
By not setting the optional consistency level parameter consistencyLevel
, the account will be created with the default consistency level of Session
. To set the consistency level to another value, see 101-create-documentdb-account-consistencypolicy.