Skip to content

Commit 8269025

Browse files
committed
overview changes
1 parent 7b50705 commit 8269025

File tree

5 files changed

+16
-11
lines changed

5 files changed

+16
-11
lines changed

articles/azure-monitor/alerts/alerts-overview.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ You create an alert rule by combining :
2323
- The resource(s) to be monitored.
2424
- The signal or telemetry from the resource
2525
- Conditions
26+
2627
If you are monitoring more than one resource, the condition is evaluated separately for each of the resources and alerts are fired for each resource separately.
2728

2829
Once an alert is triggered, the alert is made up of:
@@ -42,17 +43,18 @@ Once an alert is triggered, the alert is made up of:
4243
You can see all all alert instances in all your Azure resources generated in the last 30 days on the **[Alerts page](alerts-page.md)** in the Azure portal.
4344
## Types of alerts
4445

45-
There are four types of alerts. See [Types of Azure Monitor alerts](alerts-types.md) for detailed information about each alert type and how to choose which alert type best suits your needs.
46+
There are four types of alerts. This table provides a brief description of each alert type.
47+
See [this article](alerts-types.md) for detailed information about each alert type and how to choose which alert type best suits your needs.
4648

4749
|Alert type|Description|
4850
|:---------|:---------|
4951
|[Metric alerts](alerts-types.md#metric-alerts)|Metric alerts evaluate resource metrics at regular intervals. Metrics can be platform metrics, custom metrics, logs from Azure Monitor converted to metrics or Application Insights metrics. Metric alerts have several additional features (link), such as the ability to apply multiple conditions and dynamic thresholds.|
5052
|[Log alerts](alerts-types.md#log-alerts)|Log alerts allow users to use a Log Analytics query to evaluate resource logs at a predefined frequency.|
5153
|[Activity log alerts](alerts-types.md#activity-log-alerts)|Activity log alerts are triggered when a new activity log event occurs that matches the defined conditions.|
5254
|[Smart detection alerts](alerts-types.md#smart-detection-alerts)|Smart detection on an Application Insights resource automatically warns you of potential performance problems and failure anomalies in your web application. You can migrate smart detection on your Application Insights resource to create alert rules for the different smart detection modules.|
53-
## Out-of-the-box alert rules
55+
## Out-of-the-box alert rules (preview)
5456

55-
If you don't have alert rules defined for the selected resource, either individually or as part of a resource group or subscription, you can [enable recommended out-of-the-box alert rules in the Azure portal (preview)](alerts-log.md#enable-recommended-out-of-the-box-alert-rules-in-the-azure-portal-preview).
57+
If you don't have alert rules defined for the selected resource, either individually or as part of a resource group or subscription, you can [enable recommended out-of-the-box alert rules in the Azure portal](alerts-log.md#enable-recommended-out-of-the-box-alert-rules-in-the-azure-portal-preview).
5658

5759
The system compiles a list of recommended alert rules based on:
5860
- The resource provider’s knowledge of important signals and thresholds for monitoring the resource.
@@ -89,8 +91,8 @@ When the alert is considered resolved, the alert rule sends out a resolved notif
8991
## Manage your alerts programmatically
9092

9193
You can programmatically query for alerts using:
92-
- [Azure PowerShell](/powershell/module/az.monitor/)
93-
- [The Azure CLI](/cli/azure/azure-cli-reference-for-monitor)
94+
- [Azure PowerShell](https://docs.microsoft.com/powershell/module/az.monitor/)
95+
- [The Azure CLI](https://docs.microsoft.com/cli/azure/monitor?view=azure-cli-latest)
9496
- The [Alert Management REST API](/rest/api/monitor/alertsmanagement/alerts)
9597
You can also use [Resource Graphs](https://portal.azure.com/?feature.customportal=false#blade/HubsExtension/ArgQueryBlade). Resource graphs are good for managing alerts across multiple subscriptions.
9698

@@ -99,9 +101,7 @@ See the [Azure Monitor pricing page](https://azure.microsoft.com/pricing/details
99101

100102
## Next steps
101103

102-
- [Viewing your alert instances](./alerts-page.md)
104+
- [See your alert instances](./alerts-page.md)
103105
- [Create a new alert rule](alerts-log.md)
104-
- [Learn about the different types of Azure Monitor alerts](alerts-types.md)
105-
- [Enable recommended out-of-the-box alert rules in the Azure portal (preview)](alerts-log.md#enable-recommended-out-of-the-box-alert-rules-in-the-azure-portal-preview)
106106
- [Learn about action groups](../alerts/action-groups.md)
107107
- [Learn about alert processing rules](alerts-action-rules.md)

articles/azure-monitor/alerts/alerts-page.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ ms.date: 2/23/2022
77
---
88
# The alerts page
99

10-
The alerts page summarizes all alert instances in all your Azure resources generated in the last 30 days. This article shows how you can view alerts and how to find a specific alert instance for troubleshooting. You can see all your different types of alerts from multiple subscriptions in a single pane.
10+
The alerts page summarizes all alert instances in all your Azure resources generated in the last 30 days. You can see all your different types of alerts from multiple subscriptions in a single pane, and you can find specific alert instances for troubleshooting puproses.
1111

1212
You can get to the alerts page in any of the following ways:
1313

1414
- From the home page in the [Azure portal](https://portal.azure.com/), select **Monitor** > **Alerts**.
1515

16-
:::image type="content" source="media/alerts-managing-alert-instances/alerts-monitor-menu.png" alt-text="Screenshot of alerts link on monitor menu. ":::
16+
:::image type="content" source="media/alerts-managing-alert-instances/alerts-monitor-menu.png" alt-text="Screenshot of alerts link on monitor menu. ":::
1717

1818
- From a specific resource, go to the **Monitoring** section, and choose **Alerts**. The landing page is pre-filtered for alerts on that specific resource.
1919

20-
:::image type="content" source="media/alerts-managing-alert-instances/alerts-resource-menu.png" alt-text="Screenshot of alerts link on a resource's menu.":::
20+
:::image type="content" source="media/alerts-managing-alert-instances/alerts-resource-menu.png" alt-text="Screenshot of alerts link on a resource's menu.":::
2121
## Alert rule recommendations (preview)
2222

2323
> [!NOTE]
@@ -42,3 +42,8 @@ To see more details about a specific alert instance, select the alerts instance
4242
The **Alerts details** page provides details about the selected alert. Select **Change user response** to change the user response to the alert. You can see all closed alerts in the **History** tab.
4343

4444
:::image type="content" source="media/alerts-managing-alert-instances/alerts-details-page.png" alt-text="Screenshot of alerts details page.":::
45+
46+
# Next steps
47+
48+
- [Learn about Azure Monitor alerts](./alerts-overview.md)
49+
- [Create a new alert rule](alerts-log.md)
-3.84 KB
Loading
-5.32 KB
Loading
0 Bytes
Loading

0 commit comments

Comments
 (0)