Skip to content

Commit d36c6e0

Browse files
Merge pull request #199789 from AbbyMSFT/combined-alert-rule
Combined alert rule topic with tabs
2 parents 37608ec + af6b778 commit d36c6e0

34 files changed

+750
-750
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,14 +301,34 @@
301301
"redirect_url": "/azure/azure-monitor/alerts/alerts-types",
302302
"redirect_document_id": false
303303
},
304+
{
305+
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-page.md" ,
306+
"redirect_url": "/azure/azure-monitor/alerts/alerts-manage-alert-instances",
307+
"redirect_document_id": false
308+
},
304309
{
305310
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-managing-alert-instances.md" ,
306-
"redirect_url": "/azure/azure-monitor/alerts/alerts-page",
311+
"redirect_url": "/azure/azure-monitor/alerts/alerts-manage-alert-instances",
307312
"redirect_document_id": false
308313
},
309314
{
310315
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-managing-alert-states.md" ,
311-
"redirect_url": "/azure/azure-monitor/alerts/alerts-page",
316+
"redirect_url": "/azure/azure-monitor/alerts/alerts-manage-alert-instances",
317+
"redirect_document_id": false
318+
},
319+
{
320+
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-metric.md" ,
321+
"redirect_url": "/azure/azure-monitor/alerts/alerts-create-new-alert-rule",
322+
"redirect_document_id": false
323+
},
324+
{
325+
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-log.md" ,
326+
"redirect_url": "/azure/azure-monitor/alerts/alerts-create-new-alert-rule",
327+
"redirect_document_id": false
328+
},
329+
{
330+
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-activity-log.md" ,
331+
"redirect_url": "/azure/azure-monitor/alerts/alerts-create-new-alert-rule",
312332
"redirect_document_id": false
313333
},
314334
{

articles/application-gateway/configure-alerts-with-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can use ARM templates to quickly configure important alerts for Application
2828
> 1. Use the Resource Group Name, Action Group Name and Subscription Info here to form the ResourceID for the action group as shown here: <br>
2929
> `/subscriptions/<subscription-id-from-your-account>/resourcegroups/<resource-group-name>/providers/microsoft.insights/actiongroups/<action-group-name>`
3030
- The templates for alerts described here are defined generically for settings like Severity, Aggregation Granularity, Frequency of Evaluation, Condition Type, and so on. You can modify the settings after deployment to meet your needs. See [Understand how metric alerts work in Azure Monitor](../azure-monitor/alerts/alerts-metric-overview.md) for more information.
31-
- The templates for metric-based alerts use the **Dynamic threshold** value with [High sensitivity](../azure-monitor/alerts/alerts-dynamic-thresholds.md#what-does-sensitivity-setting-in-dynamic-thresholds-mean). You can choose to adjust these settings based on your needs.
31+
- The templates for metric-based alerts use the **Dynamic threshold** value with [High sensitivity](../azure-monitor/alerts/alerts-dynamic-thresholds.md#what-does-the-sensitivity-setting-in-dynamic-thresholds-mean). You can choose to adjust these settings based on your needs.
3232

3333
## ARM templates
3434

articles/azure-monitor/alerts/alerts-activity-log.md

Lines changed: 0 additions & 259 deletions
This file was deleted.

articles/azure-monitor/alerts/alerts-create-new-alert-rule.md

Lines changed: 430 additions & 0 deletions
Large diffs are not rendered by default.

articles/azure-monitor/alerts/alerts-dynamic-thresholds.md

Lines changed: 39 additions & 40 deletions
Large diffs are not rendered by default.

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

Lines changed: 0 additions & 192 deletions
This file was deleted.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Manage your alert instances
3+
description: The alerts page summarizes all alert instances in all your Azure resources generated in the last 30 days and allows you to manage your alert instances.
4+
ms.topic: conceptual
5+
ms.date: 08/03/2022
6+
ms.reviewer: harelbr
7+
---
8+
# Manage your alert instances
9+
The alerts page summarizes all alert instances in all your Azure resources generated in the last 30 days. You can see all types of alerts from multiple subscriptions in a single pane. You can search for a specific alert and manage alert instances.
10+
11+
There are a few ways to get to the alerts page:
12+
13+
- From the home page in the [Azure portal](https://portal.azure.com/), select **Monitor** > **Alerts**.
14+
15+
:::image type="content" source="media/alerts-managing-alert-instances/alerts-monitor-menu.png" alt-text="Screenshot of the alerts link on the Azure monitor menu. ":::
16+
17+
- From a specific resource, go to the **Monitoring** section, and choose **Alerts**. The landing page contains the alerts on that specific resource.
18+
19+
:::image type="content" source="media/alerts-managing-alert-instances/alerts-resource-menu.png" alt-text="Screenshot of the alerts link on the menu of a resource in the Azure portal.":::
20+
21+
## The alerts summary pane
22+
23+
The alerts summary pane summarizes the alerts fired in the last 24 hours. You can filter the list of alert instances by **time range**, **subscription**, **alert condition**, **severity**, and more. If you navigated to the alerts page by selecting a specific alert severity, the list is pre-filtered for that severity.
24+
25+
To see more details about a specific alert instance, select the alert instance to open the **Alert Details** page.
26+
27+
:::image type="content" source="media/alerts-managing-alert-instances/alerts-page.png" alt-text="Screenshot of the alerts summary page in the Azure portal.":::
28+
29+
## The alerts details page
30+
31+
The **alerts details** page provides details about the selected alert.
32+
33+
- To change the user response to the alert, select **Change user response** .
34+
- To see all closed alerts, select the **History** tab.
35+
36+
:::image type="content" source="media/alerts-managing-alert-instances/alerts-details-page.png" alt-text="Screenshot of the alerts details page in the Azure portal.":::
37+
## Next steps
38+
39+
- [Learn about Azure Monitor alerts](./alerts-overview.md)
40+
- [Create a new alert rule](alerts-log.md)

0 commit comments

Comments
 (0)