Skip to content

Commit d13e535

Browse files
committed
final review pt 2
1 parent cf38cb6 commit d13e535

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

articles/governance/resource-graph/concepts/arg-get-list-api.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ ARG GET/LIST provides a default quota of 4k per minute, user, and subscription,
2323

2424
To use the [ARG GET/LIST API](./guidance-for-throttled-requests.md#still-being-throttled), first identify whether or not your scenario matches the conditions mentioned in the guidance for throttled requests. You can then append the flag `&useResourceGraph=true` to your applicable GET/LIST API calls, which will route the request to this ARG backend for response.
2525

26-
Callers must also design appropriate retry logic and implement fallback mechanisms to ensure smooth and reliable experience. You are required to contact the ARG product group by sending an email to [Azure Resource Graph team]( [email protected]) sharing a brief overview of your scenario and the ARG team will reach out to you with next steps. This opt-in model was deliberately chosen to allow the Azure Resource Graph team to better understand customer usage patterns and make improvements as needed.
26+
You are required to contact the ARG product group by sending an email to [Azure Resource Graph team]( [email protected]) sharing a brief overview of your scenario and the ARG team will reach out to you with next steps.
27+
28+
This opt-in model was deliberately chosen to allow the Azure Resource Graph team to better understand customer usage patterns and make improvements as needed.
2729

2830
Refer to some known limitations [here](#known-limitations) and [frequently asked questions](#frequently-asked-questions).
2931

@@ -101,6 +103,8 @@ HTTP GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGro
101103

102104
### List VMSS VM (Uniform) with InstanceView
103105

106+
For this specific example, use the following request to retrieve the list of VMSS VM with InstanceView. This is for VMSS VM in Flexible orchestration mode.
107+
104108
#### ARG GET/LIST Request
105109

106110
```api
@@ -127,12 +131,6 @@ For this specific example, use the following requests to retrieve the list of st
127131
HTTP GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/microsoft.storage/storageAccounts?api-version=2024-01-01&useResourceGraph=true
128132
```
129133

130-
#### SRP request
131-
132-
```api
133-
HTTP GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/microsoft.storage/storageAccounts?api-version=2024-01-01
134-
```
135-
136134
## Known Limitations
137135

138136
1. **VMSS VM health status** is not currently supported. If you require this data, you can share your scenario and propose the feature addition on our [feedback forums](https://feedback.azure.com/d365community/forum/675ae472-f324-ec11-b6e6-000d3a4f0da0).

0 commit comments

Comments
 (0)