-
Continue reading →: Build Apps with Copilot Cowork and Copilot Studio
Microsoft has announced natural language app building in Copilot Cowork and Copilot Studio. We can now describe a business app and let Copilot turn that description into a working application. Lets understand the new app building flow. Build an app from Copilot Cowork The /app skill is available through the Microsoft Frontier…
-
Continue reading →: Copilot Credits: Purchase Options, Environment Allocation, and Agent Limits
Copilot Credits measure usage for Copilot Studio and other eligible Microsoft AI services. Organizations can pay for this usage through prepaid capacity or usage-based billing. After a prepaid capacity is purchased, an administrator can allocate the Copilot Credits to Power Platform environments. Administrators can also set monthly consumption limits for individual…
-
Continue reading →: Quick Installation Guide | Copilot Agent Kit
Copilot Agent Kit is a Power Platform solution for managing, testing, and governing Copilot Studio agents. It includes tools such as Agent Inventory, Test Automation, Compliance Hub, and Power Shield. This guide covers downloading the managed solution from the Copilot Agent Kit GitHub repository and importing it manually. We will prepare the environment,…
-
Continue reading →: Step by Step | Build Copilot Studio Connected Agents Using Best Practices
In Copilot Studio, A subagent, either a child agent or a connected agent, runs on its own orchestration layer inside a parent agent’s plan. The subagent receives a request from the parent and completes the assigned task. A good setup needs clear instructions, focused context, and useful outputs. We will…
-
Continue reading →: Microsoft Entra Access Package | Automate Power Apps Code App Access
Lets say you built a Power Apps Code App and want to share it with a group of users. One of the options is : This process works fine. However administrator still needs to add and remove users manually to the SG. This becomes difficult when requests arrive often or…
-
Continue reading →: Copilot Studio GitHub Copilot Harness | Configure Application Insights
If you are building agents with the new Copilot Studio GitHub Copilot harness and wondering how to configure Application Insights, here is the current option. Configure it at environment level. The GitHub Copilot harness does not support agent-level configuration at the time of writing this post. If you are new to Application Insights,…
-
Continue reading →: Step by Step | Build a Canvas App using AI Tools
Did you know that using AI code generation tools, such as GitHub Copilot CLI and Claude Code, we can create and edit canvas apps in Power Apps? I am using GitHub Copilot CLI in this example and building a simple My Task Tracker canvas app. Lets first understand the high level steps.…
-
Continue reading →: Dataverse API and SDK vs Power Platform API: Which One Should You Use?
Dataverse API, Dataverse SDK, and Power Platform API sound like similar names. However, they solve different problems. Lets understand each option using simple scenarios. Lets start with the options available for Microsoft Dataverse. Understand the Dataverse SDK and Web API Dataverse SDK for .NET Note: Dataverse plug-ins use the SDK for…
-
Continue reading →: GitHub Copilot CLI | Change the Default Model with /config
Lets say you started a new GitHub Copilot CLI session and noticed it is not using the model you want. You have two options: Lets look at both options. Change the Model for the Current Session Now lets set a model as the default for all future sessions. Set the…
-
Continue reading →: [Beginner] Canvas App | Build a Canvas App screen by pasting YAML code
If you have been building canvas screens by dragging controls, there is a faster option. Power Apps Studio can show you the YAML behind any control, and it accepts YAML back. So you can author a screen in a text editor and paste it into Studio. Lets walk through two…


