Using Console
Using CLI
az login
az account set --subscription <subscription_id>
az monitor autoscale update --resource-group <resource_group_name> --name <autoscale_setting_name> --email-administrator <email_address> --verbose
Here, replace the <resource_group_name>
with the name of the resource group where your Autoscale setting is located, <autoscale_setting_name>
with the name of the Autoscale setting that you want to update and <email_address>
with the email address where you want to receive the notifications.
Using Python
MonitorManagementClient
:notification
attribute of each autoscale setting.