Skip to content

Commit 95263e8

Browse files
committed
Move and rename article about ARG queries
1 parent 6a18e90 commit 95263e8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/azure-monitor/alerts/migrate-from-alerts-summary-api.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Migrate from the Azure Monitor alertsSummary API
3-
description: Find out how to migrate from the Azure Monitor alertsSummary API, which is being deprecated
2+
title: Use ARG queries to get a summary of your alerts
3+
description: Find out how to se ARG queries to migrate from the Azure Monitor alertsSummary API, which is being deprecated.
44
ms.topic: how-to
5-
ms.date: 09/21/2023
5+
ms.date: 03/13/2024
66
ms.author: abbyweisberg
77
ms.reviewer: nolavime
88
---
99

10-
# Migrate from the alertsSummary API to ARG queries
10+
# Use ARG queries to get a summary of your alerts
1111

12-
The [alertsSummary API](/rest/api/monitor/alertsmanagement/alerts/get-summary) is being deprecated as of September 30,2026. Instead of the alertsSummary API, you can use Azure Resource Graph queries to get the same information.
12+
Azure Resource Graph queries allow you to query your Azure data and can be used to get information about your Azure monitor alerts.
1313

14-
Azure Resource Graph queries provide flexibility to query your Azure data and can be used for Azure monitor alerts instead of the alertsSummary API.
14+
The [alertsSummary API](/rest/api/monitor/alertsmanagement/alerts/get-summary) is being deprecated as of September 30,2026. Instead of the alertsSummary API, you can use Azure Resource Graph queries to get the same information.
1515

1616
Azure Resource Graph queries provide more functionality than the alertsSummary API, including:
1717
* The ability to add new fields to the query that returns the alert summary.
18-
* The ability to be more flexible in the query that returns the alert summary.
18+
* More flexibility in the query that returns the alert summary.
1919

2020
## Implementation of the current alertsSummary API:
2121

@@ -62,7 +62,7 @@ This is an example of the output from the alertsSummary API:
6262
}
6363
```
6464

65-
## Use the Azure Resource Graph query
65+
## Use the Azure Resource Graph queries for Azure Monitor alerts
6666

6767
Use these Azure Resource Graph queries instead of the alertsSummary API call to retrieve alert information, or use these queries as a basis for designing your own queries.
6868

articles/azure-monitor/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,8 @@ items:
13291329
href: alerts/alerts-manage-alert-instances.md
13301330
- name: Update alerts for region moves
13311331
href: alerts/alerts-resource-move.md
1332+
- name: Query alerts using ARG
1333+
href: alerts/migrate-from-alerts-summary-api.md
13321334
- name: Tutorials
13331335
items:
13341336
- name: Create a metric alert
@@ -1564,8 +1566,6 @@ items:
15641566
href: essentials/rest-activity-log.md
15651567
- name: Migrate to the metrics getBatch API
15661568
href: essentials/migrate-to-batch-api.md
1567-
- name: Migrate from the alertsSummary API
1568-
href: alerts/migrate-from-alerts-summary-api.md
15691569
- name: Azure alerts management SDK for Python
15701570
href: /python/api/azure-mgmt-monitor/azure.mgmt.monitor.monitormanagementclient
15711571
- name: Resource Manager templates

0 commit comments

Comments
 (0)