Skip to content

Pricing article - Reorganized and consolidated content - #31

Merged
Esther Fan (ecfan) merged 5 commits into
Azure:mainfrom
ecfan:pricing-review
Sep 17, 2026
Merged

Esther Fan (ecfan) merged 5 commits into
Azure:mainfrom
ecfan:pricing-review

Conversation

@ecfan

Copy link
Copy Markdown
Member

Resolves AB#632174
Resolves AB#39607595

@ecfan Esther Fan (ecfan) self-assigned this Sep 9, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The PR introduces an orphaned root-level package-lock.json and adds a docs-site dependency that appears unused/unconfigured, which should be addressed before merging.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Reorganizes the “Pricing” documentation by consolidating regional availability details into the introduction page, updating cross-links, and modernizing the docs-site build dependencies to support the updated content.

Changes:

  • Reworked the pricing page structure (core/optional meters + example) and moved “Public preview regions” to the introduction page.
  • Updated setup docs to deep-link the “Region” field to the new “Public preview regions” section.
  • Updated docs-site dependencies (Astro/Starlight) and added a new markdown-related package.
File summaries
File Description
package-lock.json Adds a new repository-root npm lockfile.
docs-site/src/content/docs/getting-started/setup.md Updates the “Region” row to link to the introduction page’s public preview regions section.
docs-site/src/content/docs/getting-started/pricing.md Reorganizes pricing content and adds an example cost table; updates preview/region notes.
docs-site/src/content/docs/getting-started/introduction.md Adds a “Public preview regions” section (moved from pricing content).
docs-site/README.md Adds an additional documentation formatting guideline.
docs-site/package.json Updates Astro/Starlight versions and adds @astrojs/markdown-remark dependency.
Review details

Suppressed comments (1)

docs-site/src/content/docs/getting-started/pricing.md:60

  • Same consistency issue as above: this row uses "x" for multiplication in the calculations. Consider switching to "×" to match the rest of the table.
| Sandbox | 100 executions <br><br>For 10 seconds, each execution uses 1 vCPU and 2 GiB of memory. | Executions: 100 x 10 seconds x 1 vCPU x $0.000024 <br><br>Memory: 100 x 10 seconds x 2 GiB x $0.000003 | Executions: $0.024 <br><br>Memory: $0.006 |
  • Files reviewed: 5/7 changed files
  • Comments generated: 3
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread docs-site/package.json
Comment on lines 15 to +18
"dependencies": {
"@astrojs/starlight": "^0.39.2",
"astro": "^6.3.1",
"@astrojs/markdown-remark": "^7.3.0",
"@astrojs/starlight": "^0.42.0",
"astro": "^7.2.10",

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Krrish Mittal (@takyyon): Please confirm?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Krrish Mittal (@takyyon): Please confirm this update?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be okay as long as the docs page loads fine for you

Comment thread docs-site/src/content/docs/getting-started/pricing.md Outdated
Comment thread docs-site/src/content/docs/getting-started/pricing.md Outdated
@ecfan
Esther Fan (ecfan) merged commit 4e94b45 into Azure:main Sep 17, 2026
5 checks passed
@ecfan
Esther Fan (ecfan) deleted the pricing-review branch September 17, 2026 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants