Copilot Studio
7articles
Hands-on guidance for Copilot Studio — designing, building, and shipping purpose-built agents that solve real business problems.
- Building agents in Copilot Studio
- Topics, actions, and knowledge sources
- Testing, publishing, and governance
Articles about Copilot Studio
Newest first
- 13 min readCopilot Studio
Sync ALL your Copilot Studio conversation transcripts to a single location
Compare Copilot Studio transcript replication through Fabric and Azure Functions, with practical guidance on retention, identity, parsing, and Power BI costs.
- 8 min readCopilot Studio
Estimating Copilot Studio Costs: A FinOps Playbook
Estimate Copilot Studio agent costs from business tasks, measure cost per successful outcome, and refine production budgets with observed credit consumption.
- 15 min readPower Platform
The Power Platform API Grew Up. Here's What That Looks Like in Production
A technical tour of every Power Platform and Copilot Studio API surface behind Portal 360° — BAP, api.powerplatform.com, RBAC, the inventory query endpoint, Dataverse, and the tenant-scoped usage host — with real, sanitized calls and screenshots.
- 49 min readAzure
An Hour with Azure SRE Agent
What Azure SRE Agent is, what setup actually looks like, and what happened when I pointed it at my own repo, my Application Insights telemetry across Dataverse, Copilot Studio, and Foundry, and then asked it for a health check on everything at once. Plus what connecting an incident platform buys you — autonomous mitigation, a verification loop, and a handoff straight to the GitHub Copilot coding agent — the five switches worth flipping that you don't get turned on by default, and what the newly published Zero Ops framework recommends, including the two governance layers above per-tool Allow and Ask and three details worth verifying against the current docs.
- 12 min readCopilot Studio
Finding GitHub Copilot Harness Agents Before PPAC Shows Them
The Power Platform admin center still doesn't flag which Copilot Studio agents run on the GitHub Copilot harness. The isCLIAgent property does, and Microsoft has now published governance guidance built on it.
- 23 min readCopilot Studio
Add ServiceNow to Copilot Studio with User Login SSO (So ServiceNow Permissions Are Respected)
Connect ServiceNow to Copilot Studio with Microsoft Entra ID User Login so requests honor each user's roles, ACLs, and audit trail.
- 5 min readCopilot Studio
The Copilot Studio Auth Trap: Turning On SSO Changes Your Client
Turning on authentication breaks the Copilot Studio SDK with EnvironmentSettingViolation. Here's why Direct Line and a server-side token exchange are the fix.