Share via


az monitor activity-log alert action-group

Commands

Name Description Type Status
az monitor activity-log alert action-group add

Add action groups to this activity log alert rule. It can also be used to overwrite existing webhook properties of particular action groups.

Core GA
az monitor activity-log alert action-group remove

Remove action groups from this activity log alert rule.

Core GA

az monitor activity-log alert action-group add

Experimental Preview Deprecated

Add action groups to this activity log alert rule. It can also be used to overwrite existing webhook properties of particular action groups.

az monitor activity-log alert action-group add --action-group
                                               [--activity-log-alert-name]
                                               [--add]
                                               [--force-string {0, 1, f, false, n, no, t, true, y, yes}]
                                               [--ids]
                                               [--remove]
                                               [--reset {0, 1, f, false, n, no, t, true, y, yes}]
                                               [--resource-group]
                                               [--set]
                                               [--strict {0, 1, f, false, n, no, t, true, y, yes}]
                                               [--subscription]
                                               [--webhook-properties]

Examples

Add an action group and specify webhook properties.

az monitor activity-log alert action-group add -n AlertName -g ResourceGroup \
--action /subscriptions/{SubID}/resourceGroups/{ResourceGroup}/providers/microsoft.insight
s/actionGroups/{ActionGroup} \
--webhook-properties usage=test owner=jane

Overwite an existing action group's webhook properties.

az monitor activity-log alert action-group add -n AlertName -g ResourceGroup \
-a /subscriptions/{SubID}/resourceGroups/{ResourceGroup}/providers/microsoft.insights/acti
onGroups/{ActionGroup} \
--webhook-properties usage=test owner=john

Remove webhook properties from an existing action group.

az monitor activity-log alert action-group add -n AlertName -g ResourceGroup \
-a /subscriptions/{SubID}/resourceGroups/{ResourceGroup}/providers/microsoft.insights/acti
onGroups/{ActionGroup}

Add new action groups but prevent the command from accidently overwrite existing webhook properties

az monitor activity-log alert action-group add -n AlertName -g ResourceGroup --strict \
--action-group ResourceIDList

Required Parameters

--action-group -a
Experimental Preview Deprecated

The names or the resource ids of the action groups to be added. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

Optional Parameters

--activity-log-alert-name --name -n
Experimental Preview Deprecated

The name of the activity log alert.

--add
Experimental Preview Deprecated

Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.

--force-string
Experimental Preview Deprecated

When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.

Accepted values: 0, 1, f, false, n, no, t, true, y, yes
--ids
Experimental Preview Deprecated

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--remove
Experimental Preview Deprecated

Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.

--reset
Experimental Preview Deprecated

Remove all the existing action groups before add new conditions.

Accepted values: 0, 1, f, false, n, no, t, true, y, yes
Default value: False
--resource-group -g
Experimental Preview Deprecated

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--set
Experimental Preview Deprecated

Update an object by specifying a property path and value to set. Example: --set property1.property2=.

--strict
Experimental Preview Deprecated

Fails the command if an action group to be added will change existing webhook properties.

Accepted values: 0, 1, f, false, n, no, t, true, y, yes
Default value: False
--subscription
Experimental Preview Deprecated

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--webhook-properties -w
Experimental Preview Deprecated

Space-separated webhook properties in 'key[=value]' format. These properties are associated with the action groups added in this command. For any webhook receiver in these action group, these data are appended to the webhook payload. To attach different webhook properties to different action groups, add the action groups in separate update-action commands. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

Global Parameters
--debug
Experimental Preview Deprecated

Increase logging verbosity to show all debug logs.

--help -h
Experimental Preview Deprecated

Show this help message and exit.

--only-show-errors
Experimental Preview Deprecated

Only show errors, suppressing warnings.

--output -o
Experimental Preview Deprecated

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query
Experimental Preview Deprecated

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription
Experimental Preview Deprecated

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose
Experimental Preview Deprecated

Increase logging verbosity. Use --debug for full debug logs.

az monitor activity-log alert action-group remove

Experimental Preview Deprecated

Remove action groups from this activity log alert rule.

az monitor activity-log alert action-group remove --action-group
                                                  [--activity-log-alert-name]
                                                  [--add]
                                                  [--force-string {0, 1, f, false, n, no, t, true, y, yes}]
                                                  [--ids]
                                                  [--remove]
                                                  [--resource-group]
                                                  [--set]
                                                  [--subscription]

Examples

Required Parameters

--action-group -a
Experimental Preview Deprecated

The names or the resource ids of the action groups to be added. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

Optional Parameters

--activity-log-alert-name --name -n
Experimental Preview Deprecated

The name of the activity log alert.

--add
Experimental Preview Deprecated

Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.

--force-string
Experimental Preview Deprecated

When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.

Accepted values: 0, 1, f, false, n, no, t, true, y, yes
--ids
Experimental Preview Deprecated

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--remove
Experimental Preview Deprecated

Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.

--resource-group -g
Experimental Preview Deprecated

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--set
Experimental Preview Deprecated

Update an object by specifying a property path and value to set. Example: --set property1.property2=.

--subscription
Experimental Preview Deprecated

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug
Experimental Preview Deprecated

Increase logging verbosity to show all debug logs.

--help -h
Experimental Preview Deprecated

Show this help message and exit.

--only-show-errors
Experimental Preview Deprecated

Only show errors, suppressing warnings.

--output -o
Experimental Preview Deprecated

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query
Experimental Preview Deprecated

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription
Experimental Preview Deprecated

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose
Experimental Preview Deprecated

Increase logging verbosity. Use --debug for full debug logs.