Skip to content

Commit ffc767c

Browse files
Merge pull request #248649 from davidsmatlak/ds-arg-sub-limits
Updates ARG maximum subscription limit
2 parents 4192471 + 42a8fe2 commit ffc767c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/governance/resource-graph/concepts/guidance-for-throttled-requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ In every query response, Azure Resource Graph adds two throttling headers:
3535
- `x-ms-user-quota-resets-after` (hh:mm:ss): The time duration until a user's quota consumption is
3636
reset.
3737

38-
When a security principal has access to more than 5,000 subscriptions within the tenant or
38+
When a security principal has access to more than 10,000 subscriptions within the tenant or
3939
management group [query scope](./query-language.md#query-scope), the response is limited to the
40-
first 5,000 subscriptions and the `x-ms-tenant-subscription-limit-hit` header is returned as `true`.
40+
first 10,000 subscriptions and the `x-ms-tenant-subscription-limit-hit` header is returned as `true`.
4141

4242
To illustrate how the headers work, let's look at a query response that has the header and values of
4343
`x-ms-user-quota-remaining: 10` and `x-ms-user-quota-resets-after: 00:00:03`.

articles/governance/resource-graph/concepts/query-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ resources.
201201
The list of subscriptions or management groups to query can be manually defined to change the scope
202202
of the results. For example, the REST API `managementGroups` property takes the management group ID,
203203
which is different from the name of the management group. When `managementGroups` is specified,
204-
resources from the first 5,000 subscriptions in or under the specified management group hierarchy
204+
resources from the first 10,000 subscriptions in or under the specified management group hierarchy
205205
are included. `managementGroups` can't be used at the same time as `subscriptions`.
206206

207207
Example: Query all resources within the hierarchy of the management group named `My Management

0 commit comments

Comments
 (0)