Add Copilot Studio agent template for FinOps hubs#2075
Open
RolandKrummenacher wants to merge 19 commits intodevfrom
Open
Add Copilot Studio agent template for FinOps hubs#2075RolandKrummenacher wants to merge 19 commits intodevfrom
RolandKrummenacher wants to merge 19 commits intodevfrom
Conversation
Provide instructions, schema reference, query catalog, and weekly report guide for creating a FinOps Hub Agent in Microsoft Copilot Studio using the Kusto Query MCP Server tool. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add dedicated configure-ai-copilot-studio.md article with step-by-step setup instructions for creating a FinOps Hub Agent in Copilot Studio. Update TOC and configure-ai.md to link to the new article. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Pricing/licensing details belong near the end of how-to articles, not before the setup steps. Also condensed the section to match MS Learn style with links to canonical pricing docs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Separate M365 Copilot (included) from standalone license (25K messages) to avoid confusion about whether the agent has a cost. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move consumption details into the standalone path so the section reads as a clear choice rather than mixing general info with exceptions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Update agent creation steps to match actual Copilot Studio UI - Add connection verification step via Settings > Connection Settings - Fix knowledge upload flow (drag-and-drop, wait for Ready status) - Move model selection into agent creation steps - Fix Q6 marketplace query: remove overly restrictive Usage filter, add week-over-week change calculation, include ChargeCategory in grouping Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The agent instructions use Costs_v1_2() which was introduced in v12. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
flanakin
reviewed
Mar 31, 2026
Collaborator
flanakin
left a comment
There was a problem hiding this comment.
🤖 [AI][Claude] PR Review
Summary: Solid contribution adding a Copilot Studio agent template with well-structured instructions, comprehensive schema reference, and practical query catalog. A couple of minor formatting/ordering issues in the docs.
⚠️ Should fix (2)
- Changelog "Added" section ordering — sits between "Changed" and "Fixed" rather than following the established pattern
- Missing
<br>separator in configure-ai.md before "Connect from other AI platforms" section
💡 Suggestions (4)
- "real time" should be "real-time" (compound adjective) in the agent description
- Missing README in the new template directory (though sibling template also lacks one)
- Pricing section contains specific credit counts that may trigger MS Learn review flags — @MSBrett to be aware
- Currency symbol mapping could distinguish CAD (CA$) from USD ($)
Co-authored-by: Michael Flanakin <flanakin@users.noreply.github.com>
Co-authored-by: Michael Flanakin <flanakin@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Defer to canonical Copilot Studio pricing docs to avoid stale numbers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
finops-hub-copilot-studiotemplate with agent instructions, schema reference, query catalog, and weekly report guideFiles
instructions.md— Agent instructions (7992 chars) with scope selection, currency detection, cost analysis guidance, KQL pitfallsknowledge/schema-reference.md— All 155 Costs_v1_2() columns with types, usage notes, edge casesknowledge/query-catalog.md— 12 curated KQL query templatesknowledge/weekly-report-guide.md— 7-step weekly anomaly report workflowknowledge-descriptions.md— Descriptions for Copilot Studio Knowledge file upload.build.config— Build system configurationTest plan
🤖 Generated with Claude Code