Skip to content

Commit 31d8921

Browse files
committed
Updated the title, description, H1, next steps and info in the article
1 parent 34f7ee5 commit 31d8921

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/update-manager/query-logs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Query logs and results from Update Manager
3-
description: This article provides details on how you can review logs and search results from Azure Update Manager by using Azure Resource Graph.
2+
title: Query resources with Azure Resource Graph in Azure Update Manager
3+
description: This article provides details on how Access Azure Update Manager operations data using Azure Resource Graph.
44
ms.service: azure-update-manager
55
author: SnehaSudhirG
66
ms.author: sudhirsneha
7-
ms.date: 11/21/2023
7+
ms.date: 07/23/2024
88
ms.topic: conceptual
99
---
1010

11-
# Overview of query logs in Azure Update Manager
11+
# Access Azure Update Manager operations data using Azure Resource Graph
1212

13-
Logs created from operations like update assessments and installations are stored by Azure Update Manager in [Azure Resource Graph](../governance/resource-graph/overview.md). Resource Graph is a service in Azure designed to be the store for Azure service details without any cost or deployment requirements. Update Manager uses Resource Graph to store its results. You can view the update history of the last 30 days from the resources.
13+
Logs created from operations like update assessments and installations are stored by Azure Update Manager in [Azure Resource Graph](../governance/resource-graph/overview.md). Resource Graph is a service in Azure designed to be the store for Azure service details without any cost or deployment requirements. Update Manager uses Resource Graph to store its results. You can view the update assessment history for the last 7 days and update installations history for the last 30 days from the Resource Graph.
1414

1515
This article describes the structure of the logs from Update Manager and how you can use [Azure Resource Graph Explorer](../governance/resource-graph/first-query-portal.md) to analyze them in support of your reporting, visualizing, and export needs.
1616

@@ -175,5 +175,5 @@ If the property for the resource type is `configurationassignments`, it includes
175175

176176
## Next steps
177177

178-
- For details of sample queries, see [Sample query logs](sample-query-logs.md).
179-
- To troubleshoot issues, see [Troubleshoot Update Manager](troubleshoot.md).
178+
- For sample queries to access Azure Update Manager operations data, see [Sample Azure Resource Graph queries to access Azure Update Manager operations data](sample-query-logs.md).
179+
- To troubleshoot issues with Azure Update Manager, see [Troubleshoot issues with Azure Update Manager](troubleshoot.md).

articles/update-manager/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ items:
4545
href: assessment-options.md
4646
- name: Overview of Pre and Post Events
4747
href: pre-post-scripts-overview.md
48-
- name: Query resources with Azure Resource Graph
48+
- name: Access Azure Update Manager operations data using Azure Resource Graph
4949
href: query-logs.md
5050
- name: Manage updates on multiple machines
5151
href: manage-multiple-machines.md

0 commit comments

Comments
 (0)