Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnnejanBarelds/9f16a3461cd9f0c77de81bc8d220de6c to your computer and use it in GitHub Desktop.
Save AnnejanBarelds/9f16a3461cd9f0c77de81bc8d220de6c to your computer and use it in GitHub Desktop.
{
"type": "Microsoft.DocumentDB/databaseAccounts/apis/databases",
"name": "[concat(variables('databaseAccountName'), '/sql/', variables('databaseName'))]",
"apiVersion": "2016-03-31",
"dependsOn": [ "[resourceId('Microsoft.DocumentDB/databaseAccounts/', variables('databaseAccountName'))]" ],
"properties": {
"resource": {
"id": "[variables('databaseName')]"
},
"options": {
"throughput": "400"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment