Using Console
Using CLI
<alert-name>
, <alert-description>
, <resource-group-name>
, and <action-group-name>
with the appropriate values for your environment.--condition
parameter specifies the condition for the alert rule. In this case, it is set to trigger when an administrative action is taken to delete a security solution. You can modify this condition to suit your specific needs.--action
parameter specifies the action to take when the alert is triggered. You can specify an action group that contains one or more actions, such as sending an email notification or invoking a webhook.Using Python