Microsoft.OperationalInsights clusters 2020-03-01-preview
The clusters resource type can be deployed to: Resource groups.
To learn about resource group deployments, see Bicep or ARM template.
For a list of changed properties in each API version, see change log.
Template format
To create a Microsoft.OperationalInsights/clusters resource, add the following Bicep or JSON to your template.
resource symbolicname 'Microsoft.OperationalInsights/clusters@2020-03-01-preview' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
sku: {
capacity: int
name: 'CapacityReservation'
}
identity: {
type: 'string'
}
properties: {
keyVaultProperties: {
keyName: 'string'
keyVaultUri: 'string'
keyVersion: 'string'
}
nextLink: 'string'
}
}
Property values
clusters
| Name | Description | Value |
|---|---|---|
| type | The resource type For Bicep, set this value in the resource declaration. |
'Microsoft.OperationalInsights/clusters' |
| apiVersion | The resource api version For Bicep, set this value in the resource declaration. |
'2020-03-01-preview' |
| name | The resource name | string (required) Character limit: 4-63 Valid characters: Alphanumerics and hyphens. Start and end with alphanumeric. |
| location | The geo-location where the resource lives | string (required) |
| tags | Resource tags. | Dictionary of tag names and values. See Tags in templates |
| sku | The sku properties. | ClusterSku |
| identity | The identity of the resource. | Identity |
| properties | Log Analytics cluster properties. | ClusterProperties |
Identity
| Name | Description | Value |
|---|---|---|
| type | The identity type. | 'None' 'SystemAssigned' |
ClusterProperties
| Name | Description | Value |
|---|---|---|
| keyVaultProperties | The associated key properties. | KeyVaultProperties |
| nextLink | The link used to get the next page of recommendations. | string |
KeyVaultProperties
| Name | Description | Value |
|---|---|---|
| keyName | The name of the key associated with the Log Analytics cluster. | string |
| keyVaultUri | The Key Vault uri which holds they key associated with the Log Analytics cluster. | string |
| keyVersion | The version of the key associated with the Log Analytics cluster. | string |
ClusterSku
| Name | Description | Value |
|---|---|---|
| capacity | The capacity value | int |
| name | The name of the SKU. | 'CapacityReservation' |