Skip to content

๐Ÿ’ณ 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 โ€‹

TermDefinition
MessageA single turn in a conversation (user sends a message, agent responds = 1 message)
SessionA conversation from start to finish (multiple messages)
Capacity packPrepaid bundle of messages (e.g., 25,000 messages/month)
Pay-per-messagePer-message billing (no upfront commitment)
M365 Copilot licenseMicrosoft 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:

  1. Go to https://admin.powerplatform.microsoft.com
  2. Select Environments โ†’ select your trial environment
  3. 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:

  1. Go to Microsoft 365 Admin Center
  2. Billing โ†’ Purchase services
  3. 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 messages

Cost (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 ModelCost
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 licensesIncluded (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 โ†’