microsoft / microsoft/finops-toolkit
ADF queries_ResourceGraph_ExecuteQuery only fetches first 1000 results
@flanakin is already working on this.
Since Sep 16, 2026.
- Dominant language
- PowerShell
- Stars
- 603
- Forks
- 248
- Avg merge
- 7d 11h
- Merged PRs (30d)
- 11
Description
🐛 Problem
When fetching resource graph queries with more than 1000 results it would only fetch 1000 results. For example the src/templates/finops-hub/modules/Microsoft.FinOpsHubs/Recommendations/queries/Recommendations-Microsoft-AdvisorCost.json could return more then 1000 results.
Change should happen in src/templates/finops-hub/modules/Microsoft.FinOpsHubs/AzureResourceGraph/app.bicep
👣 Repro steps
TODO: Add repro steps below:
- add recommandation for the finops hub
- execute the pipeline queries_ExecuteETL in ADF
- check how many results end up in ingestion recommendation blob storage
- would give you 1000 rows back.
🤔 Expected
return all records back.
📷 Screenshots
TODO: If applicable, add screenshots to help explain your problem. Remove if not applicable.
🔧 Environment
- FinOps hub version: 14
- Billing account type: MCA (Microsoft Customer Agreement)
- Power BI report type: Storage-based / ADX (Azure Data Explorer)
- Cost Management export: FOCUS 1.2-preview
ℹ️ Additional context
TODO: Add any other context about the problem here. Remove if not applicable.
🙋♀️ Ask for the community
We could use your help:
- Please vote this issue up (👍) to prioritize it.
- Leave comments to help us solidify the vision.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.