Skip to content

Commit 3d78613

Browse files
Freshness - Query backups using ARG
1 parent dfeaa5a commit 3d78613

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

articles/backup/query-backups-using-azure-resource-graph.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22
title: Query your backups using Azure Resource Graph (ARG)
33
description: Learn more about querying information on backup for your Azure resources using Azure Resource Group (ARG).
44
ms.topic: how-to
5-
ms.date: 07/30/2024
5+
ms.date: 07/15/2025
66
author: jyothisuri
77
ms.author: jsuri
88
# Customer intent: As an IT administrator, I want to query backup information across my Azure resources using a scalable service, so that I can efficiently monitor backup statuses, jobs, and policies for effective data management and recovery processes.
99
---
1010

1111
# Query your backups using Azure Resource Graph (ARG)
1212

13-
You can query information on backup for your Azure resources at no additional cost using [Azure Resource Graph (ARG)](../governance/resource-graph/overview.md). ARG is an Azure service designed to extend Azure Resource Management. It aims to provide efficient resource exploration with the ability to query at scale across a given set of subscriptions. Following are the key benefits of using ARG to query your backup metadata:
13+
This article describes how to query backup information for your Azure resources using [Azure Resource Graph (ARG)](../governance/resource-graph/overview.md) at no additional cost. ARG extends Azure Resource Management and allows you to explore resources efficiently and at scale across multiple subscriptions.
1414

15-
- Abilities to query resources at-scale with complex filtering, grouping, and sorting by resource properties.
16-
- Ability to obtain real-time information on your backups, including in-progress backup jobs.
17-
- Ability to join backup-related data with useful information on related Azure resources, such as Azure Virtual Machines and Storage Accounts.
15+
## Key benefits of using Azure Resource Graph for backup metadata
16+
17+
The key benefits of using ARG to query your backup metadata are:
18+
19+
- Query resources across subscriptions with advanced filtering, grouping, and sorting by resource properties.
20+
- Access real-time backup details, including active backup jobs.
21+
- Combine backup data with related Azure resource information, such as Virtual Machines and Storage Accounts.
1822

1923
## Getting started
2024

0 commit comments

Comments
 (0)