Skip to content

Commit 068bafc

Browse files
authored
Update virtual-machine-scale-sets-automatic-upgrade.md
1 parent e0d8d78 commit 068bafc

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-upgrade.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -449,31 +449,33 @@ az vmss rolling-upgrade start --resource-group "myResourceGroup" --name "myScale
449449
[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:
450450
* See events related to operations performed on their resources in Azure portal
451451
* 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
453453

454454
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
458458

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+
![screenshot of an activity log from the Azure portal.](https://github.com/user-attachments/assets/1afb2180-6a42-457a-9d4c-ba711e8abcc7)
462+
![Operation level information](https://github.com/user-attachments/assets/ccf83780-f874-48ed-8664-3c8a7c407a99)
460463

461-
![activity_log_portal](https://github.com/MicrosoftDocs/azure-docs-pr/assets/108891433/b282f885-f0be-40e8-a281-4c829cd4a9ed)
462464

463465
### Setting up Action Groups for Activity log alerts
464466

465467
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.
466468

467469
Action groups can be created and managed using:
468-
1. [ARM Resource Manager](https://learn.microsoft.com/azure/azure-monitor/alerts/action-groups#create-an-action-group-with-a-resource-manager-template)
469-
2. [Portal](https://learn.microsoft.com/azure/azure-monitor/alerts/action-groups#create-an-action-group-in-the-azure-portal)
470-
3. Powershell:
471-
a. [New-AzActionGroup](https://learn.microsoft.com/powershell/module/az.monitor/new-azactiongroup?view=azps-12.0.0)
472-
b. [Get-AzActionGroup](https://learn.microsoft.com/powershell/module/az.monitor/get-azactiongroup?view=azps-12.0.0)
473-
c. [Remove-AzActionGroup](https://learn.microsoft.com/powershell/module/az.monitor/remove-azactiongroup?view=azps-12.0.0)
474-
4. [CLI](https://learn.microsoft.com/cli/azure/monitor/action-group?view=azure-cli-latest#az-monitor-action-group-create)
475-
476-
Customers can set up the following using action groups::
470+
* [ARM Resource Manager](https://learn.microsoft.com/azure/azure-monitor/alerts/action-groups#create-an-action-group-with-a-resource-manager-template)
471+
* [Portal](https://learn.microsoft.com/azure/azure-monitor/alerts/action-groups#create-an-action-group-in-the-azure-portal)
472+
* PowerShell:
473+
* [New-AzActionGroup](https://learn.microsoft.com/powershell/module/az.monitor/new-azactiongroup?view=azps-12.0.0)
474+
* [Get-AzActionGroup](https://learn.microsoft.com/powershell/module/az.monitor/get-azactiongroup?view=azps-12.0.0)
475+
* [Remove-AzActionGroup](https://learn.microsoft.com/powershell/module/az.monitor/remove-azactiongroup?view=azps-12.0.0)
476+
* [CLI](https://learn.microsoft.com/cli/azure/monitor/action-group?view=azure-cli-latest#az-monitor-action-group-create)
477+
478+
Customers can set up the following using action groups:
477479
* [SMS and/or Email notifications](https://learn.microsoft.com/azure/azure-monitor/alerts/action-groups#email-azure-resource-manager)
478480
* [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)
479481
* [ITSM Connections](https://learn.microsoft.com/azure/azure-monitor/alerts/itsmc-overview)

0 commit comments

Comments
 (0)