You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Activity Log](https://learn.microsoft.com/azure/azure-monitor/essentials/activity-log?tabs=powershell) is a subscription log that provides insight into subscription-level events that have occurred in Azure. Customers are able to:
450
450
* See events related to operations performed on their resources in Azure portal
451
451
* Create action groups to tune notification methods like email, sms, webhooks, or ITSM
452
-
* Set up suitable alerts using different criteria using Portal, ARM resource template, Powershell or CLI to be sent to action groups
452
+
* Set up suitable alerts using different criteria using Portal, ARM resource template, PowerShell or CLI to be sent to action groups
453
453
454
454
Customers will receive three types of notifications related to Automatic OS Upgrade operation:
455
-
1. Submission of upgrade request for a particular resource
456
-
2. Outcome of submission request along with any error details
457
-
3. Outcome of upgrade completion along with any error details
455
+
* Submission of upgrade request for a particular resource
456
+
* Outcome of submission request along with any error details
457
+
* Outcome of upgrade completion along with any error details
458
458
459
-
The following is an example of an activity log in Azure Portal:
459
+
The screenshot below is an example of an activity log from the Azure portal.
460
+
461
+

### Setting up Action Groups for Activity log alerts
464
466
465
467
An [action group](https://learn.microsoft.com/azure/azure-monitor/alerts/action-groups) is a collection of notification preferences defined by the owner of an Azure subscription. Azure Monitor and Service Health alerts use action groups to notify users that an alert has been triggered.
*[Webhooks](https://learn.microsoft.com/azure/azure-monitor/alerts/action-groups#webhook) - Customers can attach webhooks to their automation runbooks and configure their action groups to trigger the runbooks. You can start a runbook from a [webhook](https://docs.microsoft.com/azure/automation/automation-webhooks)
0 commit comments