Skip to content

Commit 05ca036

Browse files
Add new HealthResourceChanges page
1 parent cbae12b commit 05ca036

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

articles/governance/resource-graph/samples/samples-by-table.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: List of sample Azure Resource Graph queries by table
33
description: List sample queries for Azure Resource-Graph. Tables include Resources, ResourceContainers, PolicyResources, and more.
4-
ms.date: 07/07/2022
4+
ms.date: 02/14/2023
55
ms.topic: sample
66
ms.custom: generated
77
---
@@ -28,6 +28,10 @@ details, see [Resource Graph tables](../concepts/query-language.md#resource-grap
2828

2929
[!INCLUDE [azure-resource-graph-samples-table-healthresources](../../../../includes/resource-graph/samples/bytable/healthresources.md)]
3030

31+
## HealthResourceChanges
32+
33+
[!INCLUDE [Azure-resource-graph-samples-table-healthresourcechanges](../../../../includes/resource-graph/samples/bytable/healthresourcechanges.md)]
34+
3135
## IoT Defender
3236

3337
[!INCLUDE [azure-resource-graph-samples-table-iot-defender](../../../../includes/resource-graph/samples/bytable/iot-defender.md)]
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
author: timwarner-msft
3+
ms.service: resource-graph
4+
ms.topic: include
5+
ms.date: 02/14/2023
6+
ms.author: timwarner
7+
ms.custom: generated
8+
---
9+
10+
### Query title
11+
12+
Query description.
13+
14+
```kusto
15+
16+
```
17+
18+
# [Azure CLI](#tab/azure-cli)
19+
20+
```azurecli-interactive
21+
az graph query -q ""
22+
```
23+
24+
# [Azure PowerShell](#tab/azure-powershell)
25+
26+
```azurepowershell-interactive
27+
Search-AzGraph -Query ""
28+
```
29+
30+
# [Portal](#tab/azure-portal)
31+
32+
:::image type="icon" source="../../../../articles/governance/resource-graph/media/resource-graph-small.png"::: Try this query in Azure Resource Graph Explorer:
33+
34+
- Azure portal: <a href="https://portal.azure.com/?feature.customportal=false#blade/HubsExtension/ArgQueryBlade/query/ " target="_blank">portal.Azure.com</a>
35+
- Azure Government portal: <a href="https://portal.azure.us/?feature.customportal=false#blade/HubsExtension/ArgQueryBlade/query/ " target="_blank">portal.Azure.us</a>
36+
- Azure China 21Vianet portal: <a href="https://portal.azure.cn/?feature.customportal=false#blade/HubsExtension/ArgQueryBlade/query/ " target="_blank">portal.Azure.cn</a>
37+
38+
---
39+
40+
41+
42+
43+
44+
45+
46+

includes/resource-graph/samples/bytable/healthresources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: timwarner-msft
33
ms.service: resource-graph
44
ms.topic: include
5-
ms.date: 10/26/2022
5+
ms.date: 02/14/2023
66
ms.author: timwarner
77
ms.custom: generated
88
---

0 commit comments

Comments
 (0)