Skip to content

Commit c051dc3

Browse files
committed
updates overview
1 parent 5d519e3 commit c051dc3

File tree

2 files changed

+6
-26
lines changed

2 files changed

+6
-26
lines changed

articles/governance/resource-graph/concepts/work-with-data.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -203,21 +203,6 @@ Here's a sample of a query result with the _ObjectArray_ formatting:
203203
}
204204
```
205205

206-
Here are some examples of setting **resultFormat** to use the _ObjectArray_ format:
207-
208-
```csharp
209-
var requestOptions = new QueryRequestOptions( resultFormat: ResultFormat.ObjectArray);
210-
var request = new QueryRequest(subscriptions, "Resources | limit 1", options: requestOptions);
211-
```
212-
213-
```python
214-
request_options = QueryRequestOptions(
215-
result_format=ResultFormat.object_array
216-
)
217-
request = QueryRequest(query="Resources | limit 1", subscriptions=subs_list, options=request_options)
218-
response = client.resources(request)
219-
```
220-
221206
## Next steps
222207

223208
- See the language in use in [Starter queries](../samples/starter.md).

articles/governance/resource-graph/overview.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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: 12/18/2023
4+
ms.date: 01/20/2024
55
ms.topic: overview
66
ms.custom: devx-track-arm-template
77
ms.author: davidsmatlak
@@ -132,18 +132,13 @@ For more information, see
132132

133133
## Running your first query
134134

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).
139136

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:
142138

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)
147142

148143
## Alerts integration with Log Analytics
149144

0 commit comments

Comments
 (0)