microsoft.insights workbooks 2018-06-17-preview
Bicep resource definition
The workbooks resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a microsoft.insights/workbooks resource, add the following Bicep to your template.
resource symbolicname 'microsoft.insights/workbooks@2018-06-17-preview' = {
name: 'string'
}
Property Values
microsoft.insights/workbooks
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
Usage Examples
Azure Quickstart Samples
The following Azure Quickstart templates contain Bicep samples for deploying this resource type.
Bicep File | Description |
---|---|
Cost optimization workbook | This template creates a new Azure Monitor workbook for cost optimization based on the Well-Architected Framework. |
FinOps toolkit workbook | This template creates a new Azure Monitor workbook for governance. |
ARM template resource definition
The workbooks resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a microsoft.insights/workbooks resource, add the following JSON to your template.
{
"type": "microsoft.insights/workbooks",
"apiVersion": "2018-06-17-preview",
"name": "string"
}
Property Values
microsoft.insights/workbooks
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2018-06-17-preview' |
name | The resource name | string (required) |
type | The resource type | 'microsoft.insights/workbooks' |
Usage Examples
Azure Quickstart Templates
The following Azure Quickstart templates deploy this resource type.
Template | Description |
---|---|
Cost optimization workbook |
This template creates a new Azure Monitor workbook for cost optimization based on the Well-Architected Framework. |
FinOps toolkit workbook |
This template creates a new Azure Monitor workbook for governance. |
Terraform (AzAPI provider) resource definition
The workbooks resource type can be deployed with operations that target:
- Resource groups
For a list of changed properties in each API version, see change log.
Resource format
To create a microsoft.insights/workbooks resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "microsoft.insights/workbooks@2018-06-17-preview"
name = "string"
}
Property Values
microsoft.insights/workbooks
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
type | The resource type | "microsoft.insights/workbooks@2018-06-17-preview" |