For guidance on deploying monitoring solutions, see Create monitoring resources by using Bicep.
Bicep resource definition
The activityLogAlerts resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Insights/activityLogAlerts resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.Insights/activityLogAlerts@2023-01-01-preview' = {
location: 'string'
name: 'string'
properties: {
actions: {
actionGroups: [
{
actionGroupId: 'string'
actionProperties: {
{customized property}: 'string'
}
webhookProperties: {
{customized property}: 'string'
}
}
]
}
condition: {
allOf: [
{
anyOf: [
{
containsAny: [
'string'
]
equals: 'string'
field: 'string'
}
]
containsAny: [
'string'
]
equals: 'string'
field: 'string'
}
]
}
description: 'string'
enabled: bool
scopes: [
'string'
]
tenantScope: 'string'
}
tags: {
{customized property}: 'string'
}
}
Property Values
Microsoft.Insights/activityLogAlerts
Name |
Description |
Value |
location |
The location of the resource. Azure Activity Log Alert rules are supported on Global, West Europe and North Europe regions. |
string |
name |
The resource name |
string
Constraints: Pattern = ^[-\w\._\(\)]+$ (required) |
properties |
The Activity Log Alert rule properties of the resource. |
AlertRuleProperties |
tags |
Resource tags |
Dictionary of tag names and values. See Tags in templates |
ActionGroup
Name |
Description |
Value |
actionGroupId |
The resource ID of the Action Group. This cannot be null or empty. |
string (required) |
actionProperties |
Predefined list of properties and configuration items for the action group. |
ActionGroupActionProperties |
webhookProperties |
the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. |
ActionGroupWebhookProperties |
ActionGroupActionProperties
ActionGroupWebhookProperties
ActionList
Name |
Description |
Value |
actionGroups |
The list of the Action Groups. |
ActionGroup[] |
AlertRuleAllOfCondition
AlertRuleAnyOfOrLeafCondition
Name |
Description |
Value |
anyOf |
An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met. |
AlertRuleLeafCondition[] |
containsAny |
The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met. |
string[] |
equals |
The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. |
string |
field |
The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'. |
string |
AlertRuleLeafCondition
Name |
Description |
Value |
containsAny |
The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met. |
string[] |
equals |
The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. |
string |
field |
The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'. |
string |
AlertRuleProperties
Name |
Description |
Value |
actions |
The actions that will activate when the condition is met. |
ActionList (required) |
condition |
The condition that will cause this alert to activate. |
AlertRuleAllOfCondition (required) |
description |
A description of this Activity Log Alert rule. |
string |
enabled |
Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated. |
bool |
scopes |
A list of resource IDs that will be used as prefixes. The alert will only apply to Activity Log events with resource IDs that fall under one of these prefixes. This list must include at least one item. |
string[] |
tenantScope |
The tenant GUID. Must be provided for tenant-level and management group events rules. |
string |
Usage Examples
Azure Verified Modules
The following Azure Verified Modules can be used to deploy this resource type.
Azure Quickstart Samples
The following Azure Quickstart templates contain Bicep samples for deploying this resource type.
ARM template resource definition
The activityLogAlerts resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Insights/activityLogAlerts resource, add the following JSON to your template.
{
"type": "Microsoft.Insights/activityLogAlerts",
"apiVersion": "2023-01-01-preview",
"name": "string",
"location": "string",
"properties": {
"actions": {
"actionGroups": [
{
"actionGroupId": "string",
"actionProperties": {
"{customized property}": "string"
},
"webhookProperties": {
"{customized property}": "string"
}
}
]
},
"condition": {
"allOf": [
{
"anyOf": [
{
"containsAny": [ "string" ],
"equals": "string",
"field": "string"
}
],
"containsAny": [ "string" ],
"equals": "string",
"field": "string"
}
]
},
"description": "string",
"enabled": "bool",
"scopes": [ "string" ],
"tenantScope": "string"
},
"tags": {
"{customized property}": "string"
}
}
Property Values
Microsoft.Insights/activityLogAlerts
Name |
Description |
Value |
apiVersion |
The api version |
'2023-01-01-preview' |
location |
The location of the resource. Azure Activity Log Alert rules are supported on Global, West Europe and North Europe regions. |
string |
name |
The resource name |
string
Constraints: Pattern = ^[-\w\._\(\)]+$ (required) |
properties |
The Activity Log Alert rule properties of the resource. |
AlertRuleProperties |
tags |
Resource tags |
Dictionary of tag names and values. See Tags in templates |
type |
The resource type |
'Microsoft.Insights/activityLogAlerts' |
ActionGroup
Name |
Description |
Value |
actionGroupId |
The resource ID of the Action Group. This cannot be null or empty. |
string (required) |
actionProperties |
Predefined list of properties and configuration items for the action group. |
ActionGroupActionProperties |
webhookProperties |
the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. |
ActionGroupWebhookProperties |
ActionGroupActionProperties
ActionGroupWebhookProperties
ActionList
Name |
Description |
Value |
actionGroups |
The list of the Action Groups. |
ActionGroup[] |
AlertRuleAllOfCondition
AlertRuleAnyOfOrLeafCondition
Name |
Description |
Value |
anyOf |
An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met. |
AlertRuleLeafCondition[] |
containsAny |
The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met. |
string[] |
equals |
The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. |
string |
field |
The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'. |
string |
AlertRuleLeafCondition
Name |
Description |
Value |
containsAny |
The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met. |
string[] |
equals |
The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. |
string |
field |
The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'. |
string |
AlertRuleProperties
Name |
Description |
Value |
actions |
The actions that will activate when the condition is met. |
ActionList (required) |
condition |
The condition that will cause this alert to activate. |
AlertRuleAllOfCondition (required) |
description |
A description of this Activity Log Alert rule. |
string |
enabled |
Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated. |
bool |
scopes |
A list of resource IDs that will be used as prefixes. The alert will only apply to Activity Log events with resource IDs that fall under one of these prefixes. This list must include at least one item. |
string[] |
tenantScope |
The tenant GUID. Must be provided for tenant-level and management group events rules. |
string |
Usage Examples
Azure Quickstart Templates
The following Azure Quickstart templates deploy this resource type.
The activityLogAlerts resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Insights/activityLogAlerts resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Insights/activityLogAlerts@2023-01-01-preview"
name = "string"
parent_id = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = {
properties = {
actions = {
actionGroups = [
{
actionGroupId = "string"
actionProperties = {
{customized property} = "string"
}
webhookProperties = {
{customized property} = "string"
}
}
]
}
condition = {
allOf = [
{
anyOf = [
{
containsAny = [
"string"
]
equals = "string"
field = "string"
}
]
containsAny = [
"string"
]
equals = "string"
field = "string"
}
]
}
description = "string"
enabled = bool
scopes = [
"string"
]
tenantScope = "string"
}
}
}
Property Values
Microsoft.Insights/activityLogAlerts
Name |
Description |
Value |
location |
The location of the resource. Azure Activity Log Alert rules are supported on Global, West Europe and North Europe regions. |
string |
name |
The resource name |
string
Constraints: Pattern = ^[-\w\._\(\)]+$ (required) |
properties |
The Activity Log Alert rule properties of the resource. |
AlertRuleProperties |
tags |
Resource tags |
Dictionary of tag names and values. |
type |
The resource type |
"Microsoft.Insights/activityLogAlerts@2023-01-01-preview" |
ActionGroup
Name |
Description |
Value |
actionGroupId |
The resource ID of the Action Group. This cannot be null or empty. |
string (required) |
actionProperties |
Predefined list of properties and configuration items for the action group. |
ActionGroupActionProperties |
webhookProperties |
the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. |
ActionGroupWebhookProperties |
ActionGroupActionProperties
ActionGroupWebhookProperties
ActionList
Name |
Description |
Value |
actionGroups |
The list of the Action Groups. |
ActionGroup[] |
AlertRuleAllOfCondition
AlertRuleAnyOfOrLeafCondition
Name |
Description |
Value |
anyOf |
An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met. |
AlertRuleLeafCondition[] |
containsAny |
The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met. |
string[] |
equals |
The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. |
string |
field |
The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'. |
string |
AlertRuleLeafCondition
Name |
Description |
Value |
containsAny |
The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met. |
string[] |
equals |
The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. |
string |
field |
The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'. |
string |
AlertRuleProperties
Name |
Description |
Value |
actions |
The actions that will activate when the condition is met. |
ActionList (required) |
condition |
The condition that will cause this alert to activate. |
AlertRuleAllOfCondition (required) |
description |
A description of this Activity Log Alert rule. |
string |
enabled |
Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated. |
bool |
scopes |
A list of resource IDs that will be used as prefixes. The alert will only apply to Activity Log events with resource IDs that fall under one of these prefixes. This list must include at least one item. |
string[] |
tenantScope |
The tenant GUID. Must be provided for tenant-level and management group events rules. |
string |