-
Notifications
You must be signed in to change notification settings - Fork 173
[AOE] Fixes Reservations-related workbooks link to ISF ratio CSV #1815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
…k around Log Analytics externaldata limitation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes reservations-related workbooks by replacing the Instance Size Flexibility ratios CSV vanity URL with the actual URL to work around a Log Analytics externaldata
operator limitation.
Key Changes
- Replaced the vanity URL
https://aka.ms/isf
with the actual URLhttps://ccmstorageprod.blob.core.windows.net/instancesizeflexibility-data/isfratioblob.csv
across all affected KQL queries - Updated the changelog to document the fix
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
File | Description |
---|---|
src/optimization-engine/views/workbooks/reservations-usage.json | Updated 9 KQL queries to use the actual ISF CSV URL instead of the vanity URL |
src/optimization-engine/views/workbooks/reservations-potential.json | Updated 4 KQL queries to use the actual ISF CSV URL instead of the vanity URL |
src/optimization-engine/views/workbooks/benefits-simulation.json | Updated 7 KQL queries to use the actual ISF CSV URL instead of the vanity URL |
docs-mslearn/toolkit/changelog.md | Added changelog entry documenting the fix for the ISF ratios CSV URL issue |
- **Added** | ||
- Document [how to remove private networking](hubs/private-networking.md#removing-private-networking) and switch back to public access to reduce costs ([#1342](https://github.com/microsoft/finops-toolkit/issues/1342)). | ||
|
||
### [Optimization engine](optimization-engine/overview.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should move this to the section for the next release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean this should be moved to the V13 release section? I thought the "unreleased" section was exactly for features to be added to the next release...
🛠️ Description
Reservations-related workbooks fixed by replacing Instance Size Flexibility ratios CSV vanity URL with actual one to work around Log Analytics
externaldata
operator limitation (recent Log Analytics change).Fixes #1810
📋 Checklist
🔬 How did you test this change?
🙋♀️ Do any of the following that apply?
📑 Did you update
docs/changelog.md
?📖 Did you update documentation?