๐ณ Module 12: Understanding Licensing โ
Codename: OPERATION WAR CHEST
Time: 20 minutes
Scenario: Licensing Models and Cost Planning
๐ฏ Learning Objectives โ
By the end of this module, you will be able to:
- Explain the Copilot Studio licensing model (messages vs. capacity)
- Understand trial vs. production licensing
- Identify when Microsoft 365 Copilot licenses include Copilot Studio usage
- Estimate costs for a production agent deployment
- Understand Power Apps Developer Plan benefits
๐งญ Overview โ
You've built and published Bit โ he's functional and production-ready. Before deploying to hundreds or thousands of users, you need to understand the licensing and cost model.
In this module, you'll learn what's included in the trial, how production licensing works (pay-per-message vs. capacity packs), how M365 Copilot licenses affect costs, and how to estimate monthly spend. This is essential for planning deployments and budgeting.
๐ณ The Copilot Studio Licensing Model (June 2026) โ
As of June 2026, Copilot Studio uses a message-based licensing model. You pay for the number of sessions or messages your agents process.
Key Terms โ
| Term | Definition |
|---|---|
| Message | A single turn in a conversation (user sends a message, agent responds = 1 message) |
| Session | A conversation from start to finish (multiple messages) |
| Capacity pack | Prepaid bundle of messages (e.g., 25,000 messages/month) |
| Pay-per-message | Per-message billing (no upfront commitment) |
| M365 Copilot license | Microsoft 365 Copilot subscription ($30/user/month) โ includes some Copilot Studio usage |
๐ณ Licensing Options โ
You have three main licensing paths:
Option 1: Copilot Studio Trial (30โ90 Days) โ
What you get:
- 30 days free (extendable to 90 days)
- Full capabilities โ knowledge, skills, tools, workflows, triggers, channels
- Unlimited messages (for trial users)
- Publishing requires the Authors role (configured in Module 00)
Limitations:
- Trial environment only โ not for production use
- Limited users โ only trial participants can access the agent
- No SLA โ Microsoft can disable the trial at any time
Who should use this: learning/training (like this course), proof-of-concept, evaluating before committing.
How to extend the trial:
- Go to https://admin.powerplatform.microsoft.com
- Select Environments โ select your trial environment
- If eligible, select Extend trial (appears near trial expiration)
Option 2: Copilot Studio Standalone Subscription โ
What you get: a production environment with SLA, pay-per-message or capacity packs, and all features.
Pricing (as of June 2026):
- Pay-per-message: ~$0.01โ$0.03 per message (varies by region and volume)
- Capacity pack: $200/month for 25,000 messages (~$0.008 per message)
Who should use this: organizations deploying standalone agents, custom agents for external users, high-volume scenarios.
How to purchase:
- Go to Microsoft 365 Admin Center
- Billing โ Purchase services
- Search for "Copilot Studio", select a plan, and complete the purchase
Option 3: Microsoft 365 Copilot License (Includes Copilot Studio) โ
What you get: M365 Copilot ($30/user/month) includes a Copilot Studio message entitlement, with a per-user allocation pooled across all agents in the tenant.
Who should use this: organizations already deploying M365 Copilot, declarative agents (Module 03), internal agents for M365 Copilot users.
Example: 500 M365 Copilot licenses ร ~100 Copilot Studio messages/user/month (hypothetical) = 50,000 messages/month included across all agents.
Important: M365 Copilot licenses do not cover users without M365 Copilot licenses, external users, or usage beyond the included allocation (purchase additional capacity).
๐งฉ What Counts as a "Message"? โ
Understanding billable messages is critical for cost estimation.
Billable messages:
- โ User sends a message โ agent responds with a knowledge search โ 1 message
- โ User asks Bit to log a ticket โ Bit triages and creates the row โ 1 message
- โ User clicks an Adaptive Card button โ agent acts โ 1 message
- โ An event trigger fires โ autonomous escalation runs โ 1 message
NOT billable (free):
- โ The Preview/test pane in Copilot Studio โ 0 messages
- โ A workflow executing โ generally included in the Copilot Studio subscription
Example session:
User: "What are the help desk hours?" โ 1 message
Bit: "[hours from the FAQ]"
User: "I'm locked out โ reset my password" โ 1 message
Bit: "Confirm your name and employee IDโฆ"
User: "[provides details]" โ 1 message
Bit: "Reset link sent to your work email."
User: "Also, our finance drive is down โ log a ticket" โ 1 message
Bit: "Logged ticket #1234 (Access, High). Emailed you the details."
Total: 4 messagesCost (pay-per-message model): 4 messages ร $0.02 = $0.08
๐ฐ Estimating Monthly Costs โ
Let's estimate costs for a production deployment of Bit.
Scenario: 1,000 Employees โ
Assumptions: 1,000 employees have access; 20% active (200/month); 5 messages/session; 2 sessions/user/month.
Total messages/month = Users ร Sessions/user ร Messages/session
= 200 ร 2 ร 5
= 2,000 messages/month| Licensing Model | Cost |
|---|---|
| Pay-per-message ($0.02/message) | 2,000 ร $0.02 = $40/month |
| Capacity pack ($200 for 25,000 messages) | $200/month (overpaying at this volume) |
| M365 Copilot licenses | Included (if within allocation) |
Recommendation: for this scenario, pay-per-message is most cost-effective. Above ~10,000 messages/month, capacity packs get cheaper.
๐ป Power Apps Developer Plan (Free for Developers) โ
You've used the Power Apps Developer Plan throughout this course (Module 00):
What you get: a free developer environment, the Copilot Studio trial (extendable to 90 days), Power Apps/Automate/Dataverse, no user limits in dev, full feature parity for testing.
Limitations: development/testing only, no SLA, single user.
Keep it active: sign in to make.powerapps.com at least once every 90 days โ inactive dev environments may be disabled.
๐ณ Licensing Note: Teams Classic Chatbot Deprecation โ
- After June 2026, Teams classic chatbot creation is disabled; all new agents are created in Copilot Studio.
- No impact on this course โ you're already using Copilot Studio (the new experience).
- Existing Teams classic chatbots can be exported/migrated into Copilot Studio.
๐ณ Billing and Cost Management Tips โ
1. Monitor Usage โ
Use the Monitor tab (Module 11) to track message volume โ sessions/day ร 30, and average messages/session.
2. Set Up Billing Alerts โ
In Azure Cost Management (if using Azure-based billing), set budget alerts at 50%, 80%, and 100%.
3. Optimize for Cost โ
- Use knowledge effectively โ comprehensive answers reduce back-and-forth
- Add suggested prompts โ guide users to the right questions
- Lean on skills โ clear behaviors reduce ambiguity and retries
- Filter autonomous triggers โ only fire on what matters (e.g., High/Critical tickets, Module 10)
4. Right-Size Your Licensing โ
- Start with pay-per-message (no commitment)
- Switch to capacity packs above ~10,000 messages/month
- Leverage M365 Copilot entitlements if you already have those licenses
๐ณ FAQ: Licensing Questions โ
Q1: Do I need a Power Automate license for Workflows? Generally no โ Workflows built in Copilot Studio are included. A separate Power Automate license applies if you use standalone Power Automate cloud flows triggered by the agent.
Q2: Can I use the free trial forever? No โ trials are 30โ90 days for evaluation. After that, purchase a license or move to a paid environment.
Q3: What if I exceed my M365 Copilot message allocation? Purchase additional Copilot Studio capacity; overage is billed separately.
Q4: Do autonomous triggers consume messages? Yes โ each time an event trigger fires and runs, it counts. Filter to high-value events (e.g., Priority = High/Critical in Module 10) to control cost.
Q5: Can I deploy agents to external users? Yes โ buy Copilot Studio standalone licenses, configure authentication, and ensure compliance with data residency/privacy.
๐ง Key Takeaways โ
- Trial: 30โ90 days, full features, free โ great for learning and POCs
- Production: pay-per-message or capacity packs โ choose by volume
- M365 Copilot: includes a Copilot Studio entitlement โ leverage it if you have the licenses
- Power Apps Developer Plan: free for development/testing (not production)
- Messages = the cost unit: every user turn, button click, or autonomous trigger counts
- Monitor usage to estimate and control costs
๐ What You've Learned โ
You now understand:
- โ How Copilot Studio licensing works (trial, standalone, M365 Copilot)
- โ What counts as a billable message
- โ How to estimate monthly costs for Bit in production
- โ When to use pay-per-message vs. capacity packs
- โ The Power Apps Developer Plan benefits and limitations
โญ๏ธ Next Steps โ
In Module 13: Securing Your Recruit Badge, you'll complete the course checklist, recap everything Bit can do, export your solution, and claim your Recruit Badge โ plus where to go next.
Course Navigation: โ Module 11 | Course Index | Next: Module 13 โ