az monitor activity-log alert action-group
Manage action groups for activity log alerts.
Commands
| az monitor activity-log alert action-group add |
Add action groups to this activity log alert. It can also be used to overwrite existing webhook properties of particular action groups. |
| az monitor activity-log alert action-group remove |
Remove action groups from this activity log alert. |
az monitor activity-log alert action-group add
Add action groups to this activity log alert. It can also be used to overwrite existing webhook properties of particular action groups.
az monitor activity-log alert action-group add --action-group
[--ids]
[--name]
[--reset]
[--resource-group]
[--strict]
[--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.insights/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/actionGroups/{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/actionGroups/{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
The names or the resource ids of the action groups to be added.
Optional Parameters
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.
Name of the activity log alerts.
Remove all the existing action groups before add new conditions.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Fails the command if an action group to be added will change existing webhook properties.
Space-separated webhook properties in 'key[=value]' format. These properties will be associated with the action groups added in this command.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az monitor activity-log alert action-group remove
Remove action groups from this activity log alert.
az monitor activity-log alert action-group remove --action-group
[--ids]
[--name]
[--resource-group]
Required Parameters
The names or the resource ids of the action groups to be added.
Optional Parameters
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.
Name of the activity log alerts.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ