Skip to content

Commit afbe325

Browse files
authored
Merge pull request #192030 from timwarner-msft/patch-5
Correct typo and minor formatting issues
2 parents a1d6535 + 927beb3 commit afbe325

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

articles/governance/resource-graph/overview.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,35 @@ ms.topic: overview
99
Azure Resource Graph is a service in Azure that is designed to extend Azure Resource Management by
1010
providing efficient and performant resource exploration with the ability to query at scale across a
1111
given set of subscriptions so that you can effectively govern your environment. These queries
12-
provide the following features:
12+
provide the following abilities:
1313

14-
- Ability to query resources with complex filtering, grouping, and sorting by resource properties.
15-
- Ability to iteratively explore resources based on governance requirements.
16-
- Ability to assess the impact of applying policies in a vast cloud environment.
17-
- Ability to [query changes made to resource properties](./how-to/get-resource-changes.md)
14+
- Query resources with complex filtering, grouping, and sorting by resource properties.
15+
- Explore resources iteratively based on governance requirements.
16+
- Assess the impact of applying policies in a vast cloud environment.
17+
- [Query changes made to resource properties](./how-to/get-resource-changes.md)
1818
(preview).
1919

2020
In this documentation, you'll go over each feature in detail.
2121

2222
> [!NOTE]
23-
> Azure Resource Graph powers Azure portal's search bar, the new browse 'All resources' experience,
23+
> Azure Resource Graph powers Azure portal's search bar, the new browse **All resources** experience,
2424
> and Azure Policy's [Change history](../policy/how-to/determine-non-compliance.md#change-history)
2525
> _visual diff_. It's designed to help customers manage large-scale environments.
2626
2727
[!INCLUDE [azure-lighthouse-supported-service](../../../includes/azure-lighthouse-supported-service.md)]
2828

2929
## How does Resource Graph complement Azure Resource Manager
3030

31-
Resource Manager currently supports queries over basic resource fields, specifically - Resource
32-
name, ID, Type, Resource Group, Subscription, and Location. Resource Manager also provides
31+
Resource Manager currently supports queries over basic resource fields, specifically:
32+
33+
- Resource name
34+
- ID
35+
- Type
36+
- Resource Group
37+
- Subscription
38+
- Location
39+
40+
Resource Manager also provides
3341
facilities for calling individual resource providers for detailed properties one resource at a time.
3442

3543
With Azure Resource Graph, you can access these properties the resource providers return without
@@ -58,7 +66,7 @@ ensures that Resource Graph data is current if there are missed notifications or
5866
updated outside of Resource Manager.
5967

6068
> [!NOTE]
61-
> Resource Graph uses a `GET` to the latest non-preview API of each resource provider to gather
69+
> Resource Graph uses a `GET` to the latest non-preview application programming interface (API) of each resource provider to gather
6270
> properties and values. As a result, the property expected may not be available. In some cases, the
6371
> API version used has been overridden to provide more current or widely used properties in the
6472
> results. See the [Show API version for each resource type](./samples/advanced.md#apiversion)
@@ -97,7 +105,7 @@ access to without any indication that the result may be partial. If there are no
97105
the subscription list that the user has appropriate rights to, the response is a _403_ (Forbidden).
98106

99107
> [!NOTE]
100-
> In the **preview** REST API version `2020-04-01-preview`, the subscription list may be ommitted.
108+
> In the **preview** REST API version `2020-04-01-preview`, the subscription list may be omitted.
101109
> When both the `subscriptions` and `managementGroupId` properties aren't defined in the request,
102110
> the _scope_ is set to the tenant. For more information, see
103111
> [Scope of the query](./concepts/query-language.md#query-scope).
@@ -106,9 +114,9 @@ the subscription list that the user has appropriate rights to, the response is a
106114

107115
As a free service, queries to Resource Graph are throttled to provide the best experience and
108116
response time for all customers. If your organization wants to use the Resource Graph API for
109-
large-scale and frequent queries, use portal 'Feedback' from the
117+
large-scale and frequent queries, use portal **Feedback** from the
110118
[Resource Graph portal page](https://portal.azure.com/#blade/Microsoft_Azure_Policy/PolicyMenuBlade/ResourceGraph).
111-
Provide your business case and select the 'Microsoft can email you about your feedback' checkbox in
119+
Provide your business case and select the **Microsoft can email you about your feedback** checkbox in
112120
order for the team to contact you.
113121

114122
Resource Graph throttles queries at the user level. The service response contains the following HTTP

0 commit comments

Comments
 (0)