Fix: Remove broken feedback link in Optimization workbook#2038
Merged
Conversation
Removed the Office Forms feedback link that was returning a 404 error and consolidated feedback to use a single GitHub issues link. Changes: - Removed aka.ms/advisor_cost_wb_feedback (Office Forms) - Updated text from "Submit any issues" to "Submit feedback or issues" - Consolidated to single GitHub feedback link (aka.ms/costworkbookfeedback) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Removes a broken feedback link from the Cost Optimization workbook content and consolidates feedback routing to the GitHub issues link, with a corresponding changelog update for the next release documentation.
Changes:
- Removed the Office/Microsoft Forms feedback link from the Optimization workbook and kept a single GitHub feedback/issues link.
- Updated workbook feedback wording to “Submit feedback or issues”.
- Documented the fix in the FinOps toolkit changelog (v14 workbooks section).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/workbooks/optimization/workbook.json | Updates the embedded “Feedback” markdown to remove the broken Forms link and keep the GitHub link. |
| src/workbooks/optimization/CostOptimization.workbook | Mirrors the same feedback-link consolidation in the exported workbook artifact. |
| docs-mslearn/toolkit/changelog.md | Adds a v14 workbooks changelog entry describing the link fix and updates metadata date. |
RolandKrummenacher
approved these changes
Mar 3, 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
Fixed the broken Office Forms feedback link in the Cost Optimization workbook that was returning a 404 error. Consolidated the two feedback links (Office Forms survey and GitHub issues) into a single GitHub issues link for a cleaner, unified feedback experience.
Changes:
aka.ms/advisor_cost_wb_feedbacklink (Office Forms)aka.ms/costworkbookfeedback)Fixes #1673
📷 Screenshots
📋 Checklist
🔬 How did you test this change?
📦 Deploy to test?
🙋♀️ Do any of the following that apply?
📑 Did you update `docs/changelog.md`?
📖 Did you update documentation?