Skip to content

Commit ba724c0

Browse files
authored
Merge pull request #301606 from daphnemamsft/daphneMa_getlistoc
Adding GETLIST API to Toc
2 parents e81640a + 8031ee0 commit ba724c0

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

articles/azure-resource-manager/management/request-limits-and-throttling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ Microsoft Compute implements throttling to provide an optimal experience for Vir
121121

122122
### Azure Resource Graph throttling
123123

124-
[Azure Resource Graph](../../governance/resource-graph/overview.md) limits the number of requests to its operations. The steps in this article to determine the remaining requests and how to respond when the limit is reached also apply to Resource Graph. However, Resource Graph sets its own limit and reset rate. For more information, see [Resource Graph throttling headers](../../governance/resource-graph/concepts/guidance-for-throttled-requests.md#understand-throttling-headers).
124+
[Azure Resource Graph](../../governance/resource-graph/overview.md) limits the number of requests to its operations. The steps in this article to determine the remaining requests and how to respond when the limit is reached also apply to Resource Graph. However, Resource Graph sets its own limit and reset rate. For more information, see [Resource Graph throttling headers](../../governance/resource-graph//concepts/azure-resource-graph-get-list-api.md).
125125

126-
Azure Resource Graph also has a solution that enables an additional mechanism for getting resource data when you have reached resource provider throttling limits by seamlessly integrating with existing Azure Resource Manager control plane GET and LIST APIs—offering a powerful, scalable solution for resource data access. For more information, see [ARG GET/LIST API](../../governance/resource-graph/concepts/arg-get-list-api.md)
126+
Azure Resource Graph also has a solution that enables an additional mechanism for getting resource data when you have reached resource provider throttling limits by seamlessly integrating with existing Azure Resource Manager control plane GET and LIST APIs—offering a powerful, scalable solution for resource data access. For more information, see [ARG GET/LIST API](../../governance/resource-graph//concepts/azure-resource-graph-get-list-api.md).
127127

128128

129129
### Other resource providers

articles/governance/resource-graph/.openpublishing.redirection.resource-graph.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"source_path_from_root": "/articles/governance/resource-graph/samples/samples-by-table.md",
4040
"redirect_url": "/previous-versions/azure/governance/resource-graph/samples/samples-by-table",
4141
"redirect_document_id": false
42+
},
43+
{
44+
"source_path_from_root": "/articles/governance/resource-graph/concepts/arg-get-list-api.md",
45+
"redirect_url": "/azure/governance/resource-graph/concepts/azure-resource-graph-get-list-api",
46+
"redirect_document_id": false
4247
}
4348
]
4449
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ You should consider the ARG GET/LIST API if your service falls into one (or many
243243
- You require full instanceView of VMs and VMSS VMs in Uniform as well as Flex orchestration mode.
244244

245245
> [!NOTE]
246-
> ARG GET/LIST API doesn't support VM and VMSS VM Health Status and extension running status in the instanceView. To learn more about the ARG GET/LIST API limits, see the [known limitations](./arg-get-list-api.md#known-limitations).
246+
> ARG GET/LIST API doesn't support VM and VMSS VM Health Status and extension running status in the instanceView. To learn more about the ARG GET/LIST API limits, see the [known limitations](./azure-resource-graph-get-list-api.md#known-limitations).
247247
248-
If the resource you’re interested in, is in the `resources` table or `computeresources` table, *and* it falls in one of the above categories, then use the [ARG GET/LIST API](./arg-get-list-api.md)
248+
If the resource you’re interested in, is in the `resources` table or `computeresources` table, *and* it falls in one of the above categories, then use the [ARG GET/LIST API](./azure-resource-graph-get-list-api.md)
249249

250250
## Still being throttled?
251251

articles/governance/resource-graph/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
- name: Guidance for throttled requests
8080
displayName: pagination, batching, throttling, parallel
8181
href: ./concepts/guidance-for-throttled-requests.md
82+
- name: Guidance for the Azure Resource Graph GET/LIST API
83+
href: ./concepts/azure-resource-graph-get-list-api.md
8284
- name: Security
8385
items:
8486
- name: Security baseline for Azure Security Benchmark

0 commit comments

Comments
 (0)