Microsoft.Kusto clusters/databases template reference
Template format
To create a Microsoft.Kusto/clusters/databases resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.Kusto/clusters/databases",
"apiVersion": "2020-06-14",
"location": "string",
"resources": []
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.Kusto/clusters/databases object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | The name of the database in the Kusto cluster. |
type | enum | Yes | databases -or- Microsoft.Kusto/clusters/databases See Set name and type for child resources. |
apiVersion | enum | Yes | 2020-06-14 |
location | string | No | Resource location. |
resources | array | No | dataConnections principalAssignments |
Quickstart templates
The following quickstart templates deploy this resource type.
Template | Description |
---|---|
Create a cluster a database |
This template allows you to create a cluster and a database. |