What’s New in Copilot Studio: June 2025 – Enhancing Agent Lifecycle and Enterprise Governance
The June update focused on maturing the “Pro-dev” experience, specifically introducing Agent Environments, Managed Identities, and Advanced Analytics to help organizations move agents from prototypes to secure, governed production workloads.
Real-time User Journey: Managed Identity Authentication
One of the most significant “real-time” journeys introduced is how agents access secure company data without managing complex user secrets:
- Request: An employee asks the agent, “What is the status of the confidential project Alpha in our Azure SQL database?”
- Silent Authentication: Instead of prompting the user for a login or using a shared service account password, the agent uses its Managed Identity (a secure, Entra-based ID assigned to the agent itself).
- Secure Access: The agent authenticates directly with the Azure SQL database. The database recognizes the agent’s identity and grants access based on the specific permissions set by the IT admin.
- Reasoning & Response: The agent retrieves the data, summarizes it using the LLM, and provides the answer—all while ensuring no passwords were ever exposed or stored in the code.
Step-by-Step: How to Enable Agent Environments
This feature allows teams to separate development work from production use:
- Step 1: Admin Center Setup: Log into the Power Platform Admin Center and navigate to the Environments tab.
- Step 2: Create “Dev” and “Prod” Environments: Create two separate environments specifically for your Copilot agents to keep experimental features away from live users.
- Step 3: Move Agents via Solutions: In Copilot Studio, wrap your agent in a Solution (a container for all its topics and tools).
- Step 4: Export/Import: Export the solution from the Dev environment and import it into the Prod environment.
- Step 5: Connection Reference Update: Once imported, update the Connection References (e.g., SharePoint or Outlook links) to point to the production-level data sources.
Infographic: Enterprise Agent Readiness
The June update introduced a “checklist” of capabilities that define an enterprise-ready agent:
| Pillar | Feature | Value |
| Security | Managed Identities | Eliminates the need for hard-coded secrets or credentials. |
| Lifecycle | Solution Integration | Enables standard DevOps pipelines (ALM) for agent deployment. |
| Insights | Conversation Transcripts | GA of full transcript logs for auditing and debugging. |
| Connectivity | Enhanced Connectors | New UI for managing 1,400+ connectors with better error handling. |
| Discovery | Agent Gallery | A central place for employees to find approved agents. |
References