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/c8eadc31c762f48acc9a74278159132b to your computer and use it in GitHub Desktop.
Save AnnejanBarelds/c8eadc31c762f48acc9a74278159132b to your computer and use it in GitHub Desktop.
{
"type": "Microsoft.DocumentDB/databaseAccounts/apis/databases/settings",
"name": "[concat(variables('databaseAccountName'), '/sql/', variables('databaseName'), '/throughput')]",
"apiVersion": "2016-03-31",
"dependsOn": [
"[resourceId('Microsoft.DocumentDB/databaseAccounts/apis/databases', variables('databaseAccountName'), 'sql', variables('databaseName'))]"
],
"properties": {
"resource": {
"throughput": "500"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment