-
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…
-
Continue reading →: Microsoft 365 Agents Toolkit | Build a Declarative Agent with an API Action
Agent Builder builds a declarative agent from instructions and knowledge sources such as SharePoint sites, uploaded files, or the web. It works well when the answer already lives in your documents. Agent Builder does not support custom API actions. A question like “What USD to INR rate applies to an invoice dated…
-
Continue reading →: Copilot Studio | Add Co-owners to a Workflow
Workflows are the automation experience powered by the GitHub Copilot harness in Copilot Studio. If you are new to this, refer my earlier post Copilot Studio Harnesses – Understanding the GitHub Copilot Harness to understand harnesses and Workflows. A Workflow is a solution aware cloud flow. It shows up under Cloud flows in the…
-
Continue reading →: GitHub Copilot SDK | Getting started with a C# example
The GitHub Copilot SDK is the agent that powers GitHub Copilot CLI, published as a library. Instead of chatting with Copilot, your application calls it from code. In this post, lets use the SDK from a C# console app to repair a project that will not compile. What is the GitHub Copilot…

