Microsoft.Automation/automationAccounts template reference
API Version: 2015-10-31
Template format
To create a Microsoft.Automation/automationAccounts resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.Automation/automationAccounts",
"apiVersion": "2015-10-31",
"properties": {
"sku": {
"name": "string",
"family": "string",
"capacity": "integer"
}
},
"location": "string",
"tags": {}
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.Automation/automationAccounts object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | |
type | enum | Yes | Microsoft.Automation/automationAccounts |
apiVersion | enum | Yes | 2015-10-31 |
properties | object | Yes | Gets or sets account create or update properties. - AutomationAccountCreateOrUpdateProperties object |
location | string | No | Gets or sets the location of the resource. |
tags | object | No | Gets or sets the tags attached to the resource. |
AutomationAccountCreateOrUpdateProperties object
Name | Type | Required | Value |
---|---|---|---|
sku | object | No | Gets or sets account SKU. - Sku object |
Sku object
Name | Type | Required | Value |
---|---|---|---|
name | enum | Yes | Gets or sets the SKU name of the account. - Free or Basic |
family | string | No | Gets or sets the SKU family. |
capacity | integer | No | Gets or sets the SKU capacity. |
Quickstart templates
For example templates, see Automation templates.