Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new Azure Pricing skill to the skills catalog, intended to guide agents in fetching Azure Retail Prices API data and turning it into cost estimates with supporting reference material.
Changes:
- Introduces
skills/azure-pricing/SKILL.mdwith step-by-step instructions, filter guidance, and response parsing notes for the Azure Retail Prices API. - Adds bundled reference docs for region names, service names, and cost estimation formulas under
skills/azure-pricing/references/. - Registers the new skill in
docs/README.skills.md.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/azure-pricing/SKILL.md | New skill instructions for querying Azure Retail Prices API and producing cost estimates. |
| skills/azure-pricing/references/SERVICE-NAMES.md | Reference mapping of common Azure services to serviceName values. |
| skills/azure-pricing/references/REGIONS.md | Reference mapping of display region names to armRegionName. |
| skills/azure-pricing/references/COST-ESTIMATOR.md | Reference formulas/templates for monthly/annual cost estimation. |
| docs/README.skills.md | Adds azure-pricing to the skills index with bundled assets listed. |
aaronpowell
left a comment
There was a problem hiding this comment.
Can you add this to the azure-cloud-development plugin? I think that'd be a good item to include in the plugin.
And just to make sure I correctly understand - it is intended to create an API call to the pricing calculator to ensure the correct prices are available to the agent, the info in the COST-ESTIMATOR.md is more to guide the model on how to form things correct?
…ot Studio estimation - Remove copilot-studio-estimator.py (Playwright browser automation) - Update SKILL.md to instruct Copilot to fetch live billing rates from Microsoft docs URLs - Keep COPILOT-STUDIO-RATES.md as cached fallback reference - No Python dependencies needed — uses Copilot's built-in web fetch tool
- Remove microsoft.github.io/copilot-studio-estimator from fetch URLs (React SPA, not fetchable) - Mark billing rates table as dated cached snapshot with fallback notice - Keep only Microsoft Learn URLs as live data sources
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
this is to add a new skill to estimate azure costs
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.