docs: reflect real-world hub cost estimate ranges - #2285
docs: reflect real-world hub cost estimate ranges#2285Michael Flanakin (flanakin) wants to merge 5 commits into
Conversation
Roland Krummenacher (RolandKrummenacher)
left a comment
There was a problem hiding this comment.
Agreed the old figures were understated — thanks for picking up #2229. Two things before this lands.
This is one of four surfaces carrying these numbers, and the other three still say $120/$300/$5. Notably including the portal deploy UI, which is where most customers actually encounter the estimate:
src/templates/finops-hub/createUiDefinition.json— line 97 ($120/mofor ADX), line 117 ($300/mofor F2), line 244 (~$5/mo per million), line 289, and the worked example on line 577 ($250/mo). None are in this diff.docs-mslearn/toolkit/power-bi/help-me-choose.md:52— comparison table still readsStarts at $120 + ~$10 per $1M,Starts at $300, and~$3-5 per $1M.docs/deploy/finops-hub-latest.ui.json— generated, so it follows oncecreateUiDefinition.jsonis updated.
As it stands the docs and the deployment experience would quote different headline costs for the same thing.
The $15 figure contradicts the $10 in the same sentence — inline below.
Also worth confirming the calculator behind https://aka.ms/finops/hubs/calculator was refreshed, since the note sends people there for the detail.
| > Estimated cost: Starts at $160/mo + $10/mo per $1M in cost being monitored. | ||
| > | ||
| > Estimated monthly cost includes $120 for a single-node Azure Data Explorer cluster or $300 for F2 Fabric capacity, plus $10 in Azure storage and processing cost per $1M being monitored. Exact cost will vary based on discounts, data size (we estimate ~20GB per $1M), and Fabric or Power BI license requirements. Cost without Data Explorer or Fabric is $5 per $1M. For details, refer to the [FinOps hub cost estimate](https://aka.ms/finops/hubs/calculator) in the Azure Pricing Calculator. | ||
| > Estimated monthly cost includes $160+ for a single-node Azure Data Explorer cluster or $310 for F2 Fabric capacity, plus $10 in Azure storage and processing cost per $1M being monitored. Exact cost will vary based on discounts, region, data size, and Fabric or Power BI license requirements. Cost without Data Explorer or Fabric is $15 per $1M. For details, refer to the [FinOps hub cost estimate](https://aka.ms/finops/hubs/calculator) in the Azure Pricing Calculator. |
There was a problem hiding this comment.
These two numbers can't both be right:
...plus $10 in Azure storage and processing cost per $1M being monitored. ... Cost without Data Explorer or Fabric is $15 per $1M.
The old pairing ($10 with Data Explorer, $5 without) was coherent — drop ADX, drop the ingestion-side cost. The new pairing has the no-ADX deployment costing more per $1M than the ADX deployment's incremental, which inverts that. One of the two has been updated and the other hasn't.
If $15 is the corrected storage + Data Factory figure, then the $10 here and in the headline on line 28 both need to move with it. Worth double-checking the number itself too — it's a 3-5x jump from the ~$3-5 per $1M quoted in help-me-choose.md:52.
Nit: dropping "(we estimate ~20GB per $1M)" removes the only handle a reader has for sanity-checking against their own data volume. Could it stay alongside the new "region" caveat rather than being swapped out for it?
| <!-- prettier-ignore-start --> | ||
| > [!NOTE] | ||
| > Estimated cost: Starts at $120/mo + $10/mo per $1M in cost being monitored. | ||
| > Estimated cost: Starts at $160/mo + $10/mo per $1M in cost being monitored. |
There was a problem hiding this comment.
If the per-$1M figure is being revised (see the note on line 30 — the body now says $15 without Data Explorer while this line and the next still say $10), this headline needs to move in step. Right now a reader gets $10 here, $10 in the first half of the note, and $15 in the second half.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Re-reviewed at 1. The
The no-Data-Explorer deployment still comes out more expensive per $1M than the Data Explorer deployment's incremental. Whichever of 2. The other three surfaces still carry the old figures. Verified at the PR head:
The portal deploy UI is where most customers actually see the estimate, so shipping this doc change alone would leave the docs and the deployment experience quoting different headline costs for the same thing. 3. Nit still open: dropping New since the last review
|
🛠️ Description
Updates the FinOps hubs cost estimate note to reflect real-world Azure Data Explorer and Microsoft Fabric pricing and calls out that Data Explorer cost varies significantly by region. Addresses the gap reported in #2229 (and previously #1719): the flat $120/$300 baseline understated actual cost for some regions and SKUs.
Fixes #2229
📷 Screenshots
Not applicable — text-only change to an existing note, no visual/UI change.
📋 Checklist
🔬 How did you test this change?
Docs-only change — no build or deploy impact. Lint suite passes (3585/3585, includes the
ms.date/frontmatter checks fordocs-mslearn).📦 Deploy to test?
Not applicable — no
src/templateschanges.🙋♀️ Do any of the following that apply?
📑 Did you update
docs/changelog.md?📖 Did you update documentation?
This PR is the doc update —
docs-mslearn/toolkit/hubs/finops-hubs-overview.md.🤖 Generated with Claude Code