You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/alerts-manage-alert-instances.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,49 +6,49 @@ ms.date: 08/03/2022
6
6
ms.reviewer: harelbr
7
7
---
8
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.
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
10
11
-
There are a few ways to get to the alerts page:
11
+
There are a few ways to get to the **Alerts** page:
12
12
13
13
- From the home page in the [Azure portal](https://portal.azure.com/), select **Monitor** > **Alerts**.
14
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. ":::
15
+
:::image type="content" source="media/alerts-managing-alert-instances/alerts-monitor-menu.png" alt-text="Screenshot that shows Alerts on the Azure Monitor menu. ":::
16
16
17
-
- From a specific resource, go to the **Monitoring** section, and choose**Alerts**. The landing page contains the alerts on that specific resource.
17
+
- From a specific resource, go to the **Monitoring** section and select**Alerts**. The page that opens contains the alerts for the specific resource.
18
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.":::
19
+
:::image type="content" source="media/alerts-managing-alert-instances/alerts-resource-menu.png" alt-text="Screenshot that shows Alerts on the menu of a resource in the Azure portal.":::
20
20
21
-
## The alerts summary pane
21
+
## Alerts summary pane
22
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.
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 selected a specific alert severity to open the **Alerts** page, the list is pre-filtered for that severity.
24
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.":::
25
+
To see more information about a specific alert instance, select the alert instance to open the **Alert details** page.
28
26
29
-
## The alerts details page
27
+
:::image type="content" source="media/alerts-managing-alert-instances/alerts-page.png" alt-text="Screenshot that shows the Alerts summary page in the Azure portal.":::
30
28
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** .
29
+
## Alert details page
30
+
31
+
The **Alert details** page provides more information about the selected alert:
32
+
33
+
- To change the user response to the alert, select **Change user response**.
34
34
- To see all closed alerts, select the **History** tab.
35
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.":::
36
+
:::image type="content" source="media/alerts-managing-alert-instances/alerts-details-page.png" alt-text="Screenshot that shows the Alerts details page in the Azure portal.":::
37
37
38
38
## Manage your alerts programmatically
39
39
40
-
You can query your alerts instances to create custom views outside of the Azure portal, or to analyze your alerts to identify patterns and trends.
41
-
We recommended that you use [Azure Resource Graphs](https://portal.azure.com/?feature.customportal=false#blade/HubsExtension/ArgQueryBlade) with the 'AlertsManagementResources' schema for managing alerts across multiple subscriptions. For a sample query, see [Azure Resource Graph sample queries for Azure Monitor](../resource-graph-samples.md).
40
+
You can query your alerts instances to create custom views outside of the Azure portal or to analyze your alerts to identify patterns and trends.
41
+
42
+
We recommend that you use [Azure Resource Graph](https://portal.azure.com/?feature.customportal=false#blade/HubsExtension/ArgQueryBlade) with the `AlertsManagementResources` schema to manage alerts across multiple subscriptions. For a sample query, see [Azure Resource Graph sample queries for Azure Monitor](../resource-graph-samples.md).
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/alerts-non-common-schema-definitions.md
+35-13Lines changed: 35 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,32 @@
1
1
---
2
-
title: Non-common alert schema definitions in Azure Monitor for Test Action Group
3
-
description: Understanding the non-common alert schema definitions for Azure Monitor for Test Action group
2
+
title: Non-common alert schema definitions in Azure Monitor for test action group
3
+
description: Understanding the non-common alert schema definitions for Azure Monitor for the test action group feature.
4
4
author: issahn
5
5
ms.topic: conceptual
6
6
ms.date: 01/25/2022
7
7
ms.reviewer: issahn
8
8
---
9
9
10
-
# Non-common alert schema definitions for Test Action Group (Preview)
10
+
# Non-common alert schema definitions for test action group (preview)
11
11
12
-
This article describes the non common alert schema definitions for Azure Monitor, including those for webhooks, Azure Logic Apps, Azure Functions, and Azure Automation runbooks.
12
+
This article describes the non-common alert schema definitions for Azure Monitor, including definitions for:
13
+
- Webhooks
14
+
- Azure Logic Apps
15
+
- Azure Functions
16
+
- Azure Automation runbooks
13
17
14
18
## What is the non-common alert schema?
15
19
16
-
The non-common alert schema lets you customize the consumption experience for alert notifications in Azure today. Historically, the three alert types in Azure today (metric, log, and activity log) have had their own email templates, webhook schemas, etc.
20
+
The non-common alert schema lets you customize the consumption experience for alert notifications in Azure today. Historically, the three alert types in Azure today (metric, log, and activity log) have had their own email templates and webhook schemas.
17
21
18
22
## Alert context
19
23
20
-
### Metric alerts - Static threshold
24
+
See sample values for two metric alerts.
25
+
26
+
### Metric alerts: Static threshold
21
27
22
28
**Sample values**
29
+
23
30
```json
24
31
{
25
32
"schemaId": "AzureMonitorMetricAlert",
@@ -68,8 +75,10 @@ The non-common alert schema lets you customize the consumption experience for al
68
75
}
69
76
```
70
77
71
-
### Metric alerts - Dynamic threshold
78
+
### Metric alerts: Dynamic threshold
79
+
72
80
**Sample values**
81
+
73
82
```json
74
83
{
75
84
"schemaId": "AzureMonitorMetricAlert",
@@ -118,10 +127,15 @@ The non-common alert schema lets you customize the consumption experience for al
0 commit comments