-
Continue reading →: XEvent Profiler in SSMS: Real-Time SQL Server Monitoring
Let’s say you’re a SQL Server Administrator and you want to track who is running queries or executing stored procedures on your server. The XEvent Profiler in SQL Server Management Studio (SSMS) enables quick access to a live streaming view of diagnostics events on the SQL Server. This view can…
-
Continue reading →: [Step by Step] Host and Integrate C# MCP Server with Copilot Studio
In one of my previous articles : Create Your First Local MCP Server using C# , I explained how to build an MCP server using the C# SDK In this article, we’ll cover: What are dev tunnels? In this blog post, I’ll be using the Consuming an MCP server example available…
-
Continue reading →: New Tool : ‘Cloud Flow Viewer’ for Power Automate Solutions
I’ve added Cloud Flow Viewer tool to my hobby project JayVish Problem Statement: Let’s say you’ve received a Dataverse solution—managed or unmanaged—either from a colleague or from a Open Source GitHub project (Example : Copilot Studio Kit). The solution contains several Power Automate cloud flows, and you want to quickly…
-
Continue reading →: Power Automate Cloud Flow | Disable an action
Did you know you can disable a flow action without removing it entirely by turning on the Enable Static Result toggle? When the flow runs, this treats the action as successful without actually executing it. Let’s look at a simple example. I have a Power Automate cloud flow with two…
-
Continue reading →: Copilot Studio | Configure Response formatting
In the previous blog post : Trigger Agent Flows from Topics, I configured a Topic with a Generative Message action to generate a registration confirmation message along with a motivational quote. When you test the agent, the response from the Generative Message action appears as shown below. But did you…
-
Continue reading →: Copilot Studio | Trigger Agent Flows from Topics
In the previous blog post Build an Agent with ‘Knowledge’ and ‘Agent Flow’, I explained how to create a simple registration agent using both Knowledge and an Agent Flow. n that setup, the Agent Flow was not part of a Topic — it was invoked directly by the agent through…
-
Continue reading →: Copilot Studio | Build an Agent with ‘Knowledge’ and ‘Agent Flow’
In this Copilot Studio Agent blog post, I’ll walk you through two key capabilities: We’ll explore these concepts using a simple use case. But before we dive in, let’s understand the basics. What are Agent Flows: Limitations: Now that you understand the basics of Agent Flows, let’s proceed with our…
-
Continue reading →: Copilot Studio | Shared Tools
In my previous blog post : Detecting User’s Sentiment in chat I explained how to create a Prompt actions to determine the user’s sentiment and use it with in a topic. However, the Prompt Action was specific to that agent. If I receive a similar requirement in another agent, I would…
-
Continue reading →: Copilot Studio | Debugging Agents with the ‘Save Snapshot’
Let’s say you’re testing an agent and encounter an exception. You want to troubleshoot the issue and understand which topic/tool caused the issue. Did you know you can capture the conversation content and diagnostic data, and save it as a file? This allows you to analyze the information and troubleshoot…
-
Continue reading →: Copilot Studio | Detecting User’s Sentiment in chat
Microsoft Copilot Studio offers tools to build intelligent Agents. Imagine a user completes a support chat and says, “That was super helpful, thanks!”—you’d want your agent to recognize this positive sentiment and respond appropriately. In this beginner blog post, we’ll explore how to detect user sentiment and respond based on…


