|
1 | 1 | ---
|
2 | 2 | title: Overview of Azure Resource Graph
|
3 | 3 | description: Understand how the Azure Resource Graph service enables complex querying of resources at scale across subscriptions and tenants.
|
4 |
| -ms.date: 12/18/2023 |
| 4 | +ms.date: 01/20/2024 |
5 | 5 | ms.topic: overview
|
6 | 6 | ms.custom: devx-track-arm-template
|
7 | 7 | ms.author: davidsmatlak
|
@@ -132,18 +132,13 @@ For more information, see
|
132 | 132 |
|
133 | 133 | ## Running your first query
|
134 | 134 |
|
135 |
| -Azure Resource Graph Explorer, part of Azure portal, enables running Resource Graph queries directly |
136 |
| -in the Azure portal. Pin the results as dynamic charts to provide real-time dynamic information to |
137 |
| -your portal workflow. For more information, see |
138 |
| -[First query with Azure Resource Graph Explorer](./first-query-portal.md). |
| 135 | +Azure Resource Graph Explorer, part of Azure portal, enables running Resource Graph queries directly in the Azure portal. Pin the results as dynamic charts to provide real-time dynamic information to your portal workflow. For more information, go to [First query with Azure Resource Graph Explorer](./first-query-portal.md). |
139 | 136 |
|
140 |
| -Resource Graph supports Azure CLI, Azure PowerShell, Azure SDK for Python, and more. The query is |
141 |
| -structured the same for each language. Learn how to enable Resource Graph with: |
| 137 | +Resource Graph also supports Azure CLI, Azure PowerShell, and REST API. The query is structured the same for each language. Learn how to enable Resource Graph with: |
142 | 138 |
|
143 |
| -- [Azure portal and Resource Graph Explorer](./first-query-portal.md) |
144 |
| -- [Azure CLI](./first-query-azurecli.md#add-the-resource-graph-extension) |
145 |
| -- [Azure PowerShell](./first-query-powershell.md#add-the-resource-graph-module) |
146 |
| -- [Python](./first-query-python.md#add-the-resource-graph-library) |
| 139 | +- [Azure CLI](./first-query-azurecli.md) |
| 140 | +- [Azure PowerShell](./first-query-powershell.md) |
| 141 | +- [REST API](./first-query-rest-api.md) |
147 | 142 |
|
148 | 143 | ## Alerts integration with Log Analytics
|
149 | 144 |
|
|
0 commit comments