Uncategorized

The New Power Apps: Generative Power Meets Enterprise-Grade Trust

The New Power Apps: Generative Power Meets Enterprise-Grade Trust

This update marks the transition of Power Apps from a “low-code” tool to a “Generative-First” platform. It introduces a reimagined authoring experience where AI agents collaborate with humans to build, refine, and maintain applications.

Real-time User Journey: “Vibe-Coding” an App

The new user journey replaces manual drag-and-drop with a conversational, iterative process known as “vibe-coding”:

  1. Ideation: A business user types a high-level goal: “I want an app to manage our retail store’s inventory and notify me when stock is low.”
  2. Architectural Blueprint: The Power Apps Design Agent instantly drafts the full app structure—proposing a data schema, user roles, and screen layouts.
  3. Real-time Refinement: The user looks at the draft and says, “Add a barcode scanner and change the theme to match our brand colors.” The agent updates the app’s code and UI in real-time.
  4. Agentic Assistance: The maker adds an Agent Feed into the app. Now, when a store manager uses the app, they can ask the built-in agent, “Which items should I reorder based on last month’s trend?”
  5. Trust Validation: Before publishing, the Governance Agent scans the app to ensure it follows company data policies and security standards.

Step-by-Step: How to Enable the New Experience

The “New Power Apps” experience is rolled out through the updated web portal and managed environments:

  • Step 1: Access the New Portal: Navigate to the specialized entry point (announced as vibe.powerapps.com or accessible via the “Try the new Power Apps” toggle in the standard maker portal).
  • Step 4: Enable Managed Environments: This feature requires the environment to be “Managed.” Go to the Power Platform Admin Center, select your environment, and click Enable Managed Environments.
  • Step 3: Toggle Generative Features: Under Environment Settings, ensure “Copilot for makers” and “Generative AI (preview)” are set to On.
  • Step 4: Use the Design Agent: On the home screen, select “Start with a Plan.” This initiates the multi-agent builder that walks you through the data and UI generation.
  • Step 5: Add Agentic Components: Within the app designer, insert the “Agent Feed” control from the insert pane to enable human-agent collaboration within the published app.

Infographic: Legacy vs. The New Power Apps

This shift represents the biggest change to the platform since its inception:

FeatureLegacy Power AppsThe New Power Apps
Creation MethodManual UI & logic building.Generative Plans & Vibe-Coding.
User ExperienceStatic forms and galleries.Agent Feed (Interactive AI assistance).
Data InteractionManual Filter/Search queries.Natural Language Reasoning over data.
Developer ToolsExpression language (Power Fx).Multi-Agent Collaboration (AI handles the Fx).
GovernanceReactive (post-build audits).Proactive (AI-guided security guardrails).

References

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