Skip to content

Commit 7e73ecb

Browse files
authored
Merge pull request #95755 from DCtheGeek/dmc-arg-ghi42588
Fixes MicrosoftDocs/azure-docs#42588 - Correcting parameter
2 parents e18142b + 09d6415 commit 7e73ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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
@@ -234,11 +234,11 @@ clients handle pagination differently than others.
234234
single run of the query may consume up to five query quota:
235235

236236
```azurecli-interactive
237-
az graph query -q 'Resources | project id, name, type' -top 5000
237+
az graph query -q 'Resources | project id, name, type' --first 5000
238238
```
239239

240240
```azurepowershell-interactive
241-
Search-AzGraph -Query 'Resources | project id, name, type' -Top 5000
241+
Search-AzGraph -Query 'Resources | project id, name, type' -First 5000
242242
```
243243

244244
## Still get throttled?

0 commit comments

Comments
 (0)