Skip to content

Commit 0ce7bd7

Browse files
Merge pull request #278611 from davidsmatlak/ds-arg-alerts-freshness-20240618
ARG alerts docs freshness update
2 parents db5c177 + e2c96e2 commit 0ce7bd7

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

articles/governance/resource-graph/alerts-query-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How Azure Resource Graph uses alerts to monitor resources
33
description: In this quickstart, you learn how to create monitoring alerts for Azure resources using an Azure Resource Graph query and a Log Analytics workspace.
4-
ms.date: 05/16/2024
4+
ms.date: 06/18/2024
55
ms.topic: quickstart
66
---
77

articles/governance/resource-graph/overview.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
---
22
title: Overview of Azure Resource Graph
33
description: Understand how the Azure Resource Graph service enables complex querying of resources at scale across subscriptions and tenants.
4-
ms.date: 05/08/2024
4+
ms.date: 06/18/2024
55
ms.topic: overview
66
ms.custom: devx-track-arm-template
77
---
88

99
# What is Azure Resource Graph?
1010

11-
Azure Resource Graph is an Azure service designed to extend Azure Resource Management by
12-
providing efficient and performant resource exploration with the ability to query at scale across a
13-
given set of subscriptions so that you can effectively govern your environment. These queries
14-
provide the following abilities:
11+
Azure Resource Graph is an Azure service designed to extend Azure Resource Management by providing efficient and performant resource exploration. Resource Graph has the ability to query at scale across a given set of subscriptions so that you can effectively govern your environment. These queries provide the following abilities:
1512

1613
- Query resources with complex filtering, grouping, and sorting by resource properties.
1714
- Explore resources iteratively based on governance requirements.
@@ -61,7 +58,7 @@ With Azure Resource Graph, you can:
6158
6259
## How Resource Graph is kept current
6360

64-
When an Azure resource is updated, Azure Resource Manager notifies Azure Resource Graph about the change. Azure Resource Graph then updates its database. Azure Resource Graph also does a regular _full scan_. This scan ensures that Azure Resource Graph data is current if there are missed notifications or when a resource is updated outside of Azure Resource Manager.
61+
When an Azure resource is updated, Azure Resource Manager notifies Azure Resource Graph about the change. Azure Resource Graph then updates its database. Azure Resource Graph also does a regular _full scan_. This scan ensures that Azure Resource Graph data is current if there are missed notifications. Or when a resource is updated outside of Azure Resource Manager.
6562

6663
> [!NOTE]
6764
> Resource Graph uses a `GET` to the latest non-preview application programming interface (API) of each resource provider to gather

articles/governance/resource-graph/samples/alerts-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Resource Graph alerts sample queries
33
description: Sample queries that can be used to create alerts for your Azure resources using an Azure Resource Graph query and a Log Analytics workspace.
4-
ms.date: 03/20/2024
4+
ms.date: 06/18/2024
55
ms.topic: sample
66
---
77

articles/governance/resource-graph/troubleshoot/alerts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot Azure Resource Graph alerts
33
description: Learn how to troubleshoot issues with Azure Resource Graph alerts integration with Log Analytics.
4-
ms.date: 11/07/2023
4+
ms.date: 06/18/2024
55
ms.topic: troubleshooting
66
---
77

@@ -46,7 +46,7 @@ Azure Resource Graph has pagination in its dedicated APIs. But with the way Log
4646

4747
The managed identity for your alert must have the role [Log Analytics Contributor](../../../role-based-access-control/built-in-roles.md#log-analytics-contributor) or [Log Analytics Reader](../../../role-based-access-control/built-in-roles.md#log-analytics-reader). The role provides the permissions to get monitoring information.
4848

49-
When you set up an alert, the results can be different than the result after the alert is fired. The reason is that a fired alert is run using a managed identity, but when you manually test an alert it uses the user's identity.
49+
When you set up an alert, the results can be different than the result after the alert is fired. The reason is that a fired alert is run using a managed identity. But when you manually test an alert, it uses the user's identity.
5050

5151
## Table names
5252

0 commit comments

Comments
 (0)