Uncategorized

2025 Release Wave 2: Transitioning to Proactive, Agent-Based AI Ecosystems

2025 Release Wave 2: Transitioning to Proactive, Agent-Based AI Ecosystems The core theme of this release (covering October 2025 to March 2026) is the shift from “Assistive AI” (waiting for user prompts) to “Agentic AI”—autonomous agents that act as proactive partners to drive business outcomes across Sales, Service, Finance, and Supply Chain.

Real-time User Journey: The Autonomous Supplier Communications Agent

A flagship journey introduced in this wave involves the Supplier Communications Agent within Dynamics 365 Supply Chain Management:

  1. Detection: The agent monitors inventory levels and identifies a potential stockout for a critical component due to a sudden demand spike.
  2. Autonomous Outreach: Without human intervention, the agent drafts and sends an inquiry to preferred vendors to check for lead times and pricing.
  3. Negotiation: The agent receives vendor replies, compares them against historical data and budget constraints, and identifies the best option.
  4. Drafting for Approval: The agent presents a “prepared action” to the Procurement Manager: “I’ve found three vendors who can fulfill this; Vendor X is the cheapest and fastest. Click ‘Approve’ to issue the PO.”
  5. Closing the Loop: Once approved, the agent handles the order entry and updates the demand forecast automatically.

Step-by-Step: How to Enable Wave 2 Features

Microsoft has modernized the rollout process by replacing the legacy “Early Access” toggle with a streamlined “Release Channel” system:

  • Step 1: Access Admin Center: Log into the Power Platform Admin Center (admin.powerapps.com).
  • Step 2: Create a Sandbox: It is highly recommended to create a copy of your production environment for testing before enabling new features.
  • Step 3: Switch Release Channel: Navigate to Environments > [Your Environment] > Settings > Product > Behavior.
  • Step 4: Opt-in to Monthly Channel: Change the “Release channel” setting to “Monthly channel”. This immediately enables the Wave 2 preview features for your environment.
  • Step 5: Configure Specific Agents: For features like the Sales Research Agent or Finance Reconciliation Agent, go into the respective app settings (e.g., Copilot Studio) to ground the agent in your specific Dataverse tables.

Infographic: 2025 Wave 2 Strategic Pillars

This release wave focuses on four key pillars of the “Agentic Era”:

PillarFeature HighlightImpact
Agentic Power AppsAgent FeedA hub for humans to supervise and interact with multiple agents working in the background.
Autonomous ERPPayables & Sales AgentsMoves Business Central from manual entry to automated order-taking and payment reconciliation.
Intelligent PortalsPower Pages Security AgentProactively scans external-facing sites for vulnerabilities and suggests fixes to makers.
Unified GovernanceAutomation CenterA single dashboard to monitor the health, security, and ROI of all agents and flows across the tenant.

Reference

Uncategorized

What’s New in Copilot Studio: June 2025 – Enhancing Agent Lifecycle and Enterprise Governance

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:

  1. Request: An employee asks the agent, “What is the status of the confidential project Alpha in our Azure SQL database?”
  2. 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).
  3. 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.
  4. 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:

PillarFeatureValue
SecurityManaged IdentitiesEliminates the need for hard-coded secrets or credentials.
LifecycleSolution IntegrationEnables standard DevOps pipelines (ALM) for agent deployment.
InsightsConversation TranscriptsGA of full transcript logs for auditing and debugging.
ConnectivityEnhanced ConnectorsNew UI for managing 1,400+ connectors with better error handling.
DiscoveryAgent GalleryA central place for employees to find approved agents.

References

Uncategorized

What’s New in Copilot Studio: May 2025 – The Era of Autonomous Agents

What’s New in Copilot Studio: May 2025 – The Era of Autonomous Agents

The theme of this update was the transition from “Copilots” (assistants that wait for prompts) to “Agents” (autonomous entities that can be triggered by business events to work in the background).

Real-time User Journey: Event-Driven Autonomy

The core feature introduced in May 2025 was the ability for agents to act without a user starting a chat.

User Journey Example: Automated Onboarding

  1. Trigger: A new record is created in a HR system (e.g., Workday) indicating a new hire has signed their offer letter.
  2. Autonomous Analysis: The agent is “woken up” by this event. It automatically reviews the new hire’s role and department.
  3. Cross-App Orchestration: Without human intervention, the agent:
    • Requests a laptop via the IT ticketing system (ServiceNow).
    • Sends a welcome email with a customized first-week agenda to the new hire via Outlook.
    • Pins a “New Joiner” announcement in the specific department’s Microsoft Teams channel.
  4. Human Summary: Once finished, the agent sends a notification to the HR Manager saying, “I’ve completed the onboarding setup for [Employee Name]. Here is the summary of actions taken.”

Step-by-Step: How to Enable “Agentic” Triggers

This feature allows you to move beyond the “Ask a question” model.

  • Step 1: Open Agent Studio: Navigate to your agent in Microsoft Copilot Studio.
  • Step 2: Add a Trigger: Go to the Triggers tab (previously just “Topics”). Select “Add a Trigger based on an external event.”
  • Step 3: Connect Data Source: Select a connector (e.g., Dataverse, SharePoint, or an External API). Choose the event type, such as “When a row is added” or “When a file is uploaded.”
  • Step 4: Define Instructions: Instead of a dialogue tree, provide the agent with Instructions on what to do when this event occurs. Use natural language to describe the logic.
  • Step 5: Configure Actions: Add the “Tools” the agent is allowed to use to fulfill the instructions (e.g., send an email, update a CRM record).
  • Step 6: Turn on Autonomy: Toggle the “Run Autonomously” switch and publish the agent.

Infographic: The New Agent Architecture

The May 2025 update fundamentally changed the “brain” of Copilot Studio agents:

ComponentOld Way (Bot)New Way (Agent)
TriggerUser must type a message.External events (Data/Time/System changes).
LogicManual “If/Else” branches.Generative AI Orchestrator (Reasoning).
MemorySession-based (Forgot quickly).Persistent Memory (Remembers across runs).
ToolsFixed API calls.Dynamic Selection of tools based on the goal.

References

Uncategorized

Empowering Professional Developers: Microsoft Named a Leader in The Forrester Wave™: Low-Code Platforms for Professional Developers, Q2 2025

Empowering Professional Developers: Microsoft Named a Leader in The Forrester Wave™: Low-Code Platforms for Professional Developers, Q2 2025 The report highlights Microsoft’s leadership in both “Strategy” and “Current Offering,” specifically noting how the platform has evolved into an “Application Generation” (AppGen) platform that balances AI-driven innovation with enterprise-grade governance.

Real-time User Journey: Rapid Prototyping to Enterprise Deployment

For a professional developer, the platform facilitates a high-speed “Fusion Team” journey:

  1. AI-Assisted Scaffolding (AppGen): A developer uses a natural language prompt (e.g., “Build a multi-stage approval app for global supply chain disruptions with real-time Dataverse integration”) to generate the initial app structure, data schema, and logic.
  2. Custom Code Extensibility: The developer shifts to Visual Studio Code or Azure DevOps to add custom React-based components or specialized TypeScript logic for complex business rules.
  3. Collaborative Refinement: Using Copilot in Power Apps, the developer refines UI elements and creates “Generative Pages” that allow end-users to explore data through chat interfaces rather than static grids.
  4. Governance & Compliance: The Managed Environments feature automatically applies Data Loss Prevention (DLP) policies and security guardrails, ensuring the app is compliant before it is published to 56 million+ potential monthly users.

Step-by-Step: How to Enable Professional Developer Features

To leverage the “Leader” capabilities recognized by Forrester, follow these steps:

  • Step 1: Enable Developer Environment: Sign up for the Power Apps Developer Plan to get a free environment for building and testing with premium connectors.
  • Step 2: Install Power Platform Tools for VS Code: Download the extension in Visual Studio Code to manage environments, packages, and custom code components (PCF) directly from your IDE.
  • Step 3: Enable Copilot & AppGen: In the Power Platform Admin Center, ensure that “Copilot for makers” is toggled to On for your environment to use natural language app generation.
  • Step 4: Configure GitHub Integration: Set up the Power Platform GitHub Actions to automate your Application Lifecycle Management (ALM) — this allows you to move apps from development to production with full version control and audit trails.
  • Step 5: Deploy the CoE Starter Kit: Install the Center of Excellence (CoE) Starter Kit to implement the governance and monitoring “Strategy” that Forrester rated so highly.

Infographic: Why Professionals Choose Power Platform

The Forrester Wave report identified key areas where Microsoft outperforms the competition:

FeatureValue for Pro DevelopersStrategic Outcome
AppGen CapabilityScaffolds complex apps from prompts.50% reduction in total dev time.
Fusion Team SupportShared workspace for devs & business users.Eliminates “Shadow IT” and silos.
Ecosystem DepthNative Azure, GitHub, & M365 integration.High interoperability without custom glue-code.
Governance ScalabilityCentrally managed security & DLP.Safe deployment across 97% of Fortune 500.
Advanced DataverseHigh-scale, relational data platform.Supports mission-critical, high-volume apps.

Reference

Uncategorized

What’s New in Copilot Studio: April 2025 – Advancing Multi-Agent Orchestration and Connected Experiences

The April 2025 update focused on the release of the Multi-Agent Orchestration engine and the introduction of Agent-to-Agent (A2A) connectivity, allowing agents to work together as a unified system.

Real-time User Journey: Collaborative Multi-Agent Resolution

The core journey introduced this month involves “handoffs” between specialized agents to solve a complex user request:

  1. Request: A user asks a general “HR Agent” in Teams, “I’m traveling to London for a client meeting next week; can you handle my travel booking and ensure it complies with our latest policy?”
  2. Orchestration: The HR Agent realizes it doesn’t have booking permissions. Using the new Orchestration Engine, it identifies a specialized “Travel Booking Agent” and a “Policy Compliance Agent.”
  3. Collaborative Execution: * The Policy Agent retrieves the travel policy from SharePoint and provides the budget limits to the Travel Agent.
    • The Travel Agent searches for flights and hotels that fit those limits.
  4. Verification: The agents pass data back and forth to confirm the hotel choice is within the allowed budget.
  5. Completion: The primary HR Agent returns to the user with a single message: “I’ve found a flight and hotel that comply with our policy. Would you like me to book them?”

Step-by-Step: How to Enable Multi-Agent Connectivity

To allow your agents to communicate with one another using the new protocol:

  • Step 1: Open Copilot Studio: Navigate to your primary agent.
  • Step 2: Enable Orchestration: Go to Settings > Generative AI and toggle the orchestration mode to “Generative (Preview)” or “Multi-agent.”
  • Step 3: Register Sub-Agents: Go to the Actions or Tools tab and select “Add an Agent.” You can now select other agents published within your environment.
  • Step 4: Define Descriptions: Ensure each sub-agent has a highly detailed Instructional Description. The orchestrator uses these to “know” which agent is the expert in travel, finance, or technical support.
  • Step 5: Configure Permissions: Set up Delegated Authentication so the sub-agents can act on behalf of the user who started the original chat.
  • Step 6: Test & Publish: Use the “Test” pane to watch the “Conversation Map” and see how the orchestrator routes the logic between agents.

Infographic: The April 2025 Feature Set

The April update brought several tools to manage complex AI ecosystems:

FeatureWhat it DoesImpact on Business
Multi-Agent OrchestrationAllows a “Master Agent” to manage “Sub-Agents.”Reduces the need for users to know which specific bot to talk to.
A2A Protocol SupportOpen standard for agent-to-agent communication.Enables agents to talk across different platforms (e.g., Copilot to custom Azure bots).
Conversation MapsVisual debugging tool for orchestration.Helps developers see exactly where a handoff happened or failed.
Knowledge HandoffContext is passed between agents during a handoff.The user doesn’t have to repeat their information to the second agent.

References