Add recommendations feature documentation#2010
Open
flanakin wants to merge 1 commit intofeatures/hubs-recsfrom
Open
Add recommendations feature documentation#2010flanakin wants to merge 1 commit intofeatures/hubs-recsfrom
flanakin wants to merge 1 commit intofeatures/hubs-recsfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for the new FinOps hubs recommendations feature, which enables automatic ingestion of Azure Advisor cost recommendations and custom Azure Resource Graph queries to identify optimization opportunities.
Changes:
- New configuration guide explaining how to use built-in and custom recommendations
- Updated deployment template documentation with new recommendation-related parameters
- Enhanced best practices pages with cross-references to the recommendations feature
- Updated changelog and navigation structure
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
docs-mslearn/toolkit/hubs/configure-recommendations.md |
New comprehensive guide for configuring recommendations with built-in options and custom query examples |
docs-mslearn/toolkit/hubs/template.md |
Added three new parameters for recommendations: enableRecommendations, enableAHBRecommendations, enableSpotRecommendations; added prettier-ignore comments for formatting |
docs-mslearn/toolkit/changelog.md |
Added changelog entry for recommendations feature under vNext; updated markdown lint directives |
docs-mslearn/TOC.yml |
Added "Configure recommendations" page to navigation between "Configure scopes" and "Configure dashboards" |
docs-mslearn/best-practices/storage.md |
Enhanced unattached disks section with cross-reference to recommendations feature and improved structure |
docs-mslearn/best-practices/networking.md |
Added cross-references to recommendations feature for idle application gateways, load balancers, and public IP addresses |
docs-mslearn/best-practices/general.md |
Added new Azure Advisor section with query and cross-reference to recommendations feature |
docs-mslearn/best-practices/databases.md |
Enhanced unused Elastic Pools section with cross-reference to recommendations feature |
docs-mslearn/best-practices/compute.md |
Added comprehensive sections for Spot VMs, Azure Hybrid Benefit for Windows and SQL VMs with cross-references to recommendations feature |
helderpinto
approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛠️ Description
Add documentation for the new hubs recommendations feature:
configure-recommendations.mdpage explaining how to configure built-in and custom recommendationstemplate.mdwith new recommendation parameterschangelog.mdwith recommendations feature entryTOC.ymlto include the new page📋 Checklist
🔬 How did you test this change?
🙋♀️ Do any of the following that apply?
📑 Did you update
docs/changelog.md?📖 Did you update documentation?