Using the Microsoft Learn MCP Server

Did you know Microsoft Learn, the site which contains a ton of information on implementing Microsoft technologies, has an MCP Server? This means you can utilize the MS Learn knowledge in your own agents through MCP. Let’s look at how to do this. We will use Copilot Studio to build our agent. First, go to Copilot Studio and create a new agent: Let’s call the agent Microsoft Learn Agent, and … Continue reading Using the Microsoft Learn MCP Server

Creating an Agent with Actions in Azure AI Foundry

Azure AI Foundry is an Azure service where you can create agents using various LLMs (including your own). In this post we will look at how to create an agent in Azure AI Foundry that can call actions. Let’s head to Azure AI Foundry to create our agent. AI Foundry is accessible at https://ai.azure.com, however if you don’t have an AI Foundry resource created you may run into the error … Continue reading Creating an Agent with Actions in Azure AI Foundry

How to use Multistep Forms in Power Pages

Multistep Forms are a great way to capture information from Power Pages users. In this post, we will look at how to use multistep forms and some of the capabilities these forms have. Let’s go through an example where we are asking a new contact to enter information about themselves on a Power Pages site. We will start with one step and one table, then add from there. Adding One … Continue reading How to use Multistep Forms in Power Pages

Integrating Power BI Reporting with Dynamics 365 (2024)

Power BI reports can be surfaced in several ways in Dynamics 365. In this post, we will look at the various options available today in 2024 to display Power BI reports inside of Dynamics 365. Creating a Workspace First, let’s go ahead and create a new Power BI workspace, where we will be housing our Power BI reports. This is done in the Power BI service at https://app.powerbi.com. When you’re in … Continue reading Integrating Power BI Reporting with Dynamics 365 (2024)

Creating Service Principals Really Easily Using Pac Cli

When creating integrations with Dynamics 365, one of the common steps is to set up a service principal in Azure. There are several steps to set this up, including: Creating an Azure App Registration Creating a secret Setting up API permissions Creating an Application User in the Power Platform Admin Center Assigning permissions to that Application User What if I told you you can do all of this with one … Continue reading Creating Service Principals Really Easily Using Pac Cli

Exploring Features in Copilot for Customer Service Dynamics 365

Microsoft Copilot has been embedded into several parts of its Copilot AI assistant into Dynamics 365 Customer Service. In this post, we will look at some of these. Before we start, let’s consider the real use cases for wanted Copilot for customer service scenarios. The aim of customer service is to keep customers happy, and one way to do this is for agents to be able to resolve customer issues … Continue reading Exploring Features in Copilot for Customer Service Dynamics 365

How to Use PCF Controls in Power Pages

In this post, we will look at how PCF Controls can be used in Power Pages. This is continuing on in our series on PCF Controls. First, let’s create a new Power Pages site, and we will add a form to the home page: Select New Form: And we will select our Account Dataverse form: We see the field which contains our PCF code components, which was added previously to … Continue reading How to Use PCF Controls in Power Pages

Using PCF Controls in Canvas Apps and Custom Pages

In previous posts, we created some Power Apps Component Framework (PCF) controls for use in Model-Driven Apps. In this post, we will look at how to use PCF controls in Canvas Apps and Custom Pages. First, let’s turn on a feature that allows us to use custom components in Canvas Apps. In the Power Platform Admin Center (https://admin.powerplatform.microsoft.com), select your environment, then Settings->Features and find the setting Power Apps component … Continue reading Using PCF Controls in Canvas Apps and Custom Pages