Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| azure:az-104:monitoring_in_azure [2024/09/25 15:20] – [Alerting] mmuze | azure:az-104:monitoring_in_azure [2024/10/17 15:14] (current) – [Action Groups] mmuze | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Monitoring in Azure ====== | ====== Monitoring in Azure ====== | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ====== Logging ====== | ||
| + | * At the // | ||
| + | * At the //resource level// there are no logs by default, but you can enable // | ||
| + | * Activity Logs and Resource Logs are //Platform Logs// | ||
| ====== Azure Monitor Metrics ====== | ====== Azure Monitor Metrics ====== | ||
| - | * Azure Monitor collects platform //metrics// from Azure resources at a default frequency of //1 minute//. | + | * Azure Monitor collects platform //metrics// from Azure resources at a <color :# |
| ====== Alerting ====== | ====== Alerting ====== | ||
| Line 15: | Line 21: | ||
| * Conditions. | * Conditions. | ||
| * //Action groups// are a list of actions to take when an alert triggers | * //Action groups// are a list of actions to take when an alert triggers | ||
| - | * //Actions// are things like, email, SMS, and push notifications. | + | * //Actions// are things like, email, SMS, and push notifications. It also includes various forms of initiating automation (Azure Functions, webhooks, etc.). |
| * //Alert processing rules//: You can use alert processing rules to make modifications to triggered alerts as they' | * //Alert processing rules//: You can use alert processing rules to make modifications to triggered alerts as they' | ||
| * Alerts are stored for 30 days and are deleted after the 30-day retention period. | * Alerts are stored for 30 days and are deleted after the 30-day retention period. | ||
| * A single //Action Group// supports multiple notification types (e.g. SMS, email, app push notifications, | * A single //Action Group// supports multiple notification types (e.g. SMS, email, app push notifications, | ||
| - | * Both SMS and voice are limited to no more than one notification every five minutes, or a max of 20 in 1 hour. | + | * In production, both SMS and voice are limited to no more than one notification every five minutes, or a max of 20 in 1 hour. |
| + | * In testing, both SMS and voice are limited to no more than one notification every minute, or a max of 60 in 1 hour. | ||
| ===== Type Of Alerts ===== | ===== Type Of Alerts ===== | ||
| - | * Metric alerts | + | * Metric alerts |
| * Log search alerts | * Log search alerts | ||
| - | * Activity log alerts | + | * Activity log alerts |
| + | * Service Health | ||
| - | ===== Action | + | ===== Stateless/ |
| + | * log and metric alerts can be stateless or stateful | ||
| + | * // | ||
| + | * // | ||
| + | |||
| + | ===== Service Health ===== | ||
| + | * Service Health Alerts are only supported in public clouds within the global region. For Action | ||
| + | |||
| + | ===== Action Groups | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | * You can add up to five action groups to an alert rule. | ||
| + | * 10 SMS actions per action group | ||
| + | * 10 voice actions per action group | ||
| + | * Action groups are executed concurrently, | ||
| + | * Multiple alert rules can use the same action group. | ||
| + | * Action Groups are defined by the unique set of actions and the users to be notified. For example, if you want to notify User1, User2 and User3 by email for two different alert rules, you only need to create one action group which you can apply to both alert rules. | ||
| + | |||
| * Email: No more than 100 emails every hour for each email address per region | * Email: No more than 100 emails every hour for each email address per region | ||
| * SMS: | * SMS: | ||
| - | * In production: No more than one SMS message every five minutes. | + | * In production: No more than one SMS message every five minutes |
| - | * In a test action group: No more than one SMS every one minute. | + | * In a test action group: No more than one SMS every one minute |
| Line 42: | Line 67: | ||
| ====== Network Watcher ====== | ====== Network Watcher ====== | ||
| >Azure Network Watcher provides a suite of tools to monitor, diagnose, view metrics, and enable or disable logs for Azure IaaS (Infrastructure-as-a-Service) resources. Network Watcher enables you to monitor and repair the network health of IaaS products like virtual machines (VMs), virtual networks (VNets), application gateways, load balancers, etc. Network Watcher isn't designed or intended for PaaS monitoring or Web analytics. | >Azure Network Watcher provides a suite of tools to monitor, diagnose, view metrics, and enable or disable logs for Azure IaaS (Infrastructure-as-a-Service) resources. Network Watcher enables you to monitor and repair the network health of IaaS products like virtual machines (VMs), virtual networks (VNets), application gateways, load balancers, etc. Network Watcher isn't designed or intended for PaaS monitoring or Web analytics. | ||
| + | |||
| + | * [[https:// | ||
| ====== Azure Advisor ====== | ====== Azure Advisor ====== | ||
| + | * [[https:// | ||
| * Advisor is a digital cloud assistant that helps you follow best practices to optimize your Azure deployments. It analyzes your resource configuration and usage telemetry and then recommends solutions that can help you improve the cost effectiveness, | * Advisor is a digital cloud assistant that helps you follow best practices to optimize your Azure deployments. It analyzes your resource configuration and usage telemetry and then recommends solutions that can help you improve the cost effectiveness, | ||
| + | * The <color :# | ||